CPT 114 Chapter 1 Crossword

1234567891011
Across
  1. 2. The ordered sequence of storage cells that can be accessed by address. Instructions and variables of an executing program are temporarily held here.
  2. 3. A program that allows users to enter and run Python program expressions and statements interactively.
  3. 5. An agent that receives requests and provides a service.
  4. 7. The symbols that are used to represent information in a form suitable for storage, processing, and communication.
  5. 8. A program that translates and executes another program.
  6. 10. A sequence of zero or more characters enclosed in quote marks.
  7. 11. A finite sequence of instructions that, when applied to a problem, will solve it.
Down
  1. 1. A computer program that automatically converts instructions in a high-level language to machine language.
  2. 4. The computing machine and its support devices.
  3. 6. Information that is produced by a program and sent to the external world.
  4. 8. Data obtained by a program from the external world during execution.
  5. 9. A program that converts a program written in one language to an equivalent program in another language.
  6. 10. The form or structure of a sentence in a programming language.