0% found this document useful (0 votes)
9 views6 pages

Practical Assignment No. 2, Fatima Nadeem

Uploaded by

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

Practical Assignment No. 2, Fatima Nadeem

Uploaded by

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

Practical assignment no.

NUMBER BASES
Presentation by Fatima Nadeem
COMPLETE THE FOLLOWING
CONVERSIONS:

CONVERT BINARY
10011101_2 = 128 + 0 + 0 + 16 + 8 +
NUMBER 10011101 4+0+1
TO DECIMAL. ans: 157

82 / 2 = 41 (remainder 0) 41 / 2 = 20
CONVERT DECIMAL
(remainder 1) 20 / 2 = 10 (remainder 0)
NUMBER 82 TO
10 / 2 = 5 (remainder 0) 5 / 2 = 2
BINARY.
(remainder 1) 2 / 2 = 1 (remainder 0) 1 /
2 = 0 (remainder 1) ans: 1010010
CONVERT OCTAL 72 = (7 \times 8) + (2 \times 1)
NUMBER 72 TO ans: 58
DECIMAL.

CONVERT 196 / 8 = 24 (remainder 4) 24 / 8 = 3


DECIMAL (remainder 0)
NUMBER 196 TO ans:304
OCTAL.
CONVERT
B1_16 = (11 * 16^1) + (1 * 16^0) =
HEXADECIMAL 176 + 1
NUMBER B1 TO ans:177
DECIMAL.
CONVERT 177 / 16 = 11 (remainder 1) 11 / 16 = 0
DECIMAL (remainder 11)
NUMBER 177 TO 11 in decimal corresponds to B in
HEXADECIMAL. hexadecimal.

CONVERT
010=2, 011=3, 011=3
BINARY NUMBER ans:233
1001011 TO
OCTAL

CONVERT OCTAL ans: 1101


NUMBER 15 TO
BINARY
CONVERT
ans: 1001010
HEXADECIMAL
NUMBER 4A TO
BINARY
CONVERT ans: 91
BINARY NUMBER
10010001 TO
HEXADECIMAL
THANK YOU

You might also like