U5L13 - Pseudocode Homework (Conditionals & Loops)

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Jessica Fletcher
Used 46+ 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
15 questions
LEGO Ev3 Robotics

Quiz
•
5th - 12th Grade
10 questions
Comp Sci Unit 3 #7

Quiz
•
11th Grade
10 questions
VEXcode VR Blocks Unit 9

Quiz
•
11th - 12th Grade
9 questions
Square One V2X Challenge Quiz

Quiz
•
9th - 12th Grade
15 questions
Artificial Intelligence

Quiz
•
8th - 12th Grade
14 questions
Taylor Chess Quiz

Quiz
•
4th - 12th Grade
12 questions
Finch Robot Review Quiz

Quiz
•
9th - 12th Grade
12 questions
VEXcode VR Unit 5 Formative

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade