Escaping Corners Quiz

Escaping Corners Quiz

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

9-10 robotics EV3 basics

9-10 robotics EV3 basics

7th - 10th Grade

14 Qs

EV3 Programming

EV3 Programming

1st Grade - University

20 Qs

Comp Sci L1 - Blocks with VEXcode VR Course Unit 4

Comp Sci L1 - Blocks with VEXcode VR Course Unit 4

5th - 12th Grade

20 Qs

Boolean Logic 1

Boolean Logic 1

12th Grade

14 Qs

Robotics Pretest

Robotics Pretest

9th - 12th Grade

20 Qs

VEX Unit 2 Part Deux

VEX Unit 2 Part Deux

9th - 12th Grade

20 Qs

VEXcode VR Unit 4 Formative

VEXcode VR Unit 4 Formative

12th Grade

14 Qs

1 mBot Device and Coding Environment

1 mBot Device and Coding Environment

9th - 12th Grade

15 Qs

Escaping Corners Quiz

Escaping Corners Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Rob Mathis

Used 1+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions is NOT defined in the initial navigation function definitions of the escaping_corners.py script?

forward()

left()

right()

stop()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the variable counter in the escaping_corners.py script?

To store the current speed of the robot.

To keep track of alternate whisker presses.

To record the total distance traveled by the robot.

To control the duration of the robot's movements.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variables o_w_l and o_w_r are used to store what?

The desired whisker states.

The current motor speeds.

The previous whisker states.

The number of times the robot has turned.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The outermost "if" statement in the main loop checks if which of the following is true?

Both whiskers are pressed simultaneously.

Neither whisker is pressed.

w_l and w_r are different.

Both previous whisker states were the same.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the counter variable incremented?

When both whiskers are pressed simultaneously.

When neither whisker is pressed.

When both current whisker input states are different from their previous input states.

Every time the main loop runs.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if the counter exceeds four?

The robot stops moving.

The robot moves forward at a faster speed.

A tone plays, and the robot attempts to escape the corner by moving backward and turning left twice.

The whisker input values are reset to zero.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before the robot attempts to escape a corner, what are the values assigned to counter, w_l, and w_r?

1, 1, 1

5, 0, 0

0, 1, 1

1, 1, 15

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?