Digital Technologies - LAB 000
Number System
TASK
Answer the following questions (provide full and detailed answer)
1. The binary number for F7A9 is
(a) 1111011110101001 (b) 1110111110101001 (c) 1111111010110001 (d)
1111011010101001
2. Convert the decimal number 45.4 to binary using the sum-of-weights method
3. Convert the decimal number 45.5 to binary using multiplication/Division
method
4. The sum of 11010 + 01111 equals
(a) 101001 (b) 101010 (c) 110101 (d) 101000
5. The difference of 110 - 010 equals
(a) 001 (b) 010 (c) 101 (d) 100
6. The decimal number +122 is expressed in 8bit 2’s complement form as
(a) 01111010 (b) 11111010 (c) 01000101 (d) 10000101
7. The decimal number -34 is expressed in 8bit 2’s complement form as
(a) 01011110 (b) 10100010 (c) 11011110 (d) 01011101
8. The binary number 10001101010001101111 can be written in hexadecimal as
AD46716 (b) 8C46F16 (c) 8D46F16 (d) AE46F16
9. Express each decimal number as an 8-bit number in the 1’s complement
form:
(a) -34 (b) +57
10. Express each decimal number as an 8-bit number in the 2’s complement
form:
(a) +12 (b) -68 (c)
11. Determine the decimal value of the signed binary number in the 1’s
complement form:
(a) 10011001
12. Determine the decimal value of the signed binary number in the 2’s
complement form:
(a) 10011001
13. Perform each addition in the 2’s complement form:
(a) 10001100 + 00111001 (b) 11011001 + 11100111
14. Perform each subtraction in the 2’s complement form:
(a) 00110011 - 00010000 (b) 01100101 - 11101000