Across
- 3. something programmers leave in their programs to communicate what it does
- 5. a value that equates to either true or false
- 7. an individual value in a list
- 8. a binary digit
- 11. the place value of an item in a list
- 13. the syntax for creating a new variable
- 14. a combination of operators and values
- 15. something that stores a value
- 16. the type of compression you should use when you CAN afford to lose information
Down
- 1. a named group of programming instructions
- 2. the combination of multiple things or events
- 4. a way to represent information
- 6. a type of value that stores characters, indicated by double quotes
- 9. indicates a boolean expression
- 10. a method for filtering lists using a for-loop
- 12. the type of compression you should use when you CANNOT afford to lose information
