Question

In: Computer Science

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

Solutions

Expert Solution

Answer 1 -

Binary number to decimal.

110101.101 -

⇒  

Answer 2 -

decimal number to fractional binary representation —

103.5625-

Firstly Convert the integral part and need to divide decimal number 103 by 2 and store remainders.

103 = 1100111(Integer part from top to bottom)

Now, second rules are convert fraction part,  multiply the fractional decimal .5625 by 2 and collect the integral part.

(Integer part from top to bottom)

So the value -

Note- Please do upvote, if any problem then comment in box sure I will help.


Related Solutions

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?
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.
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...
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
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...
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
Convert from hexadecimal to binary to decimal (PLEASE SHOW WORK) 1. B2 - binary: - decimal:...
Convert from hexadecimal to binary to decimal (PLEASE SHOW WORK) 1. B2 - binary: - decimal: 2. 37 - binary: - decimal: 3. 0A -binary: - decimal: 4. 11 - binary: - decimal:
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)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT