AztecWarrior
2004-10-11, 11:34 PM
Here's how to have fun programming your TI-83, TI-83 Plus, or TI-83 Silver Edition calculator.
Hit PRGM.
Select NEW
Name the new program whatever you want. We will use "INFLOOP". When done, hit ENTER.
You will see the program name at top and a colon. Press PRGM, select I/O, scroll to Disp, and hit ENTER.
The screen should now read
PROGRAM:INFLOOP
: Disp
In the space after Disp, write the following EXACTLY: "0101010101010101". That's "01" 8 times.
Press ENTER, press PRGM, select I/O, select Disp. Write "1010101010101010". That's "10" 8 times.
Hit enter, press PRGM, scroll to EXEC, and select prgmINFLOOP. (Or whatever you named it.)
Do the QUIT key-combo to return to the standard screen. Press PRGM, and EXEC prgmINFLOOP.
FUN!
Your calculator has now entered an infinite loop! After it finishes the program you just wrote, it re-executes itself, causing a loop that can only be terminated by either removing the batteries or hitting the ON button.
Hit PRGM.
Select NEW
Name the new program whatever you want. We will use "INFLOOP". When done, hit ENTER.
You will see the program name at top and a colon. Press PRGM, select I/O, scroll to Disp, and hit ENTER.
The screen should now read
PROGRAM:INFLOOP
: Disp
In the space after Disp, write the following EXACTLY: "0101010101010101". That's "01" 8 times.
Press ENTER, press PRGM, select I/O, select Disp. Write "1010101010101010". That's "10" 8 times.
Hit enter, press PRGM, scroll to EXEC, and select prgmINFLOOP. (Or whatever you named it.)
Do the QUIT key-combo to return to the standard screen. Press PRGM, and EXEC prgmINFLOOP.
FUN!
Your calculator has now entered an infinite loop! After it finishes the program you just wrote, it re-executes itself, causing a loop that can only be terminated by either removing the batteries or hitting the ON button.