Picaxe Crossword

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