Study

3ESO Arduino Quiz 1

  •   0%
  •  0     0     0

  • When this program runs, the red LED...
    will turn on for 5 seconds, and will then stay on if there is no further code
  • True/False: The long leg of the LED should be connected to the GND (ground) pin of the arduino.
    false
  • To control the red LED, we need to set pin ____ to high or low.
    13
  • This code will made two LEDs...
    blink alternatively
  • How many times will this program run?
    forever
  • True/False: You can use separate jumper cables to connect the short leg of each LED directly to the GND (ground) pin of the arduino.
    false
  • This code will make the LED...
    blink forever
  • True/False: this diagram correctly explain how connections work on the breadboard.
    true
  • The yellow LED should be connected to pin number...
    10
  • Based on the code, we can assume the color of the LED connected to pin 11 is...
    green
  • How many LEDs does this code control?
    1
  • If you were to change the 3s to 0.5, the LED would blink...
    faster