wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

G8_Quiz1_2024_Arduino

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is Arduino?

a)

Programming language

b)

Image editing software

c)

Open-source electronics platform

d)

Text editor

2.

What language is the Arduino IDE built on?

a)

Java

b)

HTML

c)

C/C++

d)

Python

3.

How many analog pins are used in Arduino UNO?

a)

6

b)

14

c)

20

d)

24

4.

What is the highlighted part

a)

Power Regular

b)

Drums

c)

Voltage Regulator

d)

Microcontroller

5.

How many digital input/output pins does the Arduino Uno have?

a)

10

b)

19

c)

14

d)

21

6.

choose the right order

a)

output - process - input

b)

process - output - input

c)

input - process - output

d)

input - output - process

7.

What does IDE stand for?

a)

In Deep Environment

b)

Integrated Development Environment

c)

Internal Deep Escape

d)

IDE

8.

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)

9.

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()

10.
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
11.

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

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

12.

What does this button represents?

a)

A. Open File

b)

B. Upload

c)

C. Save File

d)

D. Upright

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.

What does this button represents?

a)

A. Right Column

b)

B. Upload

c)

C. Render

d)

D. Upright

17.

delay(5000); stands for :

a)

Wait 50 seconds

b)

Wait 5 seconds

c)

Wait 5 minutes

d)

No one

18.
What do we call the chip used to control external systems?
a)

Brain

b)

Integrated Circuit (IC)

c)

LED

d)
Microcontroller
19.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

20.
What is the software for programming Arduino called?
a)
Arduino IDE
b)
System Programmer
c)
Arduino Coder
d)
Arduino Developer