Motors

Motors

12th Grade

8 Qs

quiz-placeholder

Similar activities

Variable type and Terms

Variable type and Terms

11th - 12th Grade

5 Qs

Arduino Quiz 1: Basics

Arduino Quiz 1: Basics

9th - 12th Grade

12 Qs

Física III 3EM - Recuperação 2

Física III 3EM - Recuperação 2

12th Grade

10 Qs

LECCION 1

LECCION 1

8th - 12th Grade

10 Qs

ROB EM 3ANO - M2- Aula 08 - Display LCD 16x2

ROB EM 3ANO - M2- Aula 08 - Display LCD 16x2

12th Grade

13 Qs

Quiz sobre Habilidades do Século XXI e Materiais

Quiz sobre Habilidades do Século XXI e Materiais

12th Grade - University

3 Qs

Robotics (intro)

Robotics (intro)

5th - 12th Grade

8 Qs

Audio Review

Audio Review

9th - 12th Grade

10 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( );