wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz1_9A

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.

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

a)

10

b)

19

c)

14

d)

21

5.

Arduino needs an expert programmer

a)

no

b)

yes

6.

we can program an input without out put for arduino

a)

no

b)

yes

7.

choose the right order

a)

output - process - input

b)

process - output - input

c)

input - process - output

d)

input - output - process

8.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

9.

delay(5000); stands for :

a)

Wait 50 seconds

b)

Wait 5 seconds

c)

Wait 5 minutes

d)

No one

10.

What does IDE stand for?

a)

In Deep Environment

b)

Integrated Development Environment

c)

Internal Deep Escape

d)

IDE

11.

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)

12.

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

13.
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
14.

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

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

15.

What does this button represents?

a)

A. Right Column

b)

B. Upload

c)

C. Render

d)

D. Upright

16.

What does this button represents?

a)

A. Open File

b)

B. Upload

c)

C. Save File

d)

D. Upright

17.

Which of the following is the Serial Monitor icon?

a)
b)
c)
d)
18.

Which of the following is the Verify icon?

a)
b)
c)
d)
19.

Which of the following is the New Sketch icon?

a)
b)
c)
d)
20.

Which of the following is the Open icon?

a)
b)
c)
d)