Mechatronics Crossword

123456789101112
Across
  1. 4. the number system that uses only 1s and 0s
  2. 5. the software used to write and download programs to a PICAXE chip
  3. 6. the command used to make an LED turn off
  4. 7. the starting point of a PICAXE program
  5. 8. this command causes the program to pause for a certain number of milliseconds
  6. 9. the unit of time for delays, 1000 of these equal one second
  7. 12. a type of loop that repeats a set number of times
Down
  1. 1. the small electronic component that runs your program
  2. 2. used to store a value or number that can change
  3. 3. the command used to make an LED turn on
  4. 8. used to input or output signals in a circuit
  5. 10. a basic programming structure used to repeat instructions
  6. 11. a decision-making command that runs code if a condition is true