Basic Movement

Basic Movement

10th Grade

10 Qs

quiz-placeholder

Similar activities

Coach Jones Drivers Ed. Test 1-9

Coach Jones Drivers Ed. Test 1-9

9th - 12th Grade

15 Qs

Interrogation II chap 6

Interrogation II chap 6

10th - 12th Grade

10 Qs

Stair Construction

Stair Construction

9th - 12th Grade

10 Qs

Motor Universal

Motor Universal

6th Grade - University

10 Qs

Dev Boards and Gauss

Dev Boards and Gauss

10th Grade

13 Qs

Pistón-Mecánica Automotriz.

Pistón-Mecánica Automotriz.

10th Grade

14 Qs

Alat dan Mesin Pertanian Motor Penggerak

Alat dan Mesin Pertanian Motor Penggerak

10th Grade

10 Qs

Pre Test Diagnosa sistem Starter

Pre Test Diagnosa sistem Starter

10th - 12th Grade

10 Qs

Basic Movement

Basic Movement

Assessment

Quiz

Specialty

10th Grade

Hard

Created by

Norlito Bautista

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following components are ESSENTIAL in making the robot move?

Media Image
Media Image
Media Image
Media Image
Media Image

2.

DRAG AND DROP QUESTION

30 sec • 1 pt

​ (a)   is the rate at which objects move. ​ (b)   is equal to ​ (c)   over ​ (d)   . ​ (e)   can be controlled by changing the power setting in the sketch.

Speed
distance
time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this section of the sketch do?

int lMotorA = 5;

int lMotorB = 9;

int rMotorA = 6;

int rMotorB = 10;

Assign different power settings to the motors.

Assign digital I/O pins to motor pins.

Assign analog pins to motor pins.

Assign delay values to motors.

Assign variable names to digital I/O pins.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this section of the sketch do?

void setup() {

pinMode(lMotorA, OUTPUT);

pinMode(lMotorB, OUTPUT);

pinMode(rMotorA, OUTPUT);

pinMode(rMotorB, OUTPUT);

}

Configures motor pins as OUTPUT pins.

Converts motor pins to OUTPUT pins.

Creates motor pins from OUTPUT pins.

Assigns the OUTPUT value to the motor pins.

5.

DRAG AND DROP QUESTION

30 sec • 1 pt

Complete the codes with the missing values if you want your robot to move forward for half a second and stop for 1 second.

void loop() {

forward();

delay(​ (a)   );

stop();

delay(​ (b)   );

}

500
1000
0.5
1
100

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct forward () function?

forward() {

analogWrite(lMotorA, 128);

analogWrite(lMotorB, 0);

analogWrite(rMotorA, 128);

analogWrite(rMotorB, 0);

}

void forward() {

analogWrite(lMotorA, 128);

analogWrite(lMotorB, 0);

analogWrite(rMotorA, 128);

analogWrite(rMotorB, 0);

}

forward {

analogWrite(lMotorA, 128);

analogWrite(lMotorB, 0);

analogWrite(rMotorA, 128);

analogWrite(rMotorB, 0);

}

void forward {

analogWrite(lMotorA, 128);

analogWrite(lMotorB, 0);

analogWrite(rMotorA, 128);

analogWrite(rMotorB, 0);

}

forward(

analogWrite(lMotorA, 128);

analogWrite(lMotorB, 0);

analogWrite(rMotorA, 128);

analogWrite(rMotorB, 0);

)

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

How would you describe your robotics skills in terms of assembly and wiring?

SUNNY. Everything is clear.

CLOUDY. I need to clarify some things.

RAINY. I need to fix some things.

STORMY. I need to go through it again.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?