
Programming Concepts with Karel

Quiz
•
Computers
•
9th Grade
•
Medium
Wayground Content
Used 22+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Complete the code: 'function turnAround() { ___; turnLeft(); }'.
A) turnRight()
B) move()
C) turnLeft()
D) stop()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What surrounds an if/else statement?
Quotations " "
Curly Brackets { }
Parenthesis ( )
Square Brackets [ ]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a benefit of using preconditions in programming?
They make the code harder to understand
They ensure the program starts in a known state
They slow down the program
They are unnecessary.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
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(); }
7.
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()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Fund of CS _ 2.1 - 2.10 Assessment

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

Quiz
•
5th - 12th Grade
10 questions
MS Logo

Quiz
•
4th - 9th Grade
15 questions
If Statements Review

Quiz
•
9th Grade
10 questions
Chapter 4 - Latihan

Quiz
•
1st - 12th Grade
10 questions
Exploring Scratch: Motion and Looks

Quiz
•
6th Grade - University
10 questions
Y8 Java (Karel the dog)

Quiz
•
8th - 9th Grade
12 questions
Codehs

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade