Question

1. Translate the decimal numbers below to binary numbers. The first two are already completed as...

1. Translate the decimal numbers below to binary numbers. The first two are already completed as examples.

Decimal number: 66

Place

128

64

32

16

8

4

2

1

Digits

Show the calculation:

Decimal number: 105

Place

128

64

32

16

8

4

2

1

Digits

Show the calculation:

Decimal number: 111

Place

128

64

32

16

8

4

2

1

Digits

Show the calculation:

Determine the binary code for the decimal integer numbers on your worksheet.

Some help in finding the right pattern of 0's and 1's:

  • Start with the biggest decimal equivalent that is smaller than or equal to the number you are converting, and enter a 1. For the first number you're converting (66), 128 is too big and should stay a 0, but 64 is smaller than 66, so it should get a 1.
  • Work down the list of decimal equivalents, and if adding the decimal equivalent to 64 either equals or is still less than 66 then put a 1 underneath it.
  • Once your decimal number is correct, stop and record the sequence of 0's and 1's on your worksheet as the binary number - this is the binary equivalent to your decimal number.
0 0
Add a comment Improve this question Transcribed image text
Answer #1


I have given my 100% to solve your problem.
So, please help me out by just thumbs up.
Thank you, so much

Add a comment
Know the answer?
Add Answer to:
1. Translate the decimal numbers below to binary numbers. The first two are already completed as...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The place values for the eight binary digits used in IPv4 addressing are as follows: 128,...

    The place values for the eight binary digits used in IPv4 addressing are as follows: 128, 64, 32, 16, 8, 4, 2, 1. Expand this range to include an additional four bits. Do this by recording the place values for 211, 210, 29, and 28. 1111 Express the decimal value 2001 in binary by placing 1s in the binary positions requiring the addition of the corresponding place value. Place 0s in the binary positions where the corresponding place value should...

  • Convert the decimal number +107 binary using a standard conversion. S 64 32 16 8 4...

    Convert the decimal number +107 binary using a standard conversion. S 64 32 16 8 4 2 1 Add the numbers from 30 and 31 together using two’s complement. S 64 32 16 8 4 2 1 Convert the binary number 01110011 using two’s complement. S 64 32 16 8 4 2 1 Convert the binary number 00111001 using two’s complement. S 64 32 16 8 4 2 1 Add the numbers from 33 and 34 together using two’s complement....

  • 1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal....

    1. a) Perform the following binary subtractions of unsigned binary numbers. Convert your answer to decimal. i) 101001012 - 01001001, ii) 110110102 - 100100112 b) Repeat the calculations above but for when the binary numbers are in two's complement form. Comment on the results of the two methods used, noting and discrepancies. 2. Find the sums of the following unsigned hexadecimal numbers. Indicate whether or not the sum overflows an equivalent 8-bit binary result. a) 1116 +2216 b) 1716 +3516...

  • Please show work! 2. Now, give it a try by converting the binary number 01110110 to...

    Please show work! 2. Now, give it a try by converting the binary number 01110110 to decimal by filling in the same table in step 1 r of 2 Pov 128 64 32 16 Cumulative Amount 4. Now, you give it a try by converting the decimal number 131 to binary by filling in the table Power of 2 128 32 16 Bit Amount Remaining 6. Use the binary to hexadecimal table to convert the binary number 01101111 to hexadecimal...

  • Convert the decimal number 22 to -22 using one’s complement. S 64 32 16 8 4...

    Convert the decimal number 22 to -22 using one’s complement. S 64 32 16 8 4 2 1 Convert the decimal number +59 to binary using a standard conversion. S 64 32 16 8 4 2 1 Add the numbers from 21 and 22 together using one’s complement. S 64 32 16 8 4 2 1 Convert the binary number 0001100 using one’s complement. S 64 32 16 8 4 2 1 Convert the binary number 00111000 using one’s complement....

  • Add the numbers from 24 and 25 together using one’s complement. S 64 32 16 8...

    Add the numbers from 24 and 25 together using one’s complement. S 64 32 16 8 4 2 1 Convert the binary number 00100100 using one’s complement. S 64 32 16 8 4 2 1 1 1 0 1 1 0 1 1 Convert the binary number 00011110 using one’s complement. S 64 32 16 8 4 2 1 1 1 1 0 0 0 0 1 Add the numbers from 27 and 28 together using one’s complement. S 64...

  • #6 please a-f Assignment 1 List the binary, octal and hexadecimal numbers from 32 to 64...

    #6 please a-f Assignment 1 List the binary, octal and hexadecimal numbers from 32 to 64 2 What is the exact number of bytes in a system that contains (a) 64K bytes, (b) 128M bytes, and (c) 32G bytes? 3 Convert the following numbers with the indicated bases to decimal and binary (a) (2305)s (b) (248)12 (c) (125)s (d) (371) 4 What is the largest binary number that can be expressed with 16 bits? What are the equivalent decimal and...

  • 2. Represent the following decimal integers in (unsigned) binary, octal, and hexadecimal forms. Do each conversion...

    2. Represent the following decimal integers in (unsigned) binary, octal, and hexadecimal forms. Do each conversion directly from the decimal form to the other form. You must show all the steps in converting from the decimal form to each other form. a. 77 b. 64 c. 140 3. Represent the following numbers in (unsigned) binary form and in decimal form. Show the conversion steps. a. (AD)16 b. (77)16 c. (17)16 d. (17)8 e. (64)8 f. (140)8

  • 1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal...

    1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...

  • (a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1,...

    (a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. They are widely used in com- puting, for example, to represent colors or network addresses of computers. i. Convert A2F1316 to decimal. Show your work. ii. Convert 456710 into hexadecimal. Show your work. iii. Convert 00010101100011002 to hexadecimal. Explain how can you use the fact that 16 = 24 ?...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT