Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete this spreadsheet by entering the given binary number into the box below the conversion type, using ANDing to calculate each digit for Octal and

Complete this spreadsheet by entering the given binary number into the box below the conversion type, using ANDing to calculate each digit for Octal and Hex or decimal number for decimal. ANDing is multiplying 0 or 1 times the number above it plus the next number plus the next; always multiplying by 1 or 0 to get the number to be added. In the example for octal, starting in the first group to the right, you would multiply (1 x 4 = 4 + 0 x 2 = 0 + 1 x 1 = 1) so 4 + 0 + 1 = 5. Repeat that for each group of 421 until you are out of binary digits. For HEX there are groups of 8421 using the same principle. If you started with a HEX or Octal number you would convert each digit to a binary number using combinations of 1s and 0s until they equal the starting number. With HEX the numbers go 0 - 9 and the 10 is A, 11 is B, 12 is C, 13 is D, 14 is E, 15 is F. When dealing with decimals you are turning on (1) and off (0) from left to right and adding each number that is multiplied by 1; because multiplying by 0 is always 0. I hope this helps a lot. thank you!!
image text in transcribed
Converting binary to hex to decimal and visa-versa Name

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

please try to give correct answer 8 2 3 . " "

Answered: 1 week ago