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