MODD / Mr. Hansen
10/31/2005

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
(B) 2,000
(C) 5,000

(D) 10,000
(E) 20,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
(B) 300
(C) 600

(D) 800
(E) 2400

 

 

___ 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
(B) 1200 · (bits per symbol) = 4800 bps
(C) 1200 · (bits per symbol) = 9600 bps

(D) 1200 · (bits per symbol) = 19,200 bps
(E) 1200 bps

 

 

___ 4.

POTS stands for

 

(A) plain old telephone service
(B) pretty ordinary telephone service
(C) pulse-code operated telephone service

(D) pulse operated tracking service
(E) premium on-line telephone service

 

 

___ 5.

Which of these would probably have the best RLE compression ratio?

 

(A) a typical text file
(B) a typical monochrome bitmap
(C) a typical bitmap with 256 color levels

(D) a high-resolution bitmap, 3 bytes/pixel
(E) a low-resolution bitmap, 3 bytes/pixel

 

 

___ 6.

Phil Katz developed . . .

 

(A) LHARC
(B) PKZIP and the ZIP file format
(C) WinZip

(D) lung cancer
(E) StuffIt Expander

 

 

___ 7.

What factors affect the quality of digital image transmission?

 

(A) resolution (number of horizontal and vertical pixels)
(B) bit depth
(C) S/N ratio of the transmission channel
(D) frame rate
(E) all of the above


 

 

 

___ 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
(B) temporal masking
(C) stereo masking

(D) subsonic masking
(E) ultrasonic masking

 

 

___10.

The most common MP3 bit rate gives an overall compression ratio, compared to uncompressed WAV format, of roughly . . .

 

(A) 3:1
(B) 10:1
(C) 25:1

(D) 50:1
(E) 100: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