These numbers are large or small enough that the computer prefers to
rewrite them in scientific notation. Familiarity with scientific notation is
not essential for understanding the computer, or even this chapter.
Scientific notation expresses a large number as a number between 0
and 10 multiplied by a power of 10. An exponent specifies the power
of 10. In the following example, E + 13 means that the exponent is 13:
2 . 5 E + 1 3 = 2 . 5 x 1 0
1 3
= 2 5 0 0 0 0 0 0 0 0 0 0 0 0
You can use exponents to talk to your computer. The caret on the
Right Arrow key is the symbol for exponents. You must use the
key to print the caret.Try the following computations:
PRINT 2 ^ 1
PRINT 2 ^ 2
PRINT 2 ^ 3
PRINT 2 ^ 4
PRINT 2 ^ 64
The first notation is 2 to the first power; the second, 2 to the second
power; and so on. The last notation is 2 to the sixty-fourth power,
which is a large enough number that the computer needs to express
it in scientific notation.
Unless you are a physicist timing electrons in their orbits or an
astronomer calculating the size of the universe, you will rarely need to
use scientific notation. But if you ever do, the computer is capable of
doing your calculations with even these often unwieldy numbers.
THE COMPUTER AS A CALCULATOR
The computer can perform the same functions as a calculator. Use
the plus ( + ) sign on the Left Arrow key to type the statement
below:
PRINT 1 + 1
When you press , the computer immediately gives you an
answer, just like a calculator. Invent your own addition problems now.
Make the numbers big or small, and try a long series of numbers to
add up. Experiment with lots of variations.
Use the minus sign (-) on the Up Arrow key for subtraction prob-
lems. Try the three versions of the same problem below:
PRINT 4 - 1
PRINT 4-1
PRINT4-1
48
Summary of Contents for 65XE
Page 1: ...ATARI 65XE PERSONAL COMPUTER OWNER S MANUAL TM...
Page 3: ...ATARI 65XE PERSONAL COMPUTER TM...
Page 6: ...Part 1 GettingStarted 1...
Page 9: ...4...
Page 23: ...18...
Page 25: ...20...
Page 32: ...Part 2 Programming withATARI BASIC 27...
Page 33: ...28...
Page 59: ...54...
Page 69: ...64...
Page 82: ...Part3 Appendices 77...
Page 83: ...78...
Page 97: ...92...
Page 105: ...100...
Page 125: ...120...
Page 126: ...121 Index...
Page 127: ...122...
Page 134: ...ATARI 1987 Atari Corp All Rights Reserved Printed in Taiwan C072018 001 REV B K l 2 1987...
Page 135: ......