Editing A Program - Singer Friden 1155 Operator's Primer

Advanced programmable calculator
Hide thumbs Also See for Friden 1155:
Table of Contents

Advertisement

9/72
10
EDITING A PROGRAM
PROBLEM:
Compute the volume V of a cylinder of radius r, height h.
Use the following program.
V
=
nr
2
h
SPACE
STOP
PRINT
X SQ
PI
X
STOP
PRINT
X
PRINT
(for a value of r)
(for a value of h)
(the answer, V)
Next, store the program, exactly as shown below.
LINE
SPACE
CLEAR
PROG
List the program.
RESET, LIST,
+
START
++204
SPACE
STOP
~
Two steps were
..... - - - - 4
PI
purposely omitted.
X
STOP
PRINT
X
PRINT
The program stored in the 1155's memory is incorrect.
It
must be edited
in order to correct the mistakes.
10-1

Advertisement

Table of Contents
loading

Table of Contents