Picaxe Crossword

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