
Coding
9th - 12th Grade
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which function will teach Karel how to spin in a circle one time?
Function spin(){
turnRight();
}
Function spin () {
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}
Function spin () {
turnLeft();
turnLeft();
}
Function spin () {
move();
move();
move();
move();
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a valid Karel command?
move;
MOVE
move();
move()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a street in a Karel world?
a row
a column
a single point
Karel's position
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an avenue in Karel world?
A row
a column
a single point
Karel's position
5.
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?
Street 1 and Avenue 3
Street 4 and Avenue 4
Street 2 and Avenue 6
Street 6 and Avenue 2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel is facing North and the code
turnLeft();
turnLeft();
North
South
East
West
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which general if statement definition is written correctly?
for(condition) {
//code
}
if(condition) {
//code
}
if(var i=0; I < count; I++) {
//code
}
if false {
//code
}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?