wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino Day 4

Total questions: 11

Worksheet time: 8mins

Name
Class
Date
1.

Why do we use a motor driver?

a)

To control the speed of a DC motor

b)

To control the direction of a DC motor

c)

To handle the current load of a DC motor

d)

Because we don't know how to drive

2.

What is the difference between a servo motor and a DC motor?

a)

Servo motor spins continuously, whereas DC motor can only spin 0 to 180 degree

b)

Servo motor is ideal for making wheels spin, whereas DC motor is ideal for making robotic arm waves

c)

We can achieve precise angle rotation using Servo motor, but we can't do that with DC

d)

We can use a DC motor to control stuff that spins continuously and don't need precise angle control such as cars and drone

3.

We use (a)   to control the speed of a DC motor

(tips: 3 characters)

4.

Which one(s) below about motor driver is/are correct? (for both L298N and L293D)

a)

When we give a HIGH to IN1, the OUT1 will also be HIGH

b)

The ENA controls the amount of voltage (speed) for OUT1 and OUT2, while ENB controls the amount of voltage (speed) for OUT3 and OUT4

c)

The motor drivers don't need a power supply to work (5v-12v)

d)

for L293N you also want to connect a 5V to pin 16; also you want to connect each ground for each "section" used. For example, if you used IN1 and OUT1, then u want to connect the ground at pin4

5.

The servo motor usually can only rotate from 0 to 360 degree

a)

True

b)

False

6.

We use library so

a)

we can simplify our codes

b)

we can spend more time and efforts writing the program that other people have already written

c)

we can save our efforts

d)

we can save our time

7.

Which one below is the correct syntax for including a library in Arduino?

a)
b)
c)
d)
8.

Which one below is false?

a)

We use PIR sensor to detect human

b)

We use Ultrasonic Distance sensor to sense distance

c)

We use TMP36 to sense gas

9.

which one below is correct about an PIR sensor?

a)

Don't need to power up, whenever there's human in the "vision range" the output pin will become HIGH

b)

Power up with 5V and GROUND, whenever there's human in the "vision range" the output pin will become HIGH

c)

Power up with 5V and GROUND, any object moving in the "vision range" will trigger the outpin pin and make it HIGH

d)

Connect the output pin to a digital pin, and set the digital pin to output, so we can read the voltage from the output pin

10.

Which one(s) below is/are correct about Ultrasonic Distance Sensor?

a)

The receiver of the sensor will transmit ultrasonic whereas the transmitter of the sensor will receive ultrasonic wave

b)

Whenever the receiver receives ultrasonic wave, the echo pin will become HIGH, otherwise LOW

c)

When we output a HIGH to the trig pin the transmitter will output Ultrasonic Wave

d)

the data we received on the echo pin will automatically tell us the distance, we don't need to do math

11.

which one below is true about TMP36?

a)

The voltage we get from the output pin is digital voltage

b)

The output pin of the sensor will output a voltage from 0.1v to 1.75v depends on the temperature

c)

The sensor can sense between 10°C to 175°C

d)

The output pin will automatically tell us the temperature, we don't need to do math