Unit 7 Programming by Obed

123456789101112131415
Across
  1. 5. a set of step by step instruction for a computer to follow
  2. 7. The computing language which is understood by computers.
  3. 9. The data type used to represent whole numbers.
  4. 10. A method of storing data in an organised structure
  5. 11. The error received when words are written with bad language
  6. 14. An error in the logic of a computer program causing unexpected results.
  7. 15. The data type used to represent yes/no statements.
Down
  1. 1. A software or hardware problem which prevents the program from running correctly
  2. 2. The computing language similiar to the one of humans.
  3. 3. A data value which stays the same while a program is being executed
  4. 4. An item which translates code into machine code all at once.
  5. 5. An item which translates assembly language into machine code.
  6. 6. An item which translate code into machine code line by line.
  7. 8. An application used to create software.
  8. 12. A data value which can vary while a program is be executed
  9. 13. The data type used to represent values which include decimals.