Preview

33 - Error Checking and Correction

 1. With the huge amounts of 1s and 0s being transmitted along cables, even with representing a simple text document errors can occur.

  FALSE

  TRUE

 2. Errors can arise from ______________________ usually in the form of electrical noise.

  interference on a network

  virus attacks

  hacking attempts

  DDOS attacks

 3. The end result (when errors occur) is that certain bits get corrupted. This means, for example, that some _______________

  bits explode and fail to send

  some binary sequences duplicate themselves by a factor of million

  several bits double themselves to produce a greater number

  binary 0's get turned into binary 1's

 4. Normal ASCII characters do not make use of the MSB storing the letter in 7 bits. This leaves us one left over or unused bit, which can be put to good use when turned into a ______________

  parity bit

  least significant bit

  minority bit

  majority voting bit

 5. This is a crude method of identifying errors in data by transmitting binary digits multiple times and then looking at the pattern received.

  parity bit checking

  majority voting

  check digits

  check sums

 6. This is a form of redundancy checking used for error detection on identification numbers, such as bank account numbers (where at least sometimes the input is manual)

  parity bit checking

  majority voting

  check digits

  check sums

 7. The ISBN-10 number system used for books makes use of a process called Modulo-11 to create its _______________

  check sums

  majority voting

  parity bit checking

  check digits

 8. This is a mathematical algorithm applied to a block of data. The data from the block is used in order to create the initial __________.
The initial ___________ is then added and transmitted along with the original data.

  majority vote

  check sum

  check digit

  parity bit

 9. If the checksums match (assuming the same algorithm has been applied at both ends) then the ___________________-

  the data has an error (but only in transmission) which suggests packet errors

  the data has failed to arrive

  error is set to 1 (e.g. an error has occurred in transmission)

  the data has most likely been transmitted correctly

 10. In computer processors the parity flag indicates if the number of set bits is odd or even in the binary representation of the result of the last operation. It is normally a ____________

  8 bit (byte) in a processor control unit

  double bit (for double precision)

   single bit in a processor status register

  None of the above