
Karel Programming

Quiz
•
Computers
•
10th Grade
•
Medium
Rashad Davis
Used 10+ times
FREE Resource
39 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A set of steps or rules to follow to solve a particular problem.
algorithm
Decomposition
Function
control structures
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The process of breaking down your code into smaller parts (more functions)
Decomposition
Indentation
lowerCamelCase
Start Function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Teaching the computer a new command. Used to explain what a program should do when receiving that command.
Defining a Function
Calling a Function
Start Function
Readability
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Used to teach Karel a new word or command. Using these allows programs to be broken down into smaller pieces and makes it easier to understand.
Functions
Control Structures
algorithms
Indentation
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Choose TWO: Ways (using syntax) that you can write comments?
multi-line
"""/*
*
*/"""
single line
//
multi-line
**
single line
#
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands is a valid Karel command?
move
move( )
move( );
move;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to define a turnRight function in Karel?
function turnRight() {
turnLeft();
turnLeft();
turnLeft();
}
function turnRight() {
turnRight();
turnRight();
turnRight();
}
function turnRight {
turnLeft();
turnLeft();
turnLeft();
}
turnRight function() {
turnLeft();
turnLeft();
turnLeft();
}
Create a free account and access millions of resources
Similar Resources on Wayground
35 questions
Endlish

Quiz
•
University
38 questions
U6 Vocab

Quiz
•
University
40 questions
Text Adventure Game Functions Quiz - Part 1

Quiz
•
12th Grade
35 questions
Photoshop ACA

Quiz
•
9th - 12th Grade
35 questions
Lesson 1 Review Quiz

Quiz
•
University
40 questions
ANIMATION / Principles of Animation

Quiz
•
6th - 12th Grade
40 questions
FBLA Exploring Computer Science

Quiz
•
6th - 12th Grade
40 questions
year 3 QUIZ 3 2nd term

Quiz
•
3rd Grade - University
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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th 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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade