Which is a valid Karel command?

CodeHS Lessons 1-5

Quiz
•
Computers
•
10th - 12th Grade
•
Medium

Tamra Davis
Used 12+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
move();
move
move()
MOVE
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Karel world, a street is a row.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Karel world, a column is an avenue.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?
move();
move();
move();
turnLeft();
move();
Street 1 Avenue 3
Street 3 Avenue 1
Street 6 Avenue 2
Street 2 Avenue 6
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel is facing North and the code
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
West
East
South
North
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times should Karel turn left in order to turn right?
4
3
2
1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will teach Karel how to spin in a circle one time?
private void spin()
{
move();
move();
move();
move();
}
private void spin()
{
turnLeft();
turnLeft();
}
private void spin()
{
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}
private void spin()
{
turnRight();
}
Create a free account and access millions of resources
Similar Resources on Quizizz
21 questions
Java Programming Quiz unit 3

Quiz
•
12th Grade
23 questions
Java Unit 1 - Quiz Review

Quiz
•
10th Grade
25 questions
CodeHS unit 1 Quiz

Quiz
•
10th Grade
23 questions
Programming with Karel Quiz

Quiz
•
9th - 12th Grade
15 questions
unit 3 karel code hs

Quiz
•
12th Grade
20 questions
OOP Java

Quiz
•
12th Grade
20 questions
Java OOP Connections

Quiz
•
10th - 12th Grade
25 questions
CodeHS CompSci Final Exam

Quiz
•
8th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University