Convert the following numbers to binary. Do not be concerned with normalization or the hidden bit for the purpose of this assignment.
(PLEASE SHOW STEPS SO I CAN EASILY UNDERSTAND. THANK YOU.)
58.4298095703125 calculated to eleven binary digits to the right of the decimal.
33.4021 calculated to eleven binary digits to the right of the decimal.
39.875 calculated to eleven binary digits to the right of the decimal.
STEPS TO CONVERT FRACTIONAL DECIMAL TO BINARY
A) Convert the integral part of decimal to binary equivalent
B) Convert the fractional part of decimal to binary equivalent
C) Combine both integral and fractional part of binary number.
Let's take an example for n = 4.47 k = 3 Step 1: Conversion of 4 to binary 1. 4/2 : Remainder = 0 : Quotient = 2 2. 2/2 : Remainder = 0 : Quotient = 1 3. 1/2 : Remainder = 1 : Quotient = 0 So equivalent binary of integral part of decimal is 100. Step 2: Conversion of .47 to binary 1. 0.47 * 2 = 0.94, Integral part: 0 2. 0.94 * 2 = 1.88, Integral part: 1 3. 0.88 * 2 = 1.76, Integral part: 1 So equivalent bianry of fractional part of decimal is .011 Step 3: Combined the result of step 1 and 2. Final answer can be written as: 100 + .011 = 100.011
Hence, following the same steps, the answers are:
a) 58.429809570312510 = 111010.011011100002
b) 33.402110 = 100001.011001101112
c) 39.875 = 100111.111000000002
Convert the following numbers to binary. Do not be concerned with normalization or the hidden bit for...
Convert the following numbers from binary to decimal: 101.101001 0.000101 1.0 Convert the following numbers from decimal to binary: 12.28125 0.0234375 0.7 ***If you could show some of the work so I can understand how to do this better, that would be greatly appreciated.
Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers into decimal: 10110111 ____________________ Convert the following decimal numbers into equivalent hexadecimal numbers: 253 ____________________ Convert the following hexadecimal numbers into equivalent decimal numbers: AE0 ____________________ Convert the following IP addresses into binary. Do not forget to put the period, or dot, between each group of eight binary digits: 206.79.125.83 _____________________________________________________________________ For the following exercises, come up with the subnet address, broadcast address, the...
Convert the decimal numbers A and B to 5-bit binary numbers. Using two’s complement representation, show (i) how to subtract the two 5-bit binary numbers (A−B); (ii) how to translate the binary result back to decimal
Q1) Convert the following negative decimal numbers to 8 bit binary using the 2’s complement (show the steps): a) -39 b) -127 Q2) Solve the following subtraction problems using 2's complement representation. (Show the steps using 8-bits) a) 19 – 87 b) 89 – 5 Q3) Convert the following numbers into scientific notation: (Note: to show ten raised to the power of n, you can type as 10^n) a) 654.345 b) 0.000000324235 c) 25600000000000 Q4) Convert the following numbers out...
Convert the following decimal numbers to 10-bit unsigned binary numbers. Show your work. (a) 8910 (b) 44510 (c) 10910 (d) 75310 Please Help
(5 points) Convert the following decimal numbers to 8-bit two's complement binary numbers and carry out the additions in binary. Indicate whether the sum overflows the 8-bit result. If not show the result as a decimal number. a) 39 + (-78) b) -43 + (-92)
1) Identify the floating point numbers corresponding to the following bit string IEEE 32 bit representation a) 1 00000000 00000000000000000000000 Decimal or Binary number_____________________? b) 1 11111110 11111111111111111111111 Decimal or Binary number______________________? would you please show me the steps as well? Thank you!!
For problems 8, 9 and 10, convert the following decimal numbers into 8‑bit binary numbers as required for 2's complement math, and perform the indicated operations. Circle or bold your binary answer and show your work. Notes: Remember that positive numbers are represented in sign-magnitude format in 2's complement math 8. +26 +15 = 9. +26 - 15 = 10. - 26 +15 =
2. Convert the following two's complement binary numbers to decimal numbers. These numbers are integers. a. 110101 b. 01101010 c. 10110101 3. Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Write the results in 6-bit two's complement binary number format and decimal number format. Indicate whether or not the sum overflows a 6-bit result. a. 14 + 12 b. 30 + 2 C. -7 + 20 d. -18-17 4. What is the signed/magnitude and two's complement range of...
assignment 1
1. Convert the numbers 47 and 23 from Decimal to Binary. 2. Convert 11011 and 11101 from Binary to Decimal Show all steps. Use Word to write your answers, then save and upload the file.