Question
Easy

What is representation of $(539)_{10}$ in hexadecimal ?

1
ABE
2
CDB
3
DES
4
21B
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option D
Explanation

The correct option is (4): The correct hexadecimal representation is found by repeatedly dividing the decimal number, $539\_{10}$, by 16 and collecting the remainders. For the first division, $539 \\div 16 = 33$ with a remainder of 11. In the hexadecimal system, the decimal value 11 is represented by the digit 'B', which becomes the least significant digit. Next, we divide the quotient 33 by 16, yielding $33 \\div 16…Read More