U5L13 - Pseudocode Homework (Conditionals & Loops)

U5L13 - Pseudocode Homework (Conditionals & Loops)

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Course Description Practice Test

Course Description Practice Test

9th - 12th Grade

14 Qs

VR Python Unit 3 Formative

VR Python Unit 3 Formative

12th Grade

10 Qs

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

Q&A – Repetition & Indefinite Loops (Primary 4 – 4CT.01)

4th Grade - University

10 Qs

Unit 7- Lesson 11: Assessment Day

Unit 7- Lesson 11: Assessment Day

9th - 12th Grade

15 Qs

Unit 3 Exam

Unit 3 Exam

11th Grade

8 Qs

Unit 2 Review

Unit 2 Review

9th Grade - University

10 Qs

Robotics I Unit 4 Test Review

Robotics I Unit 4 Test Review

9th - 12th Grade

15 Qs

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade - University

14 Qs

U5L13 - Pseudocode Homework (Conditionals & Loops)

U5L13 - Pseudocode Homework (Conditionals & Loops)

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Jessica Fletcher

Used 39+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider a robot who would like to move in an “L” shape. Which of the following code segments will allow the robot to move in an L shape, assuming the path is clear?

MOVE_FORWARD()

MOVE_FORWARD()

ROTATE_LEFT()

ROTATE_LEFT()

ROTATE_LEFT()

MOVE_FORWARD()

MOVE_FORWARD()

ROTATE_RIGHT()

MOVE_FORWARD()

MOVE_FORWARD()

MOVE_FORWARD()

MOVE_FORWARD()

ROTATE_LEFT()

ROTATE_LEFT()

MOVE_FORWARD()

MOVE_FORWARD()

MOVE_FORWARD()

ROTATE_LEFT()

ROTATE_LEFT()

MOVE_FORWARD()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the code segment.

For the initial situation above, what will be the final position and direction of the robot after the code is executed?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the code segment.

For the initial situation above, what will be the final position and direction of the robot after the code is executed?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code above does not run as intended for the robot in the initial scenario given. Which reason below explains the error?

The initial condition is not met, so the code in the REPEAT UNTIL loop is not executed.

The robot backs up, then does not move.

The program terminates when the robot attempts to move off the grid.

There is an infinite loop.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

For the initial scenario above, what will be the final position and direction of the robot after the code is executed?

Media Image
Media Image

The program terminates when the robot attempts to move off the grid.

There is an infinite loop.

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

Consider the code segment here.

Which of the following are possible outcomes of the code? SELECT TWO ANSWERS.

The robot will move forward.

The robot will return to its original position.

The robot will be in a position in which it can move forward.

The robot will get stuck in an infinite loop.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the final location and direction of the robot after the code segment is run?

Media Image
Media Image
Media Image
Media Image

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?