NEW
Font size
WorksheetsElectronic Circuits (Practical)
Total questions: 14
Worksheet time: 7mins
What does a breadboard help you do in a circuit?
Solder components together
Connect components without soldering
Increase voltage
Decrease current
What is the role of the Arduino board in a circuit?
Which function is used to send an output signal to the LED on the Arduino?
What does the buzzer do in the ambulance siren circuit?
In the Arduino code, what does the pinMode() function do?
How does the push button work in a circuit?
What is the purpose of a resistor in the pushbutton-LED circuit?
Which tool can be used to simulate circuits online, like the ones you built in class?
How is the buzzer connected in the ambulance siren circuit?
Directly to the 5V and GND pins
To the LED
To a digital pin and GND, controlled by the Arduino
Through a resistor only
What is the purpose of the delay() function in the Arduino code?
Which of the following components was used in both circuits (ambulance siren and push button circuit)?
Potentiometer
Push button
LED
Capacitor
In the pushbutton circuit, what happens when the button is pressed?
How do you upload a program to the Arduino board?
Write code on the breadboard
Press the upload button in Arduino IDE
Connect the push button
Use the TinkerCAD simulator
What would happen if you connected the LED directly to the Arduino without a resistor?
The LED will blink faster
The LED might burn out
The LED will not turn on
The Arduino will stop working
