wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino IDE

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

What does IDE stand for?

a)

In Deep Environment

b)

Integrated Development Environment

c)

Internal Deep Escape

d)

IDE

2.

A function is a series of programming statements that can be called by name. Which command is called once when the program starts:

a)

loop()

b)

setup()

c)

(output)

d)

(input)

3.

Arduino IDE consists of 2 functions. What are they?

a)

Build() and loop()

b)

Setup() and build()

c)

Setup() and loop()

d)

Loop() and build() and setup()

4.
What is the software for programming Arduino called?
a)
Arduino IDE
b)
System Programmer
c)
Arduino Coder
d)
Arduino Developer
5.
Before your program “code” can be sent to the board, it needs to be converted into instructions that the board understands. This process is called...
a)

Upload

b)

Verify

c)

Coding

d)
Serial Monitor
6.

Which command is called repetitively over and over again as long as the Arduino has power.

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

7.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

8.

What language does Arduino IDE supports?

a)

A. JAVA

b)

B. Python

c)

C. C#

d)

D. KOTLIN

9.

What does this button represents?

a)

A. Right Column

b)

B. Upload

c)

C. Render

d)

D. Upright

10.

What does this button represents?

a)

A. Open File

b)

B. Upload

c)

C. Save File

d)

D. Upright

11.

Sends your code to the Maker UNO. When you click it, you should see the lights on your board blink rapidly.

a)

Verify

b)

Upload

c)

New Sketch

12.

Which of the following is the Serial Monitor icon?

a)
b)
c)
d)
13.

Which of the following is the Verify icon?

a)
b)
c)
d)
14.

Which of the following is the New Sketch icon?

a)
b)
c)
d)
15.

Which of the following is the Open icon?

a)
b)
c)
d)
16.

Arduino code contains two functions by default

a)

True

b)

False

17.
It starts with a /* and continues until a */  What does this do?
a)
Loads a sketch
b)
Makes comments
c)
Compiles quicker
d)
Makes stars appear