NEW
Font size
WorksheetsComputer Pretest1(Arduino Grade8_t1)
Total questions: 25
Worksheet time: 13mins
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
THESE PINS ARE?
Digital pins
Pines PWM
Analog Pins
Microcontroller
These Pins are ?
Digital Pins
Pines PWM
Analog pins
Microcontroller
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
arduino is a closed source platform
no
yes
choose the right order
output - process - input
process - output - input
input - process - output
input - output - process
what is the main role of this chip
to heat the board
save the programmed input only
being the brain of the Arduino
there is no role at all
Identify this component
Arduino Uno board
Raspberry Pi
Breadboard / Protoboard
White Plastic Board
Arduino can interact with...
buttons, leds
smartphone
sensors
all of the above
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?
Arduino code contains two functions by default
True
False
