Aiden Baker
Across
- 4. An instruction that causes the Python interpreter to display a value on the screen
- 8. To translate a program written in a high-level language into a low-level language
- 9. A way of using the Python interpreter by typing commands and expressions at the prompt.
- 13. Stores programs and data and retains its information even when the power is turned off
- 14. An error in a program that makes it do something other than what the programmer intended
- 15. An error in a program.
- 18. A programming language like Python that is designed to be easy for humans to read and write.
- 19. The meaning of a program
Down
- 1. It is what runs the software that we write
- 2. When a program displays a message and pauses for the user to type some input to the program
- 3. The lowest-level language for software
- 5. A programming language that is designed to be easy for a computer to execute
- 6. The process of formulating a problem, finding a solution, and expressing the solution
- 7. To execute a program in a high-level language by translating
- 10. A program in a high-level language
- 11. A set of instructions
- 12. An instruction that causes the Python interpreter to display a value
- 16. Stores programs and data
- 17. To examine a program and analyze the syntactic structure.