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