Module 6 quiz questions Flashcards
One cause of bit errors is signal noise
true
If they did not have error detection/correction, Wifi systems would almost never send/receive signals containing bit errors.
False
Simple parity checks can detect any odd number of errors in a bit stream.
True
Given an even-parity system which checks parity 16 bits at a time, the following data would be flagged as having an error. 1001 1111 0110 1010
False
Given an odd-parity system which checks parity 16 bits at a time, the following data would be flagged as having an error.
1101 1011 0010 1010
False
Simple parity checks can detect any odd number of errors in a bit stream.
True
If they did not have error detection/correction, WiFi systems would almost never send/receive signals containing bit errors.
False
Simple parity checks can correct any single-bit errors.
False
Given an even-parity system which checks parity 16 bits at a time, the following data would be flagged as having an error.
1001 1111 0110 1010
False
Given an odd-parity system which checks parity 16 bits at a time, the following data would be flagged as having an error.
1001 1011 0100 1001
True