wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Mec1 Arduino and Interactive

Total questions: 10

Worksheet time: 17mins

Name
Class
Date
1.

Code within the following will only run once

a)

void loop()

{

}

b)

void setup()

{

}

c)

digitalWrite(pin, HIGH or LOW);

d)

pinMode(pin, INPUT or OUTPUT);

2.

An analogue pin is usually connected to which leg of a potentiometer?

(a)  

3.

The code delay(250); instructs the program to wait how long?

a)

250 seconds

b)

0.25 seconds

c)

250 nanoseconds

d)

0.025 seconds

4.

True or false? An LDR is a type of variable resistor.

(a)  

5.

The phases of the design cycle are

a)

draw, plan, make and do

b)

draw, design, decode and demonstrate

c)

research, design, construct and program

d)

research, design, construct, program and test

6.

The component shown is

a)

a light dependent resistor

b)

a component with no polarity

c)

a type of sensor

d)

an RGB LED

7.

Select all components which output information (ie act as sensors) from the list below

a)

LED

b)

LDR

c)

buzzer

d)

button

e)

potentiometer

8.

An interactive device

a)

is not possible to build with an Arduino and electronic components

b)

involves lights and buzzers

c)

allows a user to input information

d)

must have at least 5 sensors and 4 lights

9.

Select all the Arduino components that can act as outputs

a)

serial monitor

b)

wires

c)

LED

d)

buzzer

e)

parallel

10.

The first stage of the design cycle is

(a)