NEW
Font size
WorksheetsG8_Quiz1_2024_Arduino
Total questions: 20
Worksheet time: 10mins
What is Arduino?
Programming language
Image editing software
Open-source electronics platform
Text editor
What language is the Arduino IDE built on?
Java
HTML
C/C++
Python
How many analog pins are used in Arduino UNO?
6
14
20
24
What is the highlighted part
Power Regular
Drums
Voltage Regulator
Microcontroller
How many digital input/output pins does the Arduino Uno have?
10
19
14
21
choose the right order
output - process - input
process - output - input
input - process - output
input - output - process
What does IDE stand for?
In Deep Environment
Integrated Development Environment
Internal Deep Escape
IDE
A function is a series of programming statements that can be called by name. Which command is called once when the program starts:
loop()
setup()
(output)
(input)
Arduino IDE consists of 2 functions. What are they?
Build() and loop()
Setup() and build()
Setup() and loop()
Loop() and build() and setup()
Upload
Verify
Coding
Which command is called repetitively over and over again as long as the Arduino has power.
loop ( )
(output)
setup ( )
(input)
What does this button represents?
A. Open File
B. Upload
C. Save File
D. Upright
Which of the following is the Verify icon?
Which of the following is the New Sketch icon?
Which of the following is the Open icon?
What does this button represents?
A. Right Column
B. Upload
C. Render
D. Upright
delay(5000); stands for :
Wait 50 seconds
Wait 5 seconds
Wait 5 minutes
No one
Brain
Integrated Circuit (IC)
LED
Identify this component
Arduino Uno board
Raspberry Pi
Breadboard / Protoboard
White Plastic Board
