Tutorial #1 PDF
Tutorial #1 PDF
1. Which of the following Boolean operations produces the output 1 for the fewest number of input patterns?
A. AND B. OR C. XOR
5. Which of the following bit patterns represents the value 9 in two’s complement notation?
6. Which of the following bit patterns represents the value -9 in two’s complement notation?
7. What is the result of the following addition problem (using two’s complement notation)?
00001111
+ 10101010
8. What is the result of the following subtraction problem (using two’s complement notation)?
00001111
- 10101010
9. In which of the following addition problems (using two’s complement notation) does an overflow error occur?
10. Which of the following representations in two’s complement notation represents the largest value?
11. Which of the following representations in two’s complement notation represents the smallest value?
A. 3F B. 55 C. A6 D. 7E
13. Which of the following bit patterns (represented in hexadecimal notation) represents a positive number in two’s
complement notation?
A. 9F B. F7 C. A8 D. 7E
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?
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?
16. Which of the following bit-patterns represents the smallest value using the 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?
17. Which of the following data storage systems provides the most efficient random access to individual data items?
18. Which of the following storage systems is best suited for storing and retrieving long strings of data that are
processed in their sequential order?
19. Which of the following mass storage system does not require physical motion?
20. Assuming that each of the following bit patterns originally had even parity, which one contains an error?
25. Which of the following provides a compressed representation of an image by limiting the number of different
pixel colors to 256, thereby enabling each pixel in an image to be represented by a single byte whose value indicates
which of a palette of entries represents the pixel’s color?