NIMCET 2021 — Computer PYQ
NIMCET | Computer | 2021The number (2217)8 is equivalent to:
Choose the correct answer:
- A.
(608)16
- B.
(028F)16
- C.
(048F)16
(Correct Answer) - D.
(2297)10
(048F)16
Explanation
Step 1: Convert Octal to Binary
Each octal digit corresponds to a 3-bit binary number:
2⟹010
2⟹010
1⟹001
7⟹111
Combining them gives the complete binary string:
(2217)8=(010010001111)2
Step 2: Convert Binary to Hexadecimal
Group the binary digits into sets of 4 starting from the rightside (Least Significant Bit):
4010081000F1111
Now, convert each 4-bit group into its equivalent hexadecimal digit:
(0100)2⟹4
(1000)2⟹8
(1111)2⟹15⟹F
Putting them together, we get:
(48F)16
Adding a leading zero to match the standard 4-digit format given in the options:
(048F)16
Therefore, (2217)8 is equivalent to (048F)16.
Explanation
Step 1: Convert Octal to Binary
Each octal digit corresponds to a 3-bit binary number:
2⟹010
2⟹010
1⟹001
7⟹111
Combining them gives the complete binary string:
(2217)8=(010010001111)2
Step 2: Convert Binary to Hexadecimal
Group the binary digits into sets of 4 starting from the rightside (Least Significant Bit):
4010081000F1111
Now, convert each 4-bit group into its equivalent hexadecimal digit:
(0100)2⟹4
(1000)2⟹8
(1111)2⟹15⟹F
Putting them together, we get:
(48F)16
Adding a leading zero to match the standard 4-digit format given in the options:
(048F)16
Therefore, (2217)8 is equivalent to (048F)16.
