Sei sulla pagina 1di 2

Basic Electronic Devices and Circuits (10B11EC211)

Tutorial Sheet-10 (Number Systems)


Part A :
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.

What digits are used in the hexadecimal number system ?


What binary number follows 1011 ?
Convert the decimal number 32 to its binary equivalent.
What is the decimal equivalent of 11010112 ?
What is the next binary number following 101112 in the counting sequence ?
What is the largest decimal value that can be represented using 12 bits ?
Convert 1000110110112 to its decimal equivalent.
What is the weight of the MSB of a 16-bit number ?
Convert 8310 to its equivalent binary number.
Convert 72910 to its equivalent binary number.
Convert decimal 129 to binary form.
Convert 6148 to decimal.
Convert 100111012 to octal.
Convert 14610 to octal, then from octal to binary.
Convert 97510 to binary by first converting to octal.
Convert binary 1010111011 to decimal by first converting to octal.
Convert 24CE16 to decimal.
Convert 311710 to hex, and then from hex to binary.
Convert 35278 to hex.

Part B :
1.

Convert the following binary numbers to decimal :


(a) 1011
(b) 1011101
(c) 0.1001
(d) 101.001
[Ans. (a) 11; (b) 93; (c) 0.5625; (d) 5.125]

2.

Convert the following decimal numbers to binary :


(a) 205 (b) 104
(c) 23.71875
(d) 111.01
[Ans. (a) 11001101; (b) 10011100010000;
(c) 10111.10111; (d) 1101111.0000001010..]

3.

Convert the following binary numbers to octal :


(a) 1011
(b) 1011101
(c) 11.1001 (d) 101.001
[Ans. (a) 13; (b) 135; (c) 3.0632; (d) 5.000406]

4.

Convert the following octal numbers to binary :


(a) 345 (b) 5250 (c) 32.1
(d) 240.22
[Ans. (a) 11100101; (b) 101010101000;
(c) 11010.001; (d) 10100000.010010]

5.

Convert the following octal numbers to decimal :


(a) 12
(b) 124
(c) 16.2
(d) 2.563

[Ans. (a) 10; (b) 84; (c) 14.25; (d) 2.724609375]


6.

Convert the following decimal numbers to octal :


(a) 12
(b) 186
(c) 0.58
(d) 235.82
[Ans. (a) 14; (b) 272; (c) 0.45; (d) 353.64]

7.

Convert the following binary numbers to hexadecimal :


(a) 1011011 (b) 10111010
(c) 0.10010011 (d) 101.00101
[Ans. (a) 5B; (b) BA; (c) 0.93; (d) 5.28]

8.

Convert the following hexadecimal numbers to binary :


(a) 89
(b) AB2 (c) 2DE.3
(d) AB3.23
[Ans. (a) 10001001; (b) 101010110010;
(c) 1011011110.0011; (d) 101010110011.00100011]

9.

Convert the following hexadecimal numbers to decimal :


(a) 20
(b) AD9 (c) 9.C
(d) 9.3B
[Ans. (a) 32; (b) 2777; (c) 9.75; (d) 9.2304688]

10. Convert the following decimal numbers to hexadecimal :


(a) 18
(b) 518
(c) 0.54
(d) 5.89
[Ans. (a) 12; (b) 206; (c) 0.8A3D7; (d) 5.E3D70]
11. Convert the following hexadecimal numbers to octal :
(a) 19
(b) AC3 (c) BD.7A
(d) D2.7
[Ans. (a) 31; (b) 5303; (c) 275.364; (d) 322.34]
12. Convert the following octal numbers to hexadecimal :
(a) 32
(b) 265
(c) 29.5
(d) 472.02
[Ans. (a) 1A; (b) B5; (c) Question is wrong; (d) 13A.08]
13. Determine the value of x in the following :
(a) (25)x = (85)10
(b) (25)x = (55)10
(c) (217)x = (10110010)2
(d) (2x5)11 = (324)10
[Ans. (a) 40; (b) 25; (c) 9; (d) 7]
*******************

Potrebbero piacerti anche