NIMCET 2012 — Computer PYQ
NIMCET | Computer | 2012(2FA0C)16 is equivalent to
Choose the correct answer:
- A.
(195084)10
- B.
(00101111101000001100)2
- C.
Both (a) and (b)
(Correct Answer) - D.
None of the above
Both (a) and (b)
Explanation
The correct answer is (c) Both (a) and (b).
1. Hexadecimal to Binary Conversion:
Each hex digit corresponds to a 4-bit binary group:
-
2→0010
-
F→1111
-
A→1010
-
0→0000
-
C→1100
Concatenating these gives:
This matches option (b).
2. Hexadecimal to Decimal Conversion:
Using the positional weight method:
Calculation:
-
2×65536=131072
-
15×4096=61440
-
10×256=2560
-
0×16=0
-
12×1=12
Summing the values:
This matches option (a).
Since both (a) and (b) are correct, the answer is Both (a) and (b).
Explanation
The correct answer is (c) Both (a) and (b).
1. Hexadecimal to Binary Conversion:
Each hex digit corresponds to a 4-bit binary group:
-
2→0010
-
F→1111
-
A→1010
-
0→0000
-
C→1100
Concatenating these gives:
This matches option (b).
2. Hexadecimal to Decimal Conversion:
Using the positional weight method:
Calculation:
-
2×65536=131072
-
15×4096=61440
-
10×256=2560
-
0×16=0
-
12×1=12
Summing the values:
This matches option (a).
Since both (a) and (b) are correct, the answer is Both (a) and (b).