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