EEE107 Assignment - 02
EEE107 Assignment - 02
EEE107 Assignment - 02
Assignment – 02
1. What does MSB and LSB stands for?
2. Answer the self-test (only up to question 14) in chapter 2 in the reference book,Floyd 11th
edition (page 116).
5. Perform the indicated binary operations: (a) 110 * 111 (b) 1100 ÷ 011
(c) (110 * 111) / 111 (d) (1100 ÷ 011) * 0110
6. Express the decimal number +9 and -9 as an 8-bit binary number in the sign-magnitude system.
7. Express the decimal number 250, 233 and 240 as an 8-bit binary number in the 1’s complement
system.
8. Express the decimal number 245 and 246 as an 8-bit binary number in the 2’s complement
system.
9. Read the section on signed number arithmetic’s and answer following problems
list the four cases when numbers are added.
a. Add following numbers. 00000111+00000100, 00001111+11111010,
00010000+11101000, 11111011+11110111.
b. Add the signed numbers 00100001 and 10111100.
c. Subtract the signed numbers 00110010 from 01110111.
d. What is the sign of the product when two negative numbers are multiplied?
e. Multiply 01111111 by 00000101.
f. What is the sign of the quotient when a positive number is divided by a negative
number?
g. Divide 00110000 by 00001100.
10. Convert the following binary numbers to hexadecimal:
11. Convert the following hexadecimal numbers to binary: (a) AAB (b) 57 (c) 3A5 (c) F81B
19. What is the binary weight of each 1 in the following BCD numbers?