Aiden Baker

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