Excercise 1
Excercise 1
In a set of 64 symbols, each symbol requires a bit pattern length of _______ bits.
a 4
b 5
c6
d 7
How many symbols can be represented by a bit pattern with ten bits?
a 128
b 256
c 512
d 1024
If the ASCII code for E is 1000101, then the ASCII code for e is _______. Answer
the question without consulting the ASCII table.
a 1000110
b 1000111
c 0000110
d 1100101
When we want to store music in a computer, the audio signal must be _______.
a sampled
3
a only
b quantized only
c coded
c only
d sampled, quantized, and coded
Assume a new Excess system uses 17 bits to represent the exponent section. What
is he bias value in this system?
a 17
b 16
c 65535
d 65536
Which number representation method is often used to store the exponential value
of a fractional part?
a unsigned integers
b two’s complement
c Excess
d ten’s complement
The combination of sign and mantissa of a real number in IEEE standard floating
point format is stored as an integer in the ____________ representation.
a unsigned
b sign-and-magnitude
c two’s complement
d one’s complement