Moving Forward Flashcards

1
Q

What is the result when only one motor command is given?

A

The robot preforms a swing turn.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Before you reflect one of the robot’s motors, what is the result when you created a program that turned on each motor at a positive power level of 127?

A

One wheel went forward and the other went backwards. The robot preformed a point turn.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Should you change pragma statements manually?

A

Pragma statements should only be changed using the Motors and Sensors Setup menu.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is it necessary to give the motors custom names? Why?

A

No. Renaming motors is optional, but it can simplify writing and reading code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the the number between the parenthesis of the wait1msec command represent?

A

It represents the number of milliseconds the robot will stay at the wait1msec command before moving on in the program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How could you make the robot move a longer distance?

A

You could increase the number of milliseconds in the wait1msec command or increase the power levels of the motors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly