Binary Coded Decimal MCQ Quiz - Objective Question with Answer for Binary Coded Decimal - Download Free PDF
Last updated on Jun 23, 2025
Latest Binary Coded Decimal MCQ Objective Questions
Binary Coded Decimal Question 1:
The decimal equivalent of a binary number 1001110 is:
Answer (Detailed Solution Below)
Binary Coded Decimal Question 1 Detailed Solution
Convert binary to decimal :-
- For binary number with n digits:
- dn-1 ... d3 d2 d1 d0
- The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n):
- decimal = d0×20 + d1×21 + d2×22 + ...
Calculation:
Decimal equivalent of binary number 1001110 :-
= 1 × 26 + 0 x 25 + 0 x 24 + 1 x 23 + 1 x 22 + 1 x 21 + 0 x 20
= 64 + 0 + 0 + 8 + 4 + 2 + 0 = 78
Binary Coded Decimal Question 2:
EBCDIC coding scheme uses ______ bits to code different characters.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 2 Detailed Solution
Extended Binary Coded Decimal Interchange Code is an eight-bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems.
EBCDIC was devised in 1963 and 1964 by IBM. It is an eight-bit character encoding, developed separately from the seven-bit ASCII encoding scheme.Binary Coded Decimal Question 3:
Minterms corresponding to decimal number 15 is
Answer (Detailed Solution Below)
Binary Coded Decimal Question 3 Detailed Solution
Concept:
Canonical form: Any Boolean function that expressed as a sum of minterms or as a product of max terms is said to be in its canonical form.
There are two types of canonical forms:
SOP:
Sum of products or sum of minterms
In SOP (sum of product) form, a minterm is represented by 1.
Example of SOP: XY + X’Y’
POS:
Product of sums or product of max terms
In POS (product of sum) form, a maxterm is represented by 0.
Example of POS: (X+Y) (X’+Y’)
Analysis:
Decimal number | A | B | C | D |
0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 1 |
2 | 0 | 0 | 1 | 0 |
3 | 0 | 0 | 1 | 1 |
4 | 0 | 1 | 0 | 0 |
5 | 0 | 1 | 0 | 1 |
6 | 0 | 1 | 1 | 0 |
7 | 0 | 1 | 1 | 1 |
8 | 1 | 0 | 0 | 0 |
9 | 1 | 0 | 0 | 1 |
10 | 1 | 0 | 1 | 0 |
11 | 1 | 0 | 1 | 1 |
12 | 1 | 1 | 0 | 0 |
13 | 1 | 1 | 0 | 1 |
14 | 1 | 1 | 1 | 0 |
15 | 1 | 1 | 1 | 1 |
∴
Decimal number 15 = ABCD
Binary Coded Decimal Question 4:
\(\sqrt{0.9}\) is equal to:
Answer (Detailed Solution Below)
Binary Coded Decimal Question 4 Detailed Solution
Calculation:
\(√{0.9}\) = √(9/10) = 3/√10 = 3/3.16
∴ \(√{0.9}\) = 0.948
Binary Coded Decimal Question 5:
The decimal equivalent of a binary number 1001110 is:
Answer (Detailed Solution Below)
Binary Coded Decimal Question 5 Detailed Solution
Convert binary to decimal :-
- For binary number with n digits:
- dn-1 ... d3 d2 d1 d0
- The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n):
- decimal = d0×20 + d1×21 + d2×22 + ...
Calculation:
Decimal equivalent of binary number 1001110 :-
= 1 × 26 + 0 x 25 + 0 x 24 + 1 x 23 + 1 x 22 + 1 x 21 + 0 x 20
= 64 + 0 + 0 + 8 + 4 + 2 + 0 = 78
Top Binary Coded Decimal MCQ Objective Questions
Excess - 3 - code is also known as
Answer (Detailed Solution Below)
Binary Coded Decimal Question 6 Detailed Solution
Download Solution PDFExcess - 3 - code is also known as self-complementing code which means 1's complement of an excess - 3 number is the excess - 3 code for the 9's complement of the corresponding decimal number.
Example:
1 in binary is 0001
excess 3 code is 0001 + 0011 = 0100
1's complement of the above code is 1011 which is 11
11 is excess 3 code for 8
and 9's complement of 1 is 8
Decimal |
Excess – 3 code |
Binary |
Gray code |
Octal |
0 |
0011 |
0000 |
0000 |
000 |
1 |
0100 |
0001 |
0001 |
001 |
2 |
0101 |
0010 |
0011 |
010 |
3 |
0110 |
0011 |
0010 |
011 |
4 |
0111 |
0100 |
0110 |
100 |
5 |
1000 |
0101 |
0111 |
101 |
6 |
1001 |
0110 |
0101 |
110 |
7 |
1010 |
0111 |
0100 |
111 |
8 |
1011 |
1000 |
1100 |
001 000 |
Original ASCII coding scheme uses ______ bits for coding 128 different characters.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 7 Detailed Solution
Download Solution PDFThe correct answer is 7
Key Points
ASCII stands for American Standard Code for Information Interchange is a character encoding standard for electronic communication.
Additional Information
- ASCII characters are represented by seven bits. ASCII codes are of two types- ASCII-7 and ASCII-8. The standard ASCII character has 7 bits and the basic set ranges from 0 to 127.
- The extended ASCII character has 8 bits and the basic set ranges from 0 to 255.
The decimal equivalent of a binary number 1001110 is:
Answer (Detailed Solution Below)
Binary Coded Decimal Question 8 Detailed Solution
Download Solution PDFConvert binary to decimal :-
- For binary number with n digits:
- dn-1 ... d3 d2 d1 d0
- The decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n):
- decimal = d0×20 + d1×21 + d2×22 + ...
Calculation:
Decimal equivalent of binary number 1001110 :-
= 1 × 26 + 0 x 25 + 0 x 24 + 1 x 23 + 1 x 22 + 1 x 21 + 0 x 20
= 64 + 0 + 0 + 8 + 4 + 2 + 0 = 78
BCD coding scheme uses _____ bits to code decimal digits.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 9 Detailed Solution
Download Solution PDF- In computing and electronic systems, binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, usually four.
- To convert a decimal number to BCD represent each bit with 4 digit binary equivalent
UTF-32 is a(an) __________.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 10 Detailed Solution
Download Solution PDFEBCDIC coding scheme uses ______ bits to code different characters.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 11 Detailed Solution
Download Solution PDFExtended Binary Coded Decimal Interchange Code is an eight-bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems.
EBCDIC was devised in 1963 and 1964 by IBM. It is an eight-bit character encoding, developed separately from the seven-bit ASCII encoding scheme.Minterms corresponding to decimal number 15 is
Answer (Detailed Solution Below)
Binary Coded Decimal Question 12 Detailed Solution
Download Solution PDFConcept:
Canonical form: Any Boolean function that expressed as a sum of minterms or as a product of max terms is said to be in its canonical form.
There are two types of canonical forms:
SOP:
Sum of products or sum of minterms
In SOP (sum of product) form, a minterm is represented by 1.
Example of SOP: XY + X’Y’
POS:
Product of sums or product of max terms
In POS (product of sum) form, a maxterm is represented by 0.
Example of POS: (X+Y) (X’+Y’)
Analysis:
Decimal number | A | B | C | D |
0 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 1 |
2 | 0 | 0 | 1 | 0 |
3 | 0 | 0 | 1 | 1 |
4 | 0 | 1 | 0 | 0 |
5 | 0 | 1 | 0 | 1 |
6 | 0 | 1 | 1 | 0 |
7 | 0 | 1 | 1 | 1 |
8 | 1 | 0 | 0 | 0 |
9 | 1 | 0 | 0 | 1 |
10 | 1 | 0 | 1 | 0 |
11 | 1 | 0 | 1 | 1 |
12 | 1 | 1 | 0 | 0 |
13 | 1 | 1 | 0 | 1 |
14 | 1 | 1 | 1 | 0 |
15 | 1 | 1 | 1 | 1 |
∴
Decimal number 15 = ABCD
BCD stands for ________ .
Answer (Detailed Solution Below)
Binary Coded Decimal Question 13 Detailed Solution
Download Solution PDFThe correct answer is Binary Coded Decimal.
Additional Information
- BCD or Binary Coded Decimal is that number system or code which has the binary numbers or digits to represent a decimal number. A decimal number contains 10 digits (0-9).
- BCD was commonly used for displaying alpha-numeric in the past but in modern-day BCD is still used with real-time clocks or RTC chips to keep track of wall-clock time and it's becoming more common for embedded microprocessors to include an RTC.
- It's very common for RTCs to store the time in BCD format.
UTF-8 is a (an) __________.
Answer (Detailed Solution Below)
Binary Coded Decimal Question 14 Detailed Solution
Download Solution PDFEBCDIC stand for __________
Answer (Detailed Solution Below)
Binary Coded Decimal Question 15 Detailed Solution
Download Solution PDFThe correct answer is Extended Binary Coded Decimal Interchange Code
Additional Information
- Extended Binary Coded Decimal Interchange Code is an eight-bit character encoding used mainly on IBM mainframe and IBM midrange computer operating systems.
- EBCDIC was devised in 1963 and 1964 by IBM. It is an eight-bit character encoding, developed separately from the seven-bit ASCII encoding scheme.