U5L13 - Pseudocode Homework (Conditionals & Loops)

U5L13 - Pseudocode Homework (Conditionals & Loops)

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

VR Python Unit 3 Formative

VR Python Unit 3 Formative

12th Grade

10 Qs

AP CSP Worksheet 1

AP CSP Worksheet 1

9th - 12th Grade

10 Qs

Unit 7- Lesson 11: Assessment Day

Unit 7- Lesson 11: Assessment Day

9th - 12th Grade

15 Qs

Intro to programming lego robots

Intro to programming lego robots

6th - 12th Grade

8 Qs

RobotC

RobotC

9th - 11th Grade

10 Qs

Code.org Unit 7 Review

Code.org Unit 7 Review

9th - 12th Grade

8 Qs

Code.org Unit 7 Test

Code.org Unit 7 Test

9th - 12th Grade

8 Qs

Alpha Task Code Quiz Check in

Alpha Task Code Quiz Check in

9th - 12th Grade

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