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