• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

A student is learning number systems. What is the hexadecimal equivalent for the decimal number 165?

  • 7D
  • A5
  • C8
  • 9F

Explanation:

Decimal 165 in binary is 10100101. 128+32+4+1 = 165.
Each 4 binary digits equates to 1 hexadecimal digit.
1010 = 10 (decimal) = A (hexadecimal)
0101 = 5 (decimal) = 5 (hexadecimal)

For more Questions and Answers:

Networking Essentials 3.0 Module 18-20 | Checkpoint Exam: Characteristics of Network Design Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments