wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Y8

Total questions: 14

Worksheet time: 9mins

Name
Class
Date
1.

what is the name of this chip

a)

Break

b)

Twix

c)

Embedded

d)

Arduino

2.

What is Arduino?

a)

A company for selling microcontrollers

b)

A software used to program microcontrollers

c)

An open-source electronics prototyping platform based on flexible, easy-to-use hardware and software

3.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

4.

What does IDE stand for?

a)

Integrated Development Environment

b)

In Deep Environment

c)

Internal Deep Escape

d)

IDE

5.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

6.

arduino is a closed source platform

a)

no

b)

yes

7.

The brains of the Arduino.

a)

power LED indicator

b)

voltage regulator

c)

main IC

d)

USD

8.

Choose the correct answer.

a)

LED Pin 6 will be turned on and OFF after 1 minute.

b)

LED Pin 6 will be turned off after 1 second.

c)

LED Pin 6 will be turned on and turned off after 1 second.

d)

LED Pin 3 will be turned on forever.

9.

choose the right order

a)

output - process - input

b)

process - output - input

c)

input - process - output

d)

input - output - process

10.

LED is setup-up to blink. LEDs is an

a)

Output

b)

Input

c)

pinMode

d)

digitalWrite

11.

digitalWrite (LED1,HIGH);

What does it means by HIGH?

a)

Blinking

b)

Switch OFF

c)

Switch ON

d)

Sequence

12.

delay (4000);

1000 in delay is equivalent to how many second?

a)

10s

b)

2s

c)

60s

d)

4s

13.

digitalWrite (LED1, HIGH);

delay(1000);

digitalWrite (LED1, LOW);

What does the program do?

a)

LED Switch Off at the beginning, wait for 60s and then switch ON.

b)

LED Switch ON at the beginning, wait for 10s and then Switch OFF.

c)

LED Switch ON at the beginning, wait for 1s and then switch ON.

d)

LED Switch ON at the beginning, wait for 1s and then switch OFF.

14.

Write the complete coding to Turn on LED at pin 8