Question
Easy
1000 of 8421 binary coding system is equal to 1011 in ........ binary coding.
1
5211
2
Excess-3
3
2421
4
4221
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): The question asks to find a binary coding system where the code 1011 is equivalent to the decimal value represented by 1000 in the 8421 system. The 8421 code is the standard weighted Binary Coded Decimal (BCD) code, where the four bits are assigned the weights 8, 4, 2, and 1, respectively. Therefore, the code $1000\_{8421}$ represents the decimal digit calculated as $(1 \\times 8)…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
Calculate number of page faults for reference string 3, 2, 4, 1, 3, 5, 2, 1, 7, 3, 0 considering four frames and eight pages…
Chapter :
Computer System & Hardware Fundamentals
Topic :
Memory
Question 2
Easy
Source :
HTET 2022
In context of semaphores choose the option with valid codes for wait() and signal() functions:
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 3
Easy
Source :
HTET 2022
In MS-PowerPoint-2007, size of a slide can be set to A4 size using which of the following options ?
Chapter :
Office Automation Tools
Topic :
Presentation Software (MS Power-Point)
Question 4
Easy
Source :
HTET 2022
Choose true statements about virtual functions in C++: I: The virtual functions must be member of some class. II: They cannot be static members. III:…
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts