The hexadecimal equivalent of the octal number 2357 is
2017
The hexadecimal equivalent of the octal number 2357 is
- A.
2EE
- B.
2FF
- C.
4EF
- D.
4FE
Attempted by 104 students.
Show answer & explanation
Correct answer: C
To convert octal 2357 to hexadecimal, first convert each digit to binary. Octal 2 is 010, 3 is 011, 5 is 101, and 7 is 111. Combine these to get binary 010011101111. Group bits into fours from the right: 0100, 1110, 1111. Convert to hex: 4, E, F. The result is 4EF.
A video solution is available for this question — log in and enroll to watch it.