Programmable Logic Controllers
Programmable Logic Controllers
5th Edition
ISBN: 9780073373843
Author: Frank D. Petruzella
Publisher: McGraw-Hill Education
Expert Solution & Answer
Book Icon
Chapter 3, Problem 5RQ

Conversion of hexadecimal numbers to decimal numbers:

a.

Explanation of Solution

5A:

  • • Given, hexadecimal number is 5A.
  • • First, multiply the given hexadecimal number 5A with multiples of 16, with respect to their positions and then, add all the values to get the final answer.
  • • The following calculation describes the decimal notation of the hexadecimal number 5A.

5A=161*5+160*A =161*5+160*10 <

b.

Explanation of Solution

C7:

  • • Given, hexadecimal number is C7.
  • • First, multiply the given hexadecimal number C7 with multiples of 16, with respect to their positions and then, add all the values to get the final answer.
  • • The following calculation describes the decimal notation of the hexadecimal number C7.

C7=161*C+160*7 =161*12+160*7 =<

c.

Explanation of Solution

9B5:

  • • Given, hexadecimal number is 9B5.
  • • First, multiply the given hexadecimal number 9B5 with multiples of 16, with respect to their positions and then, add all the values to get the final answer.
  • • The following calculation describes the decimal notation of the hexadecimal number 9B5.

9B5=162*9+161*B+160*5 =162*9+161*11+160*5

Explanation of Solution

d.

1A6:

  • • Given, hexadecimal number is 1A6.
  • • First, multiply the given hexadecimal number 1A6 with multiples of 16, with respect to their positions and then, add all the values to get the final answer.
  • • The following calculation describes the decimal notation of the hexadecimal number 1A6.

1A6=162*1+161*A+160*6 =162*1+161*10+160*6 &

Blurred answer
Students have asked these similar questions
Figure out the checksum formula. First 8 digits is the numer. Last 3 digits is the checksum.number. Checksum62831049 44862831050 28962831051 10362831052 91862831053732628310545576283105537162831056196628310570116283105882562831059640628310401876283104190162831042716628310435316283104435562831045170
Convert the following hexadecimal numbers to the binary number system. please show all steps  a. D b. 23 c. 99 d. AB e. 913
Convert the following numbers to base 2. Show your work. a. 63410 b. 5678 c. 0AF516
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr