CS Python Fundamentals

12345678910111213141516171819202122
Across
  1. 4. is just a set of steps to do some task.
  2. 6. Short-term memory.
  3. 7. Carries out program instructions.
  4. 9. Long-term memory;storage
  5. 10. command in Python that is the basic form of output for text on the screen.
  6. 12. The computer sends information to the user.
  7. 13. is any positive or negative whole number including zero.
  8. 15. are characters that have a special meaning in Python.
  9. 17. information that is sent to a function to run.
  10. 19. specify what happens when the condition is False.
  11. 20. Instructions that a computer follows, written in code
  12. 22. returns the minimum element in a set of data.
Down
  1. 1. is a number with a decimal point.
  2. 2. are spots in memory that hold information.
  3. 3. expressions that evaluate to either True or False.
  4. 5. Programs that run on hardware.
  5. 8. An electronic device consisting of hardware and software.
  6. 11. The user sends information to the computer.
  7. 14. The physical machine.
  8. 16. Translates code to machine language.
  9. 18. made up of words and letters.
  10. 21. returns the biggest element in a set of data.