wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

what is the name of this chip ?

a)

Break

b)

Embedded

c)

Twix

d)

Arduino

2.

all the devices around us contains arduino ?

a)

yes

b)

no

3.

Arduino needs an expert programmer ?

a)

yes

b)

no

4.

we can program an input without out put for arduino

a)

yes

b)

no

5.

arduino helped developing the AI world

a)

yes

b)

no

6.

arduino is a closed source platform

a)

yes

b)

no

7.

choose the right order

a)

output - process - input

b)

input - process - output

c)

process - output - input

d)

input - output - process

8.

what is the main role of this chip

a)

to heat the board

b)

being the brain of the Arduino

c)

save the programmed input only

d)

there is no role at all

9.

arduino has a USB port

a)

yes

b)

no

10.

Which if the following consider as input sensor?

a)

Button

b)

LED

c)

Ultrasonic Distance

d)

Temperature

11.

How many analog pin on Arduino board?

a)

5

b)

13

c)

6

d)

14

12.

The following line of code, means ________

pinMode(12, OUTPUT);

a)

Make the device in pin 13 set to ON state.

b)

Set the device in pin 12 as output.

c)

Set the device in pin 12 as input.

d)

Make the device in pin 12 set to Off state.

13.

How many digital pin on Arduino board?

a)

5

b)

13

c)

6

d)

14

14.

Which of the following consider as output devices?

a)

Button

b)

Humidity

c)

LED

d)

Motor

15.

The result of the following line Code is______

print(7%3);

a)

0

b)

1

c)

2

d)

3

16.

To pause a system for 2 seconds in Arduino, we use ________ line code.

a)

delay(2);

b)

delay(200);

c)

delay(20);

d)

delay(2000);

17.

How many pin in RGB Led ?

a)

2

b)

3

c)

4

d)

5

18.

Which one is the fastest Led blincking ?

a)

delay(500);

b)

delay(1500);

c)

delay(1000);

d)

delay(2000);

19.

How to define a Led connected to pin 13 in Arduino?

a)

Pinmode(13,INPUT);

b)

Pinmode(13,OUTPUT);

c)

pinMode(13,INPUT);

d)

pinMode(13,OUTPUT);

20.

Which function runs only one time?

a)

loop();

b)

calculate();

c)

setup();

d)

random();

21.

What printed when you run the following code?

Serial.print(5>3);

a)

True

b)

0

c)

False

d)

1

22.

What is the output for the following code?

int x=5;

int y=3;

x+=y;

Serial.print(x+y);

a)

6

b)

8

c)

10

d)

11

23.

A device that can measure the distance to objects

a)

Ultrasonic Sensor

b)

Potintiometer

c)

RGB LED

d)

Temperature Sensor

24.

All of these are input devices Except ______________

a)

Ultrasonic Sensor

b)

Potentiometer

c)

Temp Sensor

d)

LED

25.

3jebkom l quiz ?

a)

yes

b)

no