Unit 1: Data Types

1234567891011121314151617181920212223242526272829
Across
  1. 3. Shift register pin, when high signals a new bit to be shifted in
  2. 6. Single binary digit
  3. 8. Notation used to describe negative integer values for data types like int and long
  4. 10. Connection typically associated with red jumper wires
  5. 11. Decimal-based data type that internally uses scientific notation
  6. 13. Base 2
  7. 14. Leg of a shift register that receives power to "send the bits along"
  8. 15. Electrical component used to reduce the flow of current in a circuit
  9. 16. Input/output device that uses a motherboard as a bus to connect to a CPU
  10. 18. Light-emitting Diode
  11. 20. Represents 8 bits of binary information
  12. 22. The "brains" of a computer
  13. 23. Connection typically associated with black jumper wires
  14. 24. Bitwise operator that only produces a 1 when comparing two 1's
  15. 25. Arduino memory used to hold variables. Resets when power is off.
  16. 26. Bitwise operator that replaces right-most bits with 0
  17. 28. Used for physically prototyping circuits by facilitating shared copper connections
Down
  1. 1. Bitwise operator that tests for inequality between bits
  2. 2. Integrated circuit that transforms a single, linear stream of data into 8 parallel streams
  3. 4. Problem with float data type after 6-7 digits
  4. 5. Sets the speed of communication between your laptop and the Arduino
  5. 7. The "black box" of computing
  6. 9. Sequential flow of information, in order, one at a time
  7. 10. Simultaneous flow of information, all at once
  8. 12. Storing multiple values in a singe variable
  9. 17. Base 16
  10. 19. Base 10
  11. 21. Bitwise operator that inverts a bit
  12. 27. Persistent Arduino memory used to hold code for Arduino programs
  13. 29. Physical connection between computer components, such as USB