Binary Coding

123456789101112131415
Across
  1. 2. Setup — Function that runs once at startup.
  2. 3. — Microcontroller platform used in class.
  3. 4. — Notes ignored by the computer.
  4. 6. Brace Open — Symbol that starts a code block.
  5. 7. — Instruction given to a computer.
  6. 10. — Smallest unit of data.
  7. 11. — Information entering a system.
  8. 13. Title — Name of an Arduino program.
  9. 14. — Number system using 0s and 1s.
  10. 15. Brace Close — Symbol that ends a code block.
Down
  1. 1. — Sends code to the Arduino.
  2. 2. Command — Checks code for mistakes.
  3. 4. — Language used for Arduino coding.
  4. 5. Monitor — Tool for viewing Arduino data.
  5. 8. — Information leaving a system.
  6. 9. Area — Section showing errors and messages.
  7. 12. Colon — Symbol used to end statements.
  8. 13. Bar — Area displaying IDE information.
  9. 14. — Eight bits together.