Question

CIS360: Info Tech Hardware & Software B. (2x points) For the following binary numbers, calculate the decimal and hexadecimal
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution

a)

10111001

Convert  10111001 to decimal

To convert binary number 10111001 to decimal, follow these two steps:

Start from one's place in 10111001 : multiply ones place with 2^0, tens place with 2^1, hundreds place with 2^2 and so on from right to left

Add all the product we got from step 1 to get the decimal equivalent of 10111001.

Using the above steps, here is the work involved in the solution for converting 10111001 to decimal number (Don't forget that we start from ones place to so on...)

Decimal equivalent of "1" = 1 × 2^0 = 1
Decimal equivalent of "0" = 0 × 2^1 = 0
Decimal equivalent of "0" = 0 × 2^2 = 0
Decimal equivalent of "1" = 1 × 2^3 = 8
Decimal equivalent of "1" = 1 × 2^4 = 16
Decimal equivalent of "1" = 1 × 2^5 = 32
Decimal equivalent of "0" = 0 × 2^6 = 0
Decimal equivalent of "1" = 1 × 2^7 = 128
Decimal equivalent of "10111001" = 1+0+0+8+16+32+0+128
10111001 = 185

Here is the final answer, The binary number 10111001 converted to decimal is therefore equal to:

185

----

Convert  10111001 to hexadecimal

Answer

101110012 = B916

divide into four bits

1011 1001

1011 is B in Hexadecimal

1001 is 9 in Hexadecimal

Therefore answer is

B9

---

b)

000101101

convert 000101101 to decimal

To convert binary number 000101101 to decimal, follow these two steps:

Start from one's place in 000101101 : multiply ones place with 2^0, tens place with 2^1, hundreds place with 2^2 and so on from right to left

Add all the product we got from step 1 to get the decimal equivalent of 000101101.

Using the above steps, here is the work involved in the solution for converting 000101101 to decimal number (Don't forget that we start from ones place to so on...)

Decimal equivalent of "1" = 1 × 2^0 = 1
Decimal equivalent of "0" = 0 × 2^1 = 0
Decimal equivalent of "1" = 1 × 2^2 = 4
Decimal equivalent of "1" = 1 × 2^3 = 8
Decimal equivalent of "0" = 0 × 2^4 = 0
Decimal equivalent of "1" = 1 × 2^5 = 32
Decimal equivalent of "0" = 0 × 2^6 = 0
Decimal equivalent of "0" = 0 × 2^7 = 0
Decimal equivalent of "0" = 0 × 2^8 = 0
Decimal equivalent of "000101101" = 1+0+4+8+0+32+0+0+0
000101101 = 45

Here is the final answer, The binary number 000101101 converted to decimal is therefore equal to:

45

---

convert 000101101 to hexadecimal

0001011012 = 2D16

divide into four bits

0 0010 1101

0010 is 2 in hexadecimal

1101 is D in hexadecimal

Therefore Answer is

2D16

---

all the best

Add a comment
Know the answer?
Add Answer to:
CIS360: Info Tech Hardware & Software B. (2x points) For the following binary numbers, calculate the...
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
  • 2018 CIS360: Info Tech Hardware & Software 6. Short answer questions Answer the following questions in...

    2018 CIS360: Info Tech Hardware & Software 6. Short answer questions Answer the following questions in the space below: a) b) c) (2 points) Name any five components of the LMC computer and their real-world equivalents (2 points) State any two guidelines that define a von Neumann architecture (2 points) The LMC computer executes instructions sequentially except when which type of instruction is encountered? (2 points) What is a register? Where is it located? What's the benefit of incorporating registers...

  • (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650...

    (10pts) Convert the following decimal numbers to binary, octal and hexadecimal numbers a. 27 b. 650 vert the following binary numbers to decimal, octal and numbers a. 1101 b. 10101.11 (10pts) Convert the following octal numbers to decimal, binary and hexadecimal numbers (10pts) Convert the following hexadecimal numbers to decimal, binary and octal numbers a. 4F b. 3D65E

  • Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal...

    Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal numbers below: Decimal Binary Hexadecimal 6 __________                __________ __________ 15   __________                __________ __________ 39   __________                __________ __________ 170   __________                __________ __________ Write the binary and decimal equivalent of the following hexadecimal numbers:    Hexadecimal                Binary             Decimal 08                    __________                        __________ 0B                   __________                        __________ 15                    __________                        __________ F3                    __________                        __________ Write the two digit hexadecimal sequence of...

  • 2. Convert the following numbers from binary to decimal. a. 1100012 = b. 11100112 = 3....

    2. Convert the following numbers from binary to decimal. a. 1100012 = b. 11100112 = 3. Convert the following numbers from decimal to binary. EET 1131 Unit 1 Practice sheet -2 a. 6610 = b. 9210 = 4. Convert the following numbers from binary to hexadecimal. a. 1101010012 = b. 11110112= 5. Convert the following numbers from hexadecimal to binary. a. 6C116= b. 83F16 = 6. Convert the following numbers from hexadecimal to decimal. a. 1A2F16 = b. 83F16 =...

  • #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...

  • Convert each of the following decimal numbers to binary, octal and hexadecimal numbers: (a) 65 (b)...

    Convert each of the following decimal numbers to binary, octal and hexadecimal numbers: (a) 65 (b) 893.

  • 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...

  • Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers...

    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 each of the following binary numbers to its equivalent Octal and Hexadecimal a.10010101001.0010110101 b.101010101011.1011101 c.101001110.0111011...

    Convert each of the following binary numbers to its equivalent Octal and Hexadecimal a.10010101001.0010110101 b.101010101011.1011101 c.101001110.0111011 d.1010110110.1011 e.10111000110.01011 f.10100110110011.10101010

  • Mano 1.10. Convert the following binary numbers to hexadecimal and to decimal: (a) 1.10010 (b) 110.010....

    Mano 1.10. Convert the following binary numbers to hexadecimal and to decimal: (a) 1.10010 (b) 110.010. Explain why the answer in (b) is four times that in (a).

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