U5L13 - Pseudocode Homework (Conditionals & Loops)

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Jessica Fletcher
Used 39+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
For the initial scenario above, what will be the final position and direction of the robot after the code is executed?
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
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
What will be the final location and direction of the robot after the code segment is run?
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Comp Sci Unit 3 #11

Quiz
•
11th Grade
15 questions
JavaScript Knowledge & Skills

Quiz
•
9th - 12th Grade
10 questions
Robot C

Quiz
•
9th - 11th Grade
10 questions
Components of a Robot

Quiz
•
10th Grade
10 questions
Lego Spike - Challenge 1 Quiz

Quiz
•
6th Grade - University
15 questions
Google Blockly

Quiz
•
1st Grade - Professio...
10 questions
Universal Robots Module 5 Quiz

Quiz
•
12th Grade
6 questions
Procedures Practice Part 2

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade