wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

03_Practice_ArduinoL05-DigitalInputs

Total questions: 6

Worksheet time: 3mins

Name
Class
Date
1.

A button is an example of an...

a)

input

b)

output

2.

A LED is an example of an...

a)

Input

b)

Output

3.

A==7 means

a)

A is equal to 7

b)

7 is assigned as an int A

c)

A is not equal to 7

d)

A is greater than 7

4.

If my function rule is y=x + 3, what is the OUTPUT if the input is 4?

a)

4

b)

3

c)

7

d)

10

5.

digitalWrite (LED1,HIGH);

What does it means by HIGH?

a)

Blinking

b)

Switch OFF

c)

Switch ON

d)

Sequence

6.

delay (1000);

1000 in delay is equivalent to how many second?

a)

10s

b)

2s

c)

60s

d)

1s