Coding Vocabulary
Across
- 1. This type of statement is what helps computers make a decision
- 5. An important part of the programming process that allows programmers to fix any errors or mistakes they may have made
- 7. The process of writing instructions for a computer to follow
- 11. When a computer thinks for itself
- 13. The thing that a computer does after you give it an instruction
- 14. An ordered list of commands that tell a computer what to do
Down
- 2. Process of breaking large tasks into smaller and more manageable chunks
- 3. This is a type of shortcut in programs, which lets you perform a series of actions instead of writing out the code for all of the actions individually
- 4. A list of instructions on how to solve a problem
- 6. Single, simple instruction that a coder can give to a computer
- 8. Information that is stored on a computer.
- 9. Stores a particular set of information
- 10. Errors within your code that need to be fixed before the code can run correctly
- 12. This is a type of shortcut in programs that lets you repeat a block of code multiple times without having to write it all out every time