Chapter 1

123456789101112131415
Across
  1. 3. the source code, and interprets the instructions on the fly.
  2. 6. The heart of any computer. It runs the
  3. 9. Reads the source code of the program as written by the programmer,
  4. 12. An error in the program
  5. 13. to execute; also called “machine code” or “assembly language”.
  6. 15. code A program in a high-level language.
Down
  1. 1. input to the program.
  2. 2. The process of formulating a problem,
  3. 4. language A programming language that is designed to be easy for a
  4. 5. (CPU).
  5. 7. a solution, and expressing the solution.
  6. 8. The meaning of a program
  7. 10. A set of instructions that specifies a computation
  8. 11. To examine a program and analyze the syntactic structure.
  9. 14. When a program displays a message and pauses for the user to type