Question
Easy
The BCD number for decimal 473 is:
1
111011010
2
110001110011
3
10007110011
4
10011110011
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): The BCD (Binary Coded Decimal) conversion method is a straightforward process in digital electronics and computer science, requiring that each decimal digit is converted independently into its 4-bit binary equivalent. The decimal number 473 is composed of the digits 4, 7, and 3. To find the BCD representation, we must find the 4-bit binary code for each digit: the decimal digit 4 is $0100\_2$, the…Read More
Similar Questions from HTET Exam - Level 3 - Year 2021
Question 1
Easy
Source :
HTET 2021
Part of computer which does addition, subtraction, multiplication, division and comparison is :
Chapter :
Computer System & Hardware Fundamentals
Topic :
Architecture
Question 2
Easy
Source :
HTET 2021
Which option is correct to enter the charts in MS-Excel?
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)
Question 3
Easy
Source :
HTET 2021
A function that has no partial functional dependencies is in _______ form.
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2021
Which of the following is not a valid aggregate function ?
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL