Semester 1 CSP Review Crossword

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