Programming Crossword

123456789101112131415161718192021
Across
  1. 1. an action that causes something to happen in a program
  2. 3. 1,000 bytes
  3. 6. shape used to make decisions on a flowchart
  4. 7. returns either true or false
  5. 10. mistake in code such as a missing comma
  6. 11. 8 bits
  7. 13. a diagram which shows how a program will run by connecting the different steps with arrows
  8. 15. returns incorrect results
  9. 17. a statement that leads to at least two different actions based on a condition
  10. 18. sets of instructions that run at the same time
  11. 21. instructions written in code that a computer understands
Down
  1. 2. holds a value
  2. 4. assigning a beginning value to a variable or object in a program
  3. 5. a series of instructions that follow one another in order
  4. 7. the code that computers can understand
  5. 8. 4 bits
  6. 9. instructions for how a program will work in plain language
  7. 11. the smallest piece of data a computer can understand
  8. 12. something which can be true or false, and is used to decide whether an action happens
  9. 14. a series of instructions
  10. 16. locks up program
  11. 19. a structure that allows code to be repeated multiple times
  12. 20. about 1 billion bytes