Escaping Corners Quiz

Escaping Corners Quiz

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

VEX VR S2 Exam

VEX VR S2 Exam

9th - 12th Grade

15 Qs

VR Blocks Review

VR Blocks Review

12th Grade

20 Qs

J808 4.1 Types of threats

J808 4.1 Types of threats

9th - 11th Grade

20 Qs

AP Computer Science Principles Unit 5 Vocabulary A

AP Computer Science Principles Unit 5 Vocabulary A

10th Grade

14 Qs

Robotics Fall Review

Robotics Fall Review

10th - 12th Grade

21 Qs

2.3.1 Defensive Design Lesson 1

2.3.1 Defensive Design Lesson 1

8th - 10th Grade

20 Qs

Scratch Programming

Scratch Programming

9th - 12th Grade

20 Qs

Boolean Logic 1

Boolean Logic 1

12th Grade

14 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?