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