validation, verification and data

1234567891011121314
Across
  1. 2. the largest/smallest data value that is accepted by a program and the corresponding smallest/largest rejected data value
  2. 4. data that is rejected by a program
  3. 7. automated checks carried out by a program that data is reasonable before it is accepted into a computer system
  4. 11. a check that a data item has been entered
  5. 12. a check that the data entered is of a specific type
  6. 13. a check that the characters entered conform to a pre-defined pattern
Down
  1. 1. checking that data has been accurately copied from another source and input into a computer or transferred from one part of a computer system to another
  2. 3. a method used to check that the data entered is a specific number of characters long or that the number of characters is between an upper value and a lower value
  3. 5. an algorithm that inspects each item in a list in turn to see if the item matches the value searched for
  4. 6. the largest/smallest data value that is accepted by a program
  5. 8. a check that the value of a number is between an upper value and a lower value
  6. 9. an algorithm that makes multiple passes through a list comparing each element with the next element and swapping them. This continues until there is a pass where no more swaps are made
  7. 10. data that is accepted by a program
  8. 14. an additional digit appended to a number to check if the entered number is error-free; it is a data entry check and not a data transmission check