Chapter 1 Python
Chapter 1 Python
13. A bit that is turned off represents the following value: __________.
a. 1
b. –1
c. 0
d. “no”
14. A set of 128 numeric codes that represent the English letters,
various punctuation marks, and other characters is __________.
a. binary numbering
b. ASCII
c. Unicode
d. ENIAC
18. The tiny dots of color that digital images are composed of are called
__________.
a. bits
b. bytes
c. color packets
d. pixels
19. If you were to look at a machine language program, you would see
__________.
a. Python code
b. a stream of binary numbers
c. English words
d. circuits
20. In the __________ part of the fetch-decode-execute cycle, the
CPU determines which operation it should perform.
a. fetch
b. decode
c. execute
d. immediately after the instruction is executed
24. The rules that must be followed when writing a program are called
__________.
a. syntax
b. punctuation
c. key words
d. operators
4. Images, like the ones you make with your digital camera, cannot be
stored as binary numbers. True/False
9. Windows Vista, Linux, UNIX, and Mac OSX are all examples of
application software. True/False