
CHARACTER
REVERSE
KEY
Normally,
the
screen displays alighted character (green) on adark background (black).
Using
the
OFF/RVS
key
you
can highlight information on
the
screen by displaying black-
on-green, rather than green-an-black.
Try
the
following example.
STEP
1:
Turn
the
computer ON.
STEP 2: Clear the screen using SHIFT, CLR/HOME.
STEP 3:
Type:
AAA.
STEP
4:
Press
the OFF/RVS key.
STEP 5:
Type:
BBB.
(Notice
that
the
Bs
are displayed in reverse: black-on-green.)
STEP 6: Hold
the
SHIFT key down and press
the
OFF/RVS key. This returns
the
display
to
its normal green-an-black.
To
check this:
STEP 7:
Type:
cce.
As
stated earlier, aprogram is aseries of instructions
that
the
computer performs
to
produce
aspecified result. Just as achef mixes ingredients following arecipe step-by-step
to
create a
meal, so does
the
computer execute programmed instructions, step-by-step,
to
produce
meaningful results. The order in which
the
computer performs
the
instructions is contained
in
the
program itself since each instruction has aline number preceding it. The line number
serves
the
function
of
identifying
the
exact order in which
to
execute aprogram. The line
number also tells
the
computer
to
store
the
information in memory as part
of
aprogram.
Each new program line
is
put
in proper numerical sequence with
the
program lines pre-
viously stored in memory. Program lines are stored until
the
user tells
the
computer
to
exe-
cute
the
program.
If
an instruction
is
not
preceded by aline number,
the
computer will
execute it immediately and
not
store it in
the
program
text
area.
RUN/STOP
KEY
When shifted,
the
RUN/STOP key is used
to
load aprogram
into
the
computer's memory
from adiskette rather than entering instructions, line-by-line, from
the
keyboard. The use
of
this key will be more fully discussed in
the
chapter titled "Peripherals".
Unshifted, this key functions as abreak key. That is, it interrupts whatever
the
computer is
doing, such as loading aprogram,
or
executing one, and returns it
to
user control. The
screen will display
"ready."
and the cursor will await your command.
13