Across
- 2. Command for if condition is met something will happen
- 5. Set of programming instructions
- 9. Sends 0 volts to a single output
- 10. loop Repeats a loop until certain condition is met
- 11. Only uses the numbers 0 & 1 to represent on or off
- 12. Calls subroutine and keeps track of where it was called
- 13. Gives name to variable or number value and is permanent
- 14. Sets or stores value in EEPROM
- 15. Reads a value from an input with general precision
- 17. Delays something for a certain number of milliseconds
- 19. Stores numbers from 0-255
- 21. Indicates the end of one 'for' command loop
- 22. Stores numbers from 0-65535 and can hold 2 bytes
- 23. Increments variable by one
- 24. loop repeats loop for a certain number of times
- 26. Displays data to user through a terminal
Down
- 1. Sends 5 volts to a single output
- 3. Temporary value that can change and are used to hold numbers
- 4. 1000 bytes
- 6. 1,000,000,000 bytes
- 7. 1,000,000 bytes
- 8. Goes to different line and does not keep track of what line it was called
- 14. Delays something for a number of seconds
- 16. Counts number of voltage pulses
- 18. Ends an if statement
- 19. Stores 0 or 1
- 20. Terminates program execution
- 25. Returns from subroutine
