Computer Programming (Cengage)

123456789101112131415161718192021
Across
  1. 2. A piece of application software; the term is frequently used for applications on mobile devices.
  2. 4. A combination of all the components required to process and store data using a computer.
  3. 7. The complete sequence of instructions that lead to a problem solution.
  4. 9. Describes the entry of data items into computer memory using hardware devices such as keyboards and mice.
  5. 11. All the text, numbers, and other information processed by the computer.
  6. 15. Fixing a bug in written code.
  7. 16. A language, such as Visual Basic, C#, C++, Java, or COBOL, used to write programs.
  8. 18. The rules of a language.
  9. 19. An example of this is a keyboard and mouse.
  10. 20. An error in language or grammar.
  11. 21. Programs that tell a computer what to do.
Down
  1. 1. To organize data items, check them for accuracy, or perform mathematical operations on them.
  2. 3. The act of developing and writing programs.
  3. 5. Software that translates a high-level language into a low-level language
  4. 6. An error that occurs when incorrect instructions are performed.
  5. 8. To have a computer use a written program
  6. 10. Sets of instructions for a computer.
  7. 12. Describes the operation of retrieving information from memory and sending it to a device
  8. 13. A low-level language that a computer is able to understand. 1's and 0's
  9. 14. Another name for Source Code
  10. 17. A named memory location of a specific data type.