Change set

Pick exam & year, then Go.

Question map
Not attempted Correct Incorrect Bookmarked
Loading…
Q142 (CISF/2021) Science & Technology › ICT, AI, Cybersecurity & Emerging Tech

Which one of the following is the equivalent decimal value of Hexadecimal number 4A9.2?

Result
Your answer:  ·  Correct: B

Explanation

To convert the hexadecimal number 4A9.2 to decimal, each digit is multiplied by 16 raised to the power of its position relative to the hexadecimal point:

1. Integer Part (4A9):
4 × 162 = 4 × 256 = 1024
A (which represents 10) × 161 = 10 × 16 = 160
9 × 160 = 9 × 1 = 9
Sum of integer part = 1024 + 160 + 9 = 1193

2. Fractional Part (.2):
2 × 16-1 = 2/16 = 1/8 = 0.125

Total Decimal Value:
1193 + 0.125 = 1193.125

Therefore, the hexadecimal number 4A9.2 is equivalent to the decimal value 1193.125, which corresponds to option B.

How others answered
Each bar shows the % of students who chose that option. Green bar = correct answer, blue outline = your choice.
Community Performance
Out of everyone who attempted this question.
100%
got it right
✓ Thank you! We'll review this.

SIMILAR QUESTIONS

CISF · 2019 · Q149 Relevance score: 2.88

The hexadecimal number A53-8 is equivalent to

CISF · 2020 · Q133 Relevance score: -0.84

Convert 1AC in hexadecimal into a decimal number.

CISF · 2020 · Q131 Relevance score: -1.76

Find the decimal equivalent of the binary number 110.101.