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