In: Computer Science
Q1. a. Illustrate mathematically how to convert the following Binary number into Decimal Number system.
101112 = ?10
(11.10)2= ?10
(100011.011)2 = ?10
______________________________
b. Illustrate mathematically how to convert following decimal number into binary Number system.
(345)10 = ?2
(45.25)10 = ?2
______________________________
c. Illustrate mathematically how to convert the following Octal number into Decimal Number system.
278 = ?10
308 = ?10
______________________________
d. Illustrate mathematically how to convert the following Hexadecimal number into Decimal Number system.
(2F)16 = ?10
(BCC)16 = ?10
(2F. A2)16 = ?10
______________________________
e. Illustrate mathematically how to convert following Binary number into Octal Number system.
101012 = ?8
(11100.11)2= ?8
______________________________
f. Illustrate mathematically how to convert the following Binary number into Hexadecimal Number system.
101012 = ?16
(11100.11)2= ?16
(100011.011)2 = ?16
_______________________________
g. Solve and write the result of sum for given hexadecimal number
B D 5
+ A A B
--------------------
A D 5
+ F E C
--------------------
Solve and write the result of subtraction for given hexadecimal number
B D 5
- A A B
--------------------
B C 9
- E F C
--------------------
- A F 4
A B C
--------------------
PLEASE check out the pictures of the solution given below... please do a comment for having any doubt... thank you...
NOTE: the green highlited part is the answer...