Digital Electronics - Number Systems and Codes

Exercise : Number Systems and Codes - General Questions
96.
Select one of the following statements that best describes the parity method of error detection.
Parity checking is best suited for detecting single-bit errors in transmitted codes.
Parity checking is not suitable for detecting single-bit errors in transmitted codes.
Parity checking is capable of detecting and correcting errors in transmitted codes.
Parity checking is best suited for detecting double-bit errors that occur during the transmission of codes from one location to another.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

97.
Which of the following is the primary advantage of using the BCD code instead of straight binary coding?
Fewer bits are required to represent a decimal number with the BCD code.
The relative ease of converting to and from decimal.
BCD codes are easily converted to hexadecimal codes.
BCD codes are easily converted to straight binary codes.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

98.
How many BCD code bits and how many straight binary bits would be required to represent the decimal number 643?
12 BCD, 12 binary
12 BCD, 10 binary
12 BCD, 9 binary
16 BCD, 9 binary
Answer: Option
Explanation:
No answer description is available. Let's discuss.

99.
When using the repeated division by 2 method of converting from decimal to binary, one must write the first remainder as the:
MSB
MSB, provided the following sequence of remainders are written in descending order until the final remainder is achieved.
LSB
LSB, provided the final remainder is used to replace the original LSB, which is then moved to the MSB position.
Answer: Option
Explanation:
No answer description is available. Let's discuss.