Motors

Motors

12th Grade

8 Qs

quiz-placeholder

Similar activities

Robótica Arduino Semáforo e Pedestres

Robótica Arduino Semáforo e Pedestres

12th Grade

10 Qs

Ultrasonic Distance Sensor Quiz

Ultrasonic Distance Sensor Quiz

12th Grade

10 Qs

Quiz Evaluasi Bab 1 Robotika

Quiz Evaluasi Bab 1 Robotika

12th Grade

10 Qs

autonomous vehicle key words quiz

autonomous vehicle key words quiz

12th Grade

9 Qs

Arduino programming part 1

Arduino programming part 1

11th - 12th Grade

10 Qs

ZIP Class - Circuit SMP/SMA #1

ZIP Class - Circuit SMP/SMA #1

7th Grade - University

10 Qs

Física 3DS_25  R1 T1 Eduarda

Física 3DS_25 R1 T1 Eduarda

12th Grade

10 Qs

QUIZ 10 Arduino Review

QUIZ 10 Arduino Review

KG - Professional Development

6 Qs

Motors

Motors

Assessment

Quiz

Design, Physics

12th Grade

Hard

Created by

Doaa Qudah

Used 43+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

TinkerCad

Fusion 360

Arduino IDE

LMS

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The types of the Motors that we are using is :

DC

AC

Servo

Battery

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the correct function to make 5 seconds Delay is

delay(5000)

Delay(5000);

delay(5000);

delay(5);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

digitalWrite(in1, HIGH);

digitalWrite(in1, LOW);

DigitalWrite(in1, LOW);

DigitalWrite(in1, HIGH);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of the Digital Pins in the Arduino Board are

13

6

7

14

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This figure is for :

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of Analogue Pins in the Arduino Board

4

2

6

13

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The function that controls the speed of a DC motor is

AnalogWrite( )

digitalWrite( );

analogWrite( );

DigitalWrite( );