CS Crossword Puzzle - Rahdeeq Johnson

1234567891011121314151617181920212223
Across
  1. 4. The smallest unit of data in computing
  2. 8. The content that comes out of a computer
  3. 11. Used for when a condition is not true
  4. 13. two possible values called “true” and “false.”
  5. 14. Any information that can be stored or used in a computer program.
  6. 17. The last name of the best CS teacher around
  7. 18. runs a block of code based on whether or not a condition is true.
  8. 20. A block of code that can be referenced by name to run the code it contains.
  9. 21. A set of instructions that are followed to solve a problem. It's a computer's thought process.
  10. 22. Hyper-Text-Markup-Language
  11. 23. A numbering system that is used as a shorthand for representing binary numbers
Down
  1. 1. Similar to an if-statement, however, will run forever until the given condition is false.
  2. 2. Three hues of light that can be mixed together to create different colors
  3. 3. A storage location paired with an associated symbolic name (an identifier) which contains a value.
  4. 5. The information that goes into a computer
  5. 6. Repeating a block of code a set number of times
  6. 7. a link from a hypertext file or document to another location or file, typically activated by clicking on a highlighted word or image on the screen
  7. 9. Used to format the layout of webpages
  8. 10. The coding language used to develop the popular indie game, Minecraft
  9. 12. An instruction to a computer written in code
  10. 15. The visual parts of a computer program
  11. 16. The process of looking for and repairing coding errors
  12. 19. A form of capitalization used for naming variables (justLikeThis)