MODD / Mr. Hansen |
Name:
_________________________ |
Test on Unit 0x40 (Topics 0x29 and 0x41-0x4F, omitting
0x48 and 0x4E for now)
Time limit: 32 minutes (48 minutes for extended
time). A calculator is permitted.
Each question is worth 5 points. Your name is worth 3 points.
Instructions for Part I: For multiple choice questions, write the capital
letter of the best choice in the
blank provided. For fill-in problems, write the word or phrase that best fits in
the space provided.
___ 1. |
Dr. Octagon is a Radio
Shack Model 100 laptop computer from the year 1983. Dr. Octagon, a cousin of
Smokey, contains a 300 bps modem that sends approximately how many bytes per
minute? |
|
|
(A) 1,000 |
(D) 10,000 |
|
|
|
___ 2. |
Dr. Octagon’s modem uses a
modulation of a telephone signal that sends a binary 0 or 1 with each pulse
(“symbol”) that is sent. The baud rate is . . . |
|
|
(A) 150 |
(D) 800 |
|
|
|
___ 3. |
Newer modems send symbols
that encode multiple bits into each symbol that is sent over the phone line.
The bit rate of a somewhat more modern 1200 baud modem, where each symbol
represents a hex digit, is . . . |
|
|
(A) 1200 · (bits per
symbol) = 3600 bps |
(D) 1200 · (bits per
symbol) = 19,200 bps |
|
|
|
___ 4. |
POTS stands for |
|
|
(A) plain old telephone
service |
(D) pulse operated tracking
service |
|
|
|
___ 5. |
Which of these would
probably have the best RLE compression ratio? |
|
|
(A) a typical text file |
(D) a high-resolution
bitmap, 3 bytes/pixel |
|
|
|
___ 6. |
Phil Katz developed . . . |
|
|
(A) LHARC |
(D) lung cancer |
|
|
|
___ 7. |
What factors affect the
quality of digital image transmission? |
|
|
(A) resolution (number of
horizontal and vertical pixels) |
|
|
|
___ 8. |
Why is the ITU so
important? |
|
|
(A) It isn’t. The
organization is now called CCITT. |
|
|
(B) Without the ITU, fax and
modem protocols would be in a state of greater confusion. |
|
|
(C) Without the ITU,
digital bitstreams could not be sent over telephone
lines. |
|
|
(D) Without the ITU, analog
TV and analog radio transmission would not be possible. |
|
|
(E) Without the ITU,
electrical power could not be transmitted across great distances. |
|
|
|
|
___ 9. |
MP3 compression suppresses
sounds that are inaudible because they immediately follow loud sounds on an
original master recording. This type of psychoacoustic compression effect is
called . . . |
|
|
(A) pitch masking |
(D) subsonic masking |
|
|
|
___10. |
The most common MP3 bit rate
gives an overall compression ratio, compared to uncompressed WAV format, of
roughly . . . |
|
|
(A) 3:1 |
(D) 50:1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instructions for Part II: Write a free response for each question. The answers
can be quite short.
11, 12. |
Explain how conventional
Morse Code, as used by old-time telegraph operators and some amateur radio operators
to this day, incorporates features of both Huffman coding and tokenization. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13. |
What are the instructions
shown on the board called? Hint: The
word starts with a “P.” |
|
|
|
|
|
|
14-16. |
Use the instructions shown
on the board to decode the RLE bitmap defined on the board. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17. |
State the hex number
(0x0D0AB77C) in a big-endian representation. |
|
|
|
|
|
|
|
|
18. |
State the same hex number
(0x0D0AB77C) in a little-endian representation. |
|
|
|
|
|
|
|
|
19. |
List several advantages of data
compression. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20. |
Is a ZIP file compressible?
Why or why not? Explain briefly |