Escaping Corners Quiz

Escaping Corners Quiz

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Code.org  Review

Code.org Review

5th - 10th Grade

16 Qs

Scratch Quiz Evaluation

Scratch Quiz Evaluation

9th Grade

20 Qs

Microsoft Word 2016 Basics

Microsoft Word 2016 Basics

8th - 9th Grade

20 Qs

App Inventor

App Inventor

7th - 9th Grade

18 Qs

Semester Final Part 2

Semester Final Part 2

10th Grade - University

15 Qs

Photoshop Shortcut for Mac

Photoshop Shortcut for Mac

8th - 12th Grade

20 Qs

Programming 8.1

Programming 8.1

9th Grade

20 Qs

App Inventor

App Inventor

9th - 10th 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?