Basic Movement

Basic Movement

10th Grade

10 Qs

quiz-placeholder

Similar activities

LATIHAN SOAL US TPAUDIO

LATIHAN SOAL US TPAUDIO

10th - 12th Grade

8 Qs

Tools & Equipment

Tools & Equipment

9th - 12th Grade

15 Qs

Quiz Sistem Pengisian

Quiz Sistem Pengisian

9th - 12th Grade

10 Qs

IPv6 i komunikacja w sieci

IPv6 i komunikacja w sieci

8th - 12th Grade

13 Qs

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

Pistón-Mecánica Automotriz.

Pistón-Mecánica Automotriz.

10th Grade

14 Qs

Alexander Calder i les seves obres

Alexander Calder i les seves obres

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?