Computer Programming Terms

1234567891011121314
Across
  1. 2. Comment that starts and ends with “””
  2. 9. Breaking down code into smaller parts
  3. 11. Let’s us run programs under it if the if variable if false
  4. 12. Command to call a function
  5. 13. Variable that contains text or 0 or more characters
  6. 14. A method that helps us break down and understand code
Down
  1. 1. Let us run a loop as long as a condition is true
  2. 3. Lets us run commands as long as a condition is true
  3. 4. A variable of a number that includes a decimal
  4. 5. Lets us run programs under it if “if” and “elif” statements are false
  5. 6. Comment that starts with a #
  6. 7. A command that lets you loop your code x number of times, uses for i in range
  7. 8. Explanation of code written in English
  8. 9. function_name(): Command to define a function
  9. 10. Variable that holds a number