Question
Easy
Which of the following value is not equal to $(7214)_8$?
1
$(111010001100)_2$
2
$(EAC)_{16}$
3
$(3724)_{10}$
4
$(322030)_4$
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 B
Explanation
The correct option is (2): To determine which value is not equal to $(7214)8$, we must convert the original octal number and all options to a common base, typically the decimal system (base 10), for a direct comparison. The octal number $(7214)8$ is calculated by positional weighting as $(7 \\times 8^3) + (2 \\times 8^2) + (1 \\times 8^1) + (4 \\times 8^0)$, which equals $3584 + 128 + 8…Read More
Similar Questions from HTET Exam - Level 3 - Year 2018
Question 1
Easy
Source :
HTET 2018
Which of the following is not required condition for a deadlock?
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 2
Easy
Source :
HTET 2018
EEPROM stands for:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Memory
Question 3
Easy
Source :
HTET 2018
Which of the following is not a WINDOWS version ?
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 4
Easy
Source :
HTET 2018
In MS-Excel, to remove extra spaces from a text except single space between words, we can use _______ function.
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)