NEW
Font size
WorksheetsArduino IDE
Total questions: 17
Worksheet time: 9mins
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)
Arduino can interact with...
buttons, leds
smartphone
sensors
all of the above
What language does Arduino IDE supports?
A. JAVA
B. Python
C. C#
D. KOTLIN
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
Sends your code to the Maker UNO. When you click it, you should see the lights on your board blink rapidly.
Verify
Upload
New Sketch
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
