20. How many errors in a single code pattern could be corrected when using an error-correcting code in
which each code pattern is a Hamming distance of at least seven from any other code pattern?
____________
21. The following is a message that was originally encoded so that each pattern had odd parity. Circle the
patterns in which an error has definitely occurred.
101110101 111110000 100010010 000000000 111111111 010001000 100111101
______________________________________
22. Data compression techniques apply various principles to reduce the size of data. One, called
_______________________, avoids repeating long strings of the same data item. Another, called
_______________________, encodes the difference between consecutive blocks of data rather than
encoding each block in its entirety. Still another, called _________________________, uses short bit
patterns to encode frequently occurring items and longer patterns to encode less frequent items.
Vocabulary (Matching) Questions
The following is a list of terms from the chapter along with descriptive phrases that can be used to produce
questions (depending on the topics covered in your course) in which the students are ask to match phrases
and terms. An example would be a question of the form, “In the blank next to each phrase, write the term
from the following list that is best described by the phrase.”
Term Descriptive Phrase
bit Binary digit
Boolean operation AND, OR, XOR, NOT
address A numeric value used to identify a memory cell
hexadecimal notation An efficient way of representing bit patterns
track A circle on the surface of disk platter on which data is written/read
sector A segment of a track in a mass storage system
cylinder A set of tracks at a given position of the read/write heads
seek time The time required to move the read/write heads from one track to
another
latency time The average amount of time required for the desired data to rotate
around to the read/write head
transfer rate The rate at which data can be written to or read from a device
zoned-bit recording A means of increasing the storage capacity of a magnetic disk system
ISO An international organization for establishing standards
ANSI A major standardization organization within the United States
ASCII A system developed by the American Standards Institute for encoding
text.
flip-flop A digital circuit capable of holding a single digit
two’s complement notation A means of encoding whole numbers
floating-point notation A means of encoding numeric values that may involve fractions
truncation An error that may occur when using floating-point notation
pixel A small part of an image