Computing Terms Year 10

123456789101112131415161718
Across
  1. 2. When this type of error is present, the program runs but gives wrong results.
  2. 4. Software made to be used by the general public.
  3. 6. This is the generic term used to refer to documents that accompany software.
  4. 7. This variable data type can be set to True or False.
  5. 10. This is a temporary storage location whose size is measured in bits.
  6. 12. AND, OR and NOT are all Logic _______.
  7. 13. In programming this is used for repetition.
  8. 15. This points to the address of the next instruction to be fetched.
  9. 18. int,float, char and boolean are examples of variable _____________.
Down
  1. 1. Software that has been made specifically for a particular client.
  2. 3. Software that is used to mimic real life situations is called ______________ software.
  3. 5. When this type of error is present, the program does not run.
  4. 8. If a number does not fit in a register we say that we have a numerical ____________.
  5. 9. Inputs for which we know the expected output, to check that a program is giving good results.
  6. 11. The ________ table shows the output for all possible combinations of inputs in a logic circuit.
  7. 14. This is the unit used to measure the speed of a processor.
  8. 16. When this type of error is present,the program starts running but crashes.
  9. 17. This is often referred to as the brain of the computer.