NEW
Font size
WorksheetsQuiz1_9A
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
How many digital input/output pins does the Arduino Uno have?
10
19
14
21
Arduino needs an expert programmer
no
yes
we can program an input without out put for arduino
no
yes
choose the right order
output - process - input
process - output - input
input - process - output
input - output - process
Identify this component
Arduino Uno board
Raspberry Pi
Breadboard / Protoboard
White Plastic Board
delay(5000); stands for :
Wait 50 seconds
Wait 5 seconds
Wait 5 minutes
No one
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. Right Column
B. Upload
C. Render
D. Upright
What does this button represents?
A. Open File
B. Upload
C. Save File
D. Upright
Which of the following is the Serial Monitor icon?
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?
