0% found this document useful (0 votes)
22 views2 pages

Tut 9 Digital - Numbersystem

Uploaded by

Kuwar Kalra
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)
22 views2 pages

Tut 9 Digital - Numbersystem

Uploaded by

Kuwar Kalra
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/ 2

Thapar Institute of Engineering and Technology, Patiala

Tutorial Sheet: 09, Number System and Binary Arithmetic


UES013: Electrical and Electronics Engineering - B.E.1st Year

Q1. Convert the following numbers from one number system to other:
a. (1101)2 to decimal
b. (5217)8 to decimal
c. (1ACF)16 to decimal
d. (250)10 to binary
e. (250)10 to hexadecimal
f. (175)8 to hexadecimal
g. (7D)16 to octal
h. (0.75)10 to binary
i. (11011.101)2 to decimal
j. (01011111011.011111)2 to hexadecimal
k. (3A9E.B0D)16 to binary

Answer a. (13)10
b. (2703)10
c. (6863)10
d. (1111010)2
e. (FA)16
f. (7D)16
g. (175)8
h. (0.11)2
i. (27.625)10
j. (2FB.7C)16
k. (0011101010011110.101100001101)2

Q2. Find one’s complement for the given binary numbers


(a) 1010
(b) 11010
(c) 110111
(d) 1011011
Answer (e) 0101
(f) 00101
(g) 001000
(h) 0100100

Q3. Convert the following binary numbers to their 2’S Complements.


a. 101
b. 10011

Answer a. 011
b. 01101
Q4. Solve the following using unsigned representation
a. (40)10 - (12)10 using 1's complement method.
b. (13)10 - (45)10 using 2's complement method.

Answer a. (011100)2 = (28)10


b. 2’s complement of (100000)2 = (-32)10

You might also like