wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Pretest1(Arduino Grade8_t1)

Total questions: 25

Worksheet time: 13mins

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.

THESE PINS ARE?

a)

Digital pins

b)

Pines PWM

c)

Analog Pins

d)

Microcontroller

5.

These Pins are ?

a)

Digital Pins

b)

Pines PWM

c)

Analog pins

d)

Microcontroller

6.

What is the highlighted part

a)

Power Regular

b)

Drums

c)

Voltage Regulator

d)

Microcontroller

7.

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

a)

10

b)

19

c)

14

d)

21

8.

arduino is a closed source platform

a)

no

b)

yes

9.

choose the right order

a)

output - process - input

b)

process - output - input

c)

input - process - output

d)

input - output - process

10.

what is the main role of this chip

a)

to heat the board

b)

save the programmed input only

c)

being the brain of the Arduino

d)

there is no role at all

11.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

12.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

13.

What does IDE stand for?

a)

In Deep Environment

b)

Integrated Development Environment

c)

Internal Deep Escape

d)

IDE

14.

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)

15.

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

16.
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
17.

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

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

18.

What does this button represents?

a)

A. Right Column

b)

B. Upload

c)

C. Render

d)

D. Upright

19.

What does this button represents?

a)

A. Open File

b)

B. Upload

c)

C. Save File

d)

D. Upright

20.

Which of the following is the Serial Monitor icon?

a)
b)
c)
d)
21.

Which of the following is the Verify icon?

a)
b)
c)
d)
22.

Which of the following is the New Sketch icon?

a)
b)
c)
d)
23.

Which of the following is the Open icon?

a)
b)
c)
d)
24.

Arduino code contains two functions by default

a)

True

b)

False

25.
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