0% found this document useful (0 votes)
28 views14 pages

Number System Sheet Sol

Uploaded by

ramadan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views14 pages

Number System Sheet Sol

Uploaded by

ramadan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Number Systems Sheet

1) Convert the following decimal numbers to equivalent binary numbers:


(a) 43
(b) 64
(c) 0.375
(d) 40.96
(e) 148.0625
2) Convert the following binary numbers to equivalent decimal numbers:

(a) 1101
(b) 100011
(c) 11011.0011

3) Convert the following hexadecimal numbers to decimal:

(a) 15
(b) B8
(c) AB4
(d) A4.9
(e) D2.76B
4) Convert the following octal numbers to decimal:

(a) 15
(b) 125
(c) 15.6
(d) 24.73
5) Convert the following binary numbers to octal:

(a) 110
(b) 11001
(c) 0.11111
(d) 10.11
(e) 10110.0111
6) Convert the following octal numbers to binary:

(a) 54
(b) 232.2
(c) 453.45
(d) 31.234
7) Convert the following decimal numbers to octal:

(a) 8
(b) 0.55
(c) 93.2
(d) 545.375
8) Convert the following hexadecimal numbers to binary:

(a) 9
(b) 1B
(c) 0.AB
(d) AB
(e) 12.B
9) Convert the following binary numbers to hexadecimal:

(a) 11101.011
(b) 11011.11
(c) 111.1
(10) Complete the following table:

Decimal Signed One’s Two’s Excess (Biased)


magnitude Complement Complement
(sm) (c1) (c2)
35 ? ? ? ?
-35 ? ? ? ?
11) Compute the addition of the following unsigned numbers

(0111)2 +(0101)2

12) Compute the subtraction of the following unsigned numbers

(110110)2 − (100101)2

13) Show results for adding those two’s complement numbers then find
whether overflow occurs or not

(11110)2 + (11101)2
14) Show results for subtracting those two’s complement numbers

(10011)2 − (10101)2

You might also like