Resources
Policy
Links
Tasks
Calculators
Support Documents

Calculators | Texas Instruments - Mathematics | Programming Menu

Programming the TI-83



Programming Menu

Press PRGM to bring up the programming menu

EXEC Allows the user to run a program that has been written.
  
EDIT Allows the user to alter a previously written program.
  
NEW This allows the user to name and start a new program.


Starting a New Program

Clear the home screen  
Press 2nd   Quit  
Press  Clear
 

Press PRGM and choose option NEW
Enter on Create New
The calculator is automatically set on alpha lock ready for the name.
   
Type in the name COMPARE  
   
On entering the name, a colon (:) appears ready for the first program line and the cursor is ready for typing this line.


Programming Commands

When writing a program the programming commands can be accessed by pressing PRGM.
These commands must be used and cannot be typed in.
  
CTL:   gives access to the control commands.
For example
1: IF   creates a conditional test
2: Then   used with the IF command
3: Else   used with IF-Then command
7: End   signifies IF-THEN-ELSE ended
8: Pause   stops until enter is pressed
9: Lbl   Assigns a label to a command
0: Goto   Transfers control to a label

I/O:   gives input or output commands.
For example

2: Prompt   Requires user to input a number after the question mark (?.)
3: Display   Gives on screen
8: Clrhome   Clears the home screen information or instructions

EXEC:   Executes a program that has been written.

Program number 6: COMPARE could only executed, however, if you have first returned to the homescreen by pressing 2nd QUIT


Input/Output Commands

The calculator is now ready to type in the program.

Each time a programming command is used it must be entered from the input / output menu.

The green alpha key ALPHA can be used to type individual characters.

To type a space between characters choose ALPHA  

When typing sentences the alpha key can be locked on using
2nd  

8: Clrhome   Clears the home screen

3: Display   On screen instructions are given and must be typed between inverted commas

2: Prompt   Requires user to input a number after the ?.

On execution the calculator requires you to enter
the two numbers A and B

 

[ TOP ] [ HOME ] [ SITE MAP ]
Copyright © Department of Education, Western Australia. All Rights Reserved.
updated January 2002