Basic Programming Concepts

123456789101112131415161718192021222324252627
Across
  1. 3. A port on the Brain that can connect to various sensors and motors.
  2. 6. A device used to control the robot.
  3. 7. A step-by-step set of instructions to solve a problem or complete a task.
  4. 8. A reusable block of code that performs a specific task.
  5. 9. The process of finding and fixing errors in code.
  6. 10. A set of instructions that tells the robot what to do.
  7. 12. A block that pauses the program for a specified amount of time.
  8. 14. Control: A mode where the robot is controlled manually using a controller.
  9. 15. These blocks initiate the program.
  10. 16. Something that happens, triggering a specific action.
  11. 18. A device that converts electrical energy into mechanical energy.
  12. 19. A device that detects and measures physical quantities.
  13. 23. These blocks display text or numbers on the brain's screen.
  14. 24. A number or text that is used in a block.
  15. 26. These blocks make decisions based on conditions.
  16. 27. A diagram that illustrates a sequence of steps in a process.
Down
  1. 1. These blocks perform mathematical operations.
  2. 2. These blocks read values from sensors and make decisions based on those values.
  3. 3. A value passed to a function or block.
  4. 4. The main controller of the robot.
  5. 5. An instruction given to the robot.
  6. 6. Work with others to learn from each other and share ideas.
  7. 10. A simplified language used to plan algorithms.
  8. 11. These blocks control the movement of individual motors.
  9. 12. These blocks pause the program for a specified time.
  10. 13. These blocks control the movement of the robot's drivetrain.
  11. 17. A named storage location for a value that can change.
  12. 20. To run a program to check if it works correctly.
  13. 21. A group of blocks that work together to accomplish a task.
  14. 22. A pre-written piece of code that performs a specific action.
  15. 25. A block of code that repeats a certain number of times or until a condition is met.