Calculator benchmark
|
08-13-2021, 02:16 PM
Post: #22
|
|||
|
|||
RE: Calculator benchmark
(08-08-2021 05:42 AM)jhallen Wrote: I've written a silly benchmark for my growing calculator collection- it measures the number of keystrokes necessary to transform a table of numbers through some equations. The results are here: Just my 2c: the keystrokes for the Casio fx-cg50 aren't the same as Casio fx-9750GIII (I own the former, not the latter). There is no Shift Setup F2 to switch to line I/O mode (it selects COORD instead) and EXE works differently. Use Shift Prgm and keep the FN menu to enter Prgm symbols. AEXE inserts a newline/carriage return [NL] symbol for the next statement: Code: Shift Prgm Activate Prgm FN keys Program: 27 keystrokes. Then EXIT EXIT EXE to run the program. Execution: all 24 values must be entered (99) each with EXE (24), then another 12 EXE to display the second value, and 12 EXE + 11 EXE to rerun = 158 keystrokes, plus the 3 to exit the editor and run the program. Because there is no loop in the program, execution requires one more EXE after the second display to rerun the program. Adding a loop: Code: Shift Prgm Activate Prgm FN keys Program: 36 keystrokes. Execution: 147 keystrokes (99+24+24) plus the 3 (EXIT EXIT EXE) to exit the editor and run the program. Casio fx-CG50: 186 keystrokes. - Rob "I count on old friends to remain rational" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)