Coding Vocabulary

1234567891011121314
Across
  1. 1. This type of statement is what helps computers make a decision
  2. 5. An important part of the programming process that allows programmers to fix any errors or mistakes they may have made
  3. 7. The process of writing instructions for a computer to follow
  4. 11. When a computer thinks for itself
  5. 13. The thing that a computer does after you give it an instruction
  6. 14. An ordered list of commands that tell a computer what to do
Down
  1. 2. Process of breaking large tasks into smaller and more manageable chunks
  2. 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
  3. 4. A list of instructions on how to solve a problem
  4. 6. Single, simple instruction that a coder can give to a computer
  5. 8. Information that is stored on a computer.
  6. 9. Stores a particular set of information
  7. 10. Errors within your code that need to be fixed before the code can run correctly
  8. 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