Computer Coding, Errors & Testing

12345678910111213
Across
  1. 1. A method of testing for unexpected data in a program. (9)
  2. 4. An error that occurs when the code will run but give an incorrect answer, usually due to a mathematical mistake. (5)
  3. 5. An error that occurs when the grammar and rules of the program have not been followed (6)
  4. 7. An error that occurs when the library does not link to the code. (7)
  5. 11. A method of converting code, one line at a time. (14)
  6. 12. A method of testing that checks the inputs and outputs only. (5,3)
  7. 13. A method of testing boundary data of a program. (7)
Down
  1. 2. An error that occurs when a number is rounded up, resulting in an incorrect answer. (8)
  2. 3. A method of translating a program into machine code. (11)
  3. 6. An error that occurs when a remainder is ignored and an incorrect answer is given. (10)
  4. 8. A method of testing normal data of a program. (8)
  5. 9. A method of converting assembly code into machine code. (9)
  6. 10. A method of testing that checks the code, for logic errors for example. (5,3)