Question

In: Computer Science

Q1. a. Illustrate mathematically how to convert the following Binary number into Decimal Number system. 101112...

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

--------------------

Solutions

Expert Solution

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...


Related Solutions

Problem: Convert the following binary number to decimal. 1. 110101.101 Problem: Convert the following decimal number...
Problem: Convert the following binary number to decimal. 1. 110101.101 Problem: Convert the following decimal number to fractional binary representation. 1. 103.5625
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the decimal number, 315.56 into binary form?
Convert the decimal number, 315.56 into binary form?
Write a program to convert the input numbers to another number system. 1. Decimal to Binary...
Write a program to convert the input numbers to another number system. 1. Decimal to Binary 2. Binary to Decimal 3. Hexadecimal to Decimal 4. Decimal to Hexadecimal 5. Binary to Hexadecimal 6. Hexadecimal to Binary The user will type in the input number as following: Binary number : up to 8 bits Hexadecimal number: up to 2 bytes Decimal number: Less than 256 As a result, print out the output after the conversion with their input numbers. The program...
Convert signed integer 0xACE9 to binary and decimal. Convert unsigned integer0xACE9 to binary and decimal.
Convert signed integer 0xACE9 to binary and decimal. Convert unsigned integer0xACE9 to binary and decimal.
Convert the following decimal number into (a) binary and (b) Octal (SHOW ALL STEPS) 205.75
Convert the following decimal number into (a) binary and (b) Octal (SHOW ALL STEPS) 205.75
Code in C-language programming description about convert binary number to decimal number.
Code in C-language programming description about convert binary number to decimal number.
With a detailed step-by-step process, convert the following decimal number into binary, Hexadecimal and IEEE 754...
With a detailed step-by-step process, convert the following decimal number into binary, Hexadecimal and IEEE 754 formats : 72.nn ( where nn is 80)
convert fraction decimal number 14/13 to acorrectly rounded binary number with 8 digits.
convert fraction decimal number 14/13 to acorrectly rounded binary number with 8 digits.
1) Convert negative fractional decimal number to 8-bit binary number: – 16.625 (use 2's complement binary...
1) Convert negative fractional decimal number to 8-bit binary number: – 16.625 (use 2's complement binary format) Hint: –17 + 0.375 Given the hint above, the fractional number will be divided into two parts, - Whole number, - Fractional part, must be positive (2) Proof to check that your calculation above is correct
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT