Edit Game
3ESO Arduino Quiz 1
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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