250+ TOP MCQs on Parity Generators/Checkers – 2 and Answers

Digital Electronic/Circuits online test on “Parity Generators/Checkers – 2”.

1. Which error detection method uses one’s complement arithmetic?
A. Simple parity check
B. Two-dimensional parity check
C. CRC
D. Checksum
Answer: D
Clarification: A checksum is an error detection method used for the purpose of detecting errors that may have been incorporated during transmission. The checksum can be generated simply by adding bits. Hence, one’s complement arithmetic uses checksum.

2. Which error detection method consists of just one redundant bit per data unit?
A. Simple parity check
B. Two-dimensional parity check
C. CRC
D. Checksum
Answer: A
Clarification: A parity checker is an error detection method used for the purpose of detecting errors that may have been incorporated during transmission. Simple parity check method consists of just one redundant bit per data unit. It is again classified as even parity and odd parity.

3. How many types of parity bits are found?
A. 2
B. 3
C. 4
D. 1
Answer: A
Clarification: There are two types of parity bits, namely even parity and odd parity. In even parity, a 1 bit is added in order to make a group of data bits have even number of 1s. While, in odd parity, a 1 bit is added in order to make a group of data bits have odd number of 1s.

4. What is a parity bit?
A. An error detection is achieved by adding an extra bit
B. After addition, the carry is found
C. Bit generated during data transmission
D. After addition, the total number of bits
Answer: A
Clarification: A simple form of error detection is achieved by adding an extra bit to the transmitted word. The additional bit is known as parity bits.

5. The BCD number 101011 has _______ priority.
A. Even
B. Odd
C. Both even and odd
D. Undefined
Answer: A
Clarification: The given BCD number 101011 has even priority because it has an even number of 1’s (i.e. 4).

6. Which error detection method involves polynomials?
A. Simple parity check
B. CRC
C. Two-dimensional parity check
D. Checksum
Answer: B
Clarification: Cyclic Redundancy Check(CRC. involves parity check polynomials. In the even parity case of CRC, the 1-bit is generated by checking the polynomial x+1.

7. The odd parity output of decimal number 9 is ___________
A. 0
B. 1
C. 1001
D. 0011
Answer: B
Clarification: The odd parity output of decimal number 9 is 1 because the BCD number for 9 is 1001 and it has even number of 1’s.

8. If odd parity is used for ASCII error detection, the number of 0s per 8-bit symbol is _______
A. Indeterminate
B. 42
C. Even
D. Odd
Answer: A
Clarification: Odd parity bit is 1 when the group of data bits consists of even number of 1s. So to make the group of data bits have odd number of 1s, 1 extra bit is added. If odd parity is used for ASCII error detection, the number of 0s per 8-bit symbol is indeterminate because it is applicable only for 6-bit symbol.

9. Which error detection method can detect a single-bit error?
A. Simple parity check
B. Two-dimensional parity check
C. CRC
D. Checksum
Answer: B
Clarification: A single-bit error can be detected by using two-dimensional parity check method. Since it converts the 4-bit number into 8-bit and count the number of one’s.

10. Which gates are ideal for checking the parity bits?
A. AND
B. NAND
C. EX-OR
D. EX-NOR
Answer: C
Clarification: Exclusive-OR gates are ideal for checking the parity of a binary number because they produce an output when the input has an odd number of 1’s. Therefore, an even-parity input to an EX-OR gate produces a low output, while an odd parity input produces a high output. While, in case of AND, it produces high output when all inputs are 1 else low. Whereas, NAND, does the opposite, by producing low output when all inputs are 1 else high.

Leave a Reply

Your email address will not be published. Required fields are marked *