13:13
Nelsi
Assignment 1
12. Which of the following bit patterns (represented in hexadecimal notation) represents a negative number in two's complement notation?
A. 3F 7E
B. 55
C. A6
D.
ANSWER:
13. Which of the following bit patterns (represented in hexadecimal notation) represents a positive number in two's complement notation?
A. 9F 7E
B. F7
C. A8
D.
ANSWER:
14. What value is represented by the bit pattern 01011100 when interpreted using floating-point format in which the most significant bit is the sign bit, the next three bits represent the exponent field in excess notation, and the last four bits represent the mantissa?
A. -11/2
B. 11/2
C. -3/8
D. 3/8
ANSWER:
15. Which of the following values cannot be stored accurately using a floating-point format in which the most significant bit is the sign bit, the next three bits represent the exponent field in excess notation, and the last four bits represent the mantissa?
A. 21/2
B. 3/16
C. 7
D. 61/4
ANSWER:
Fill-in-the-blank/Short-answer Questions
1. A computer's main memory consists of numerous memory cells, each of which contains bits. Each memory cell is identified by a numeric value called the cell's address.