The octal equivalent of the hexadecimal number FF is:
2008
The octal equivalent of the hexadecimal number FF is:
- A.
100
- B.
150
- C.
377
- D.
737
Attempted by 84 students.
Show answer & explanation
Correct answer: C
Convert hexadecimal FF to decimal 255, then binary 11111111. Group bits into triplets from right to left: 011, 111, 111. These correspond to octal digits 3, 7, and 7 respectively.
A video solution is available for this question — log in and enroll to watch it.