CSE-Xavier

123456789101112131415
Across
  1. 2. To examine a program
  2. 8. Translate a program to a low-level language all at once, for later execution.
  3. 9. To execute a program in a high-level language by translating it one line at a time.
  4. 11. finding an issue, finding a solution, and showing off the solution
  5. 12. Executes a program of a high-level language by translating it one line at a time.
  6. 13. Causes Python to show a value
  7. 14. An error causing
  8. 15. An error in a program
Down
  1. 1. Code A program in a high-level language
  2. 2. When a program displays a message and pauses for the user to type some input to the program.
  3. 3. _____-code is directly executed by the computer
  4. 4. Designed for human use
  5. 5. A program that can run on more than one kind of computer
  6. 6. Central ___ Unit
  7. 7. Typing commands and expressions at the prompt
  8. 10. The coolest person