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
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
In context of requirement analysis in software engineering, which of the following is not a type of 'non-functional requirements' ?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2018
Let disk request come to a disk driver for cylinders in the order 10, 22, 20, 2, 40, 6 and 38, at the time when…
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System
Question 3
Easy
Source :
HTET 2018
What is the output of MS-Excel function = CEILING (41.1, 3) ?
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 4
Easy
Source :
HTET 2018
On dividing $(101011)_2$ by $(11)_2$ the quotient and remainder respectively are:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System