wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

grade 12 Arduino pt2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

which one of the following is not part of the Arduino board

a)

reset button

b)

keyboard

c)

power jack

d)

USB jack

2.

Arduino is not a smart option for programmers

a)

false

b)

true

3.

how many types of functions do we have

a)

7

b)

4

c)

2

d)

3

4.

........... runs repeatedly

a)

loop function

b)

setup function

5.

............. used to begin a serial communication

a)

setup function

b)

loop function

6.

............ used to initialize pin modes

a)

loop function

b)

setup function

7.

................... defines code's function

a)

setup function

b)

loop function

8.

............. runs once

a)

loop function

b)

setup function

9.

int x=7 is an example code of

a)

float

b)

integer

c)

character

d)

boolean

10.

bool x=false;

a)

integer

b)

character

c)

boolean

d)

float