Python Fundamentals - Module 1

1234567891011121314151617
Across
  1. 2. translates code to machine language and checks for errors
  2. 6. type of memory that processes quickly but is stored short-term
  3. 7. programs that run on hardware
  4. 8. the part of the computer that carries out program instructions
  5. 9. the escape character
  6. 11. lines of code that are used to add notes for the programmer and are ignored by the computer
  7. 14. the computer translates information into a series of 1s and 0s
  8. 15. command used to display output on the screen
  9. 16. the symbol used to start a comment line
  10. 17. a character that is handled differently in the output
Down
  1. 1. type of long-term memory that stores data permanently
  2. 2. an electronic device consisting of hardware and software
  3. 3. a character that prints when an escape sequence backslash is added to the code
  4. 4. instructions that a computer follows that is written as code
  5. 5. storage used to store text or numbers
  6. 10. the physical machine that makes up the computer
  7. 12. information sent by the computer to the user
  8. 13. typing \t in between quotes