Which of the following commands is a valid Karel command?

Karel Unit Quiz

Quiz
•
9th - 12th Grade
•
Hard
Lori Conte
Used 65+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
turnright();
turnRight;
turnRight():
turnright();
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What makes the following command an invalid Karel command: takeball();
it should start with a capital T
the b should be capitalized
it should end in a colon instead of a semicolon
none of these; this command is correct!
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is the correct way to define a turnLeft function in Karel?
function turnRight() {
turnRight():
turnRight():
turnRight():
}
function turnLeft() {
turnLeft():
turnLeft():
turnLeft():
}
function turnLeft() {
turn Right ():
turn Right ():
turn Right ():
}
function turnRight() {
turnLeft();
turnLeft();
turnLeft();
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why do we use functions in Karel programs?
to break down our program into smaller parts
to avoid repetition of code
to make our program more readable
all of these
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
If Karel starts on Street 1 and Avenue 1, facing East, where will Karel be, and what direction will Karel be facing after running the following code in a 10 x 10 world?
move();
turnLeft();
putBall();
turnLeft();
turnLeft();
turnLeft();
move();
turnLeft();
Street 1, Avenue 3, Facing South
Street 1, Avenue 3, Facing North
Street 3, Avenue 1, Facing North
Street 3, Avenue 1, Facing South
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Karel starts at Street 1 & Avenue 1 facing East. After calling the goUp function twice, where will Karel be and what direction will he be facing in a 10 x 10 world?
function goUp() {
move();
turnLeft();
move();
turnRight();
}
Street 1, Avenue 2, Facing North
Street 1, Avenue 3, Facing South
Street 3, Avenue 3, Facing East
Street 1, Avenue 3, Facing West
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
In this code, how many times is the climb function called and how many times is it defined?
function start();
move();
climb();
move();
move();
turnLeft();
climb();
climb();
}
function climb() {
turnLeft();
move();
turnLeft();
turnLeft();
move();
turnLeft();
}
called once, defined once
called once, defined three times
called once, defined twice
called three times, defined once
Create a free account and access millions of resources
Similar Resources on Wayground
22 questions
Karel Quiz

Quiz
•
8th - 12th Grade
30 questions
Karel - Unit 1

Quiz
•
9th - 12th Grade
22 questions
Karel and Programming Basics

Quiz
•
9th Grade
25 questions
CodeHS Javascript Unit 1 Quiz Review

Quiz
•
9th - 12th Grade
25 questions
JavaScript Karel Unit 1 Quiz Study Guide

Quiz
•
9th - 12th Grade
25 questions
Programming with Karel

Quiz
•
7th - 12th Grade
25 questions
CodeHS Unit 1 Karel Test (Corgi edition)

Quiz
•
10th Grade
25 questions
Comp Sci 2 9wks exam Review

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade
Discover more resources for
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade