Game Preview

3ESO Arduino Quiz 1

  •  English    12     Public
    programming
  •   Study   Slideshow
  • Based on the code, we can assume the color of the LED connected to pin 11 is...
    green
  •  15
  • The yellow LED should be connected to pin number...
    10
  •  15
  • When this program runs, the red LED...
    will turn on for 5 seconds, and will then stay on if there is no further code
  •  15
  • How many times will this program run?
    forever
  •  15
  • This code will make the LED...
    blink forever
  •  15
  • This code will made two LEDs...
    blink alternatively
  •  15
  • If you were to change the 3s to 0.5, the LED would blink...
    faster
  •  15
  • 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
  •  15
  • True/False: this diagram correctly explain how connections work on the breadboard.
    true
  •  15
  • True/False: The long leg of the LED should be connected to the GND (ground) pin of the arduino.
    false
  •  15
  • How many LEDs does this code control?
    1
  •  15
  • To control the red LED, we need to set pin ____ to high or low.
    13
  •  15