wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Day 3 Quiz

Total questions: 7

Worksheet time: 7mins

Name
Class
Date
1.

Initially, the state of an input pin will be very unstable because the voltage that flows into the pin is very inconsistent, this is called a

(a)  

2.

There is two techniques we can use to prevent floating inputs, they are

a)

Pull-up resistor

b)

Push-up resistor

c)

Pull-down resistor

d)

Push-Down resistor

3.

Which one below is correct?

a)
b)
c)
d)
4.

which one below is the correct way to connect a pull-down resistor?

a)
b)
c)
d)
5.

Which one below is true?

a)

Digital only can be 0 or 1

b)

Digital can have as many possible values as possible as long as all the values are continuous

c)

Analog only can be 0 or 1

d)

Analog values have infinite possible values as all their values are continuous, for example temperature

6.

Which of the following is/are true?

a)

analogRead will give us a value between 0-1023

b)

analogRead will give us a value between 0-255

c)

analogWrite can write a value between 0-1023

d)

analogWrite can write a value between 0-255

7.

if I supply 1.7V to A2, and by using analogRead(A2)

I will get around 348, is this true?

1.7/5 = 0.34

0.34 * 1024 = 347.82

a)

True

b)

False