Question
Easy

Sum $(89D)_{16}+(259)_{10}$ is:

1
$(9EA)_{16}$
2
$(3472)_8$
3
$(2464)_{10}$
4
$(63215)_8$
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option C
Explanation

The correct option is (3): To accurately find the sum of two numbers expressed in different numerical bases, the fundamental rule is to convert both operands into a common base, with the decimal (base 10) system being the easiest for arithmetic. The hexadecimal number $(89D)*{16}$ must first be converted to decimal. This is calculated as $8 \\times 16^2 + 9 \\times 16^1 + 13 \\times 1$ (since $D$ is equivalent…Read More