Analog Digital
Analog Digital
Q 34 Represent the decimal number 8620 in BCD and as a binary number. Ans.
Q 36. Convert decimal 225.225 to binary, octal and hexadecimal bases. Ans.
225.225
(ii) 01100100.
Ans.
Q 42. Give the binary code for the hexadecimal number AEO. Ans.
Q 43. Convert decimal 100. 625 to binary, octal and hexadecimal codes.
Ans. In binary:
(1100100.101)2
In Octal:
(144.5)8
In Hexadecimal:
(64.A)16
(-7)2 = (1111)2
Q 45. Give the binary code for the hexadecimal number F01.
10010110
(1100.10)2 — (111.01)2
There is no carry, so answer is —ye and in complement form, Again taking complement.
(0010.11)2 Ans.
108 + 789
Adding
(BC5)16 — (A2B)16 = ?
Q 51. How will you detect overflow in signed magnitude and 2’s
complement
integer additions?
(10) 10 = (1010)2
(11) 10 = (1011)2
Addition :
2’s complement:
(225.225)10 = (?)16
Integer Part:
Fractional part:
Ans. (11011)2
(27)10 = (11011)2
0110010 0110111
(11011)2 =
(27)10
Binary = (101111000)2
(c) (4096) =
(4096)10 = (1000000000000)2
Ans. (6C1)16.—(1DA)16
(1DA)16 = (4E7)16
Hence, verified.