Coding / Robotics

12345678910111213141516171819202122
Across
  1. 2. Process of finding and fixing errors
  2. 6. A named space in memory to store data
  3. 7. A microcontroller board for DIY projects
  4. 8. Rules for writing code correctly
  5. 10. Used to control movement in robotics
  6. 11. A flying robot controlled remotely or autonomously
  7. 13. Repeats a block of code
  8. 14. Detects environmental input like light or motion
  9. 15. The result from a system or process
  10. 17. A base-2 numbering system used in computers
  11. 19. Physical components of a system
  12. 21. A block of reusable code
  13. 22. A step-by-step method for solving problems
Down
  1. 1. A motor with position control
  2. 3. Electrical potential difference
  3. 4. Performs tasks via mechanical or electrical processes
  4. 5. Permanent software programmed into hardware
  5. 9. Translates high-level code to machine code
  6. 12. Tiny computer often used in prototyping (___ Pi)
  7. 16. Popular language known for readability
  8. 18. Moves or controls a mechanism or system
  9. 20. The basis of decision-making in code