Question

In: Computer Science

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

Solutions

Expert Solution

(a) Binary :

Theory:An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero. This is done for the integer part.But for the fractional part, we just have to multiply-by-2 and decimal carry of either "1" or "0" untill the final result equals to zero or the recursion near to a point

Number : 205.75

1)Integer part:205

Divide by 2 continously

Result: Remainder:

125 1 (LSB)

62 1

31 0

15 1

7 1

3 1

1 1

0 1 (MSB)

2)Decimal part : 0.75

Multiply with 2 continously

Result Decimal Carry

0.50 1(Decimal bit starts and goes downward)

0.0 1

Therefore.now the binary digit is (11111011.11)2

(b) Octal :

Theory:An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-8 (eight) to give a result and a remainder until the final result equals zero. This is done for the integer part.But for the fractional part, we just have to multiply-by-8 and decimal carry untill the final result equals to zero or the recursion near to a point

Number : 205.75

1)Integer part:205

Divide by 8 continously

Result: Remainder:

25 5 (LSB)

3 1

0 3(MSB)

2)Decimal part : 0.75

Multiply with 8 continously

Result Decimal Carry

0.00 6(Decimal bit starts and goes downward)

Therefore.now the octal digit is (315.6)8


Related Solutions

Convert binary to the following 100110101.1011101101)2 a.) Octal ( )8 b.) Hexa  ( )16 steps would be...
Convert binary to the following 100110101.1011101101)2 a.) Octal ( )8 b.) Hexa  ( )16 steps would be helpful thanks
Convert the decimal number, 315.56 into binary form?
Convert the decimal number, 315.56 into binary form?
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the binary numbers to decimal. Show a single sample calculation for the first number (10010010)....
Convert the binary numbers to decimal. Show a single sample calculation for the first number (10010010). 0111 1111 1001 0110 0101 1100 1100 0111
Convert each of following numbers to Octal numbers, showing all steps. a. (111110110)2 b. (1100010)2 c....
Convert each of following numbers to Octal numbers, showing all steps. a. (111110110)2 b. (1100010)2 c. (2001)10 d. (1492)10 e. (A9)16 f. (5FF71 )16
Convert each of following numbers to Binary numbers, showing all steps. a. (572) 8 b. (1604)...
Convert each of following numbers to Binary numbers, showing all steps. a. (572) 8 b. (1604) 8 c. (1066)10 d. (99)10 e. (80E)16 f. (135AB)16
Write an application that prints a table of the binary and octal equivalent of the decimal...
Write an application that prints a table of the binary and octal equivalent of the decimal numbers in the range 1 through 256. **Write in JAVA**
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.
Convert the following to Octal, hexadecimal and binary (long method (multiply and Divide by methods)) 2647.95...
Convert the following to Octal, hexadecimal and binary (long method (multiply and Divide by methods)) 2647.95 (10)
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