Questions DE-1
Questions DE-1
Number Conversion
1. Convert following decimal numbers into Binary, Octa-decimal, Hexa-decimal numbers
a) 58
b) 72
c) 126
d) 234
e) 510
f) 1300
2. Convert following Binary numbers into Decimal, Octa-decimal, Hexa-decimal numbers
a) 1101101010
b) 101011
c) 101110110001
d) 111110000100
e) 100100010000100101
3. Convert following Octa-decimal numbers into Decimal, Binary, Hexa-decimal numbers
a) 254
b) 72
c) 564
d) 732
e) 25356
f) 77752
4. Convert following Hexa-decimal numbers into Decimal, Binary, Octa-decimal numbers
a) 5896
b) A58B27
c) DE587C
d) A584CDE
e) 589ABE45
f) ABCDE
5. Convert following numbers into respective number system
a) (89ADEC45)16 = ( )12
b) (57AD4C45)16 = ( )14
c) (8985245)10 = ( )16
d) (120120121)3 = ( )2
e) (999857789)10 = ( )20
Addition
6. Perform the following addition operations:
a) (275.75)10 + (37.875)10
b) (AF1.B3)16 + (FFF.E)16
c) (89AB.B3)16 + (8952.567)10
d) (275)10 + (75)16 + (275)8
e) (11011010011101)2 + (9584)10 + (AE58)16 + (57645)8
f) (1101101111101)2 + (9584)11 + (AE58)16 + (57645)9
g) (9584)12 + (85758)13 + (57645)14
Sign Number
7. Convert following numbers into 6-bit sign number presentation
a) +24
b) -18
c) -8
d) +31
e) -30
8. Convert following numbers into 6-bit 1s complement presentation
a) +24
b) -19
c) +12
d) -31
e) +29
f) -1
9. Convert following numbers into 6-bit 2s complement presentation
a) -32
b) -64
c) -63
d) +32
e) +28
f) +1
10. Consider the signed binary number 10111011. What is the decimal equivalent of this number
if it is in signed-magnitude form or in 1’s complement form or in 2’s complement form?
Subtraction
11. Add −118 and −32 firstly using eight-bit 2’s complement arithmetic and then using 16-bit 2’s
complement arithmetic. Comment on the results.
12. Subtract (1110.011)2 from (11011.11)2 using basic rules of binary subtraction and verify the
result by showing equivalent decimal subtraction.
13. Subtract (a) (−64)10 from (+32)10 and (b) (29.A)16 from (4F.B)16. Use 2’s complement
arithmetic.
14. Subtract 284 to 491 firstly using 16-bit 2’s complement arithmetic and then using 16-bit 2’s
complement arithmetic.
15. Perform the following operations using 2’s complement arithmetic:
a) (+43)10 − (−53)10.
b) (1ABC)16 + (1DEF)16.
c) (3E91)16 − (1F93)16.
16. Subtract 52 to 40 firstly using 10-bit 2’s complement arithmetic and then using 10-bit 2’s
complement arithmetic.
17. Perform the following subtraction using 2s complement form
a) (275.75)8 - (37.875)16
b) (AF1.B3)16 - (8FF.E)16
c) (89AB.B3)16 + (9952.567)10
d) (775.75)8 - (72.85)16
e) (5BF1.A5)16 - (68FC.B)16
f) (89AB.B3)16 + (7952.567)14
15. In the figure shown, y2, y1, and y0 will be 1’s complement of x2, x1, and x0 if z = ?
16. The output y of the circuit shown in the figure is….
19. For the logic circuit shown in figure, the simplified Boolean expression for the output y is ….
20. The standard form of expression AB + ACD + AC is…..
21. Find the function represented by the figure