wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Motors

Total questions: 8

Worksheet time: 5mins

Name
Class
Date
1.

the program that We use for building circuits in Distance Learning is

a)

TinkerCad

b)

Fusion 360

c)

Arduino IDE

d)

LMS

2.

The types of the Motors that we are using is :

a)

DC

b)

AC

c)

Servo

d)

Battery

3.

the correct function to make 5 seconds Delay is

a)

delay(5000)

b)

Delay(5000);

c)

delay(5000);

d)

delay(5);

4.

If the original function is digitalWrite(in1, HIGH); and you want to change the direction of the motor, the new function will be

a)

digitalWrite(in1, HIGH);

b)

digitalWrite(in1, LOW);

c)

DigitalWrite(in1, LOW);

d)

DigitalWrite(in1, HIGH);

5.

The number of the Digital Pins in the Arduino Board are

a)

13

b)

6

c)

7

d)

14

6.

This figure is for :

(a)  

7.

The number of Analogue Pins in the Arduino Board

a)

4

b)

2

c)

6

d)

13

8.

The function that controls the speed of a DC motor is

a)

AnalogWrite( )

b)

digitalWrite( );

c)

analogWrite( );

d)

DigitalWrite( );