NEW
Font size
WorksheetsArduino - Digital Electronics
Total questions: 30
Worksheet time: 42mins
What is Arduino?
Programming language
Image editing software
Open-source electronics platform
Text editor
These Pins are ?
Digital Pins
Pines PWM
Analog pins
Microcontroller
Identify this component
Arduino Uno board
Raspberry Pi
Breadboard / Protoboard
White Plastic Board
What is Arduino?
A company for selling microcontrollers
A software used to program microcontrollers
An open-source electronics prototyping platform based on flexible, easy-to-use hardware and software
delay(5000);
Wait 50 seconds
Wait 5 seconds
Wait 5 minutes
No answer
To control the current through a circuit we use _________
Resistor
Transistor
Ultrasonic Distance Sensor
Diode
To pause a system for 2 seconds in Arduino, we use ________.
delay(2);
delay(20);
delay(200);
delay(2000);
Which one is the fastest blinking LED ?
delay(500);
delay(1000);
delay(1500);
delay(2000);
A device that can measure the distance to objects
Ultrasonic Sensor
RGB LED
Potentiometer
Micro servo
This part is called a
Piezo buzzer
Push button
Potentiometer
None of the Above
