CS Crossword Puzzle - Rahdeeq Johnson

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