
Programming Concepts with Karel

Quiz
•
Computers
•
9th Grade
•
Easy
PATRICIA LAMMERT
Used 8+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which control structure is best suited for repeating a block of code a fixed number of times?
While loop
For loop
If statement
If-else statement
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between turnLeft() and turnRight() commands in Karel?
turnLeft() rotates Karel 90 degrees clockwise, while turnRight() rotates Karel 90 degrees counter-clockwise.
turnLeft() rotates Karel 90 degrees counter-clockwise, while turnRight() rotates Karel 90 degrees clockwise.
turnLeft() moves Karel one step to the left, while turnRight() moves Karel one step to the right.
Both commands achieve the same result, rotating Karel 90 degrees.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank: The command turnRight() rotates Karel 90 degrees _______.
clockwise
counter-clockwise
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank: The _______ command is used to rotate Karel 90 degrees clockwise.
move()
putBall()
turnLeft()
turnRight()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the corrected version of the loop: 'for (var i = 0, i < 4, i++) { move(); }'?
for (var i = 0; i < 4; i++) { move(); }
for (var i = 0; i < 4; i--) { move(); }
for (var i = 0; i <= 4; i++) { move(); }
for (var i = 0; i < 3; i++) { move(); }
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Complete the code: 'function turnAround() { ___; turnLeft(); }'.
A) turnRight()
B) move()
C) turnLeft()
D) stop()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'while' loop in the simplified code?
To repeat until a condition is false
To execute once
To stop immediately
To jump over obstacles
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
CodeHS - Java - Karel (Sec 1-3)

Quiz
•
7th - 10th Grade
10 questions
Y9 Java (Karel the dog)

Quiz
•
9th Grade
12 questions
Codehs

Quiz
•
9th - 12th Grade
12 questions
Computer Science Level 1 - Blocks with VEXcode VR Course Unit 2

Quiz
•
5th - 12th Grade
12 questions
CodeHS Unit 1

Quiz
•
9th - 12th Grade
10 questions
Y8 Java (Karel the dog)

Quiz
•
8th - 9th Grade
13 questions
Programming Concepts with Karel

Quiz
•
9th Grade
10 questions
CSF 2.4

Quiz
•
9th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade
14 questions
Points, Lines, Planes

Quiz
•
9th Grade