Unit 3 Kira Vocabulary Words

123456789101112131415161718
Across
  1. 3. An expression that evaluates to true or false.
  2. 7. Text in code ignored by the computer, used for explanations.
  3. 10. An operator that gives the remainder of the division of two numbers. (This symbol: %)
  4. 11. Values given to parameters when a function is called.
  5. 13. The data or instructions that are entered into a computer program to make it run.
  6. 15. Predefined functions in Python, such as print, type, abs, round, min, and max.
  7. 17. Values in a function that serve as special, function only variables to customize the behavior.
  8. 18. Spaces or tabs used to structure code.
Down
  1. 1. A block of code designed to perform a particular task
  2. 2. A Python module that provides functions to create random numbers.
  3. 4. The information that a computer displays, prints, or sends to another device after processing input.
  4. 5. A function that returns a random integer within a specified range, inclusive of both the minimum and maximum values.
  5. 6. protecting computer systems, networks, devices, and data from unauthorized access or attack.
  6. 8. A collection of related functions.
  7. 9. A statement that allows a function to send back a result to the caller so that it can be used in subsequent operations.
  8. 12. A named storage of data in a program.
  9. 14. A collection of related modules.
  10. 16. A reserved word that has a specific meaning in the programming language.