
Karel Programming

Quiz
•
Computers
•
10th Grade
•
Medium
Rashad Davis
Used 11+ 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
38 questions
Microsoft Word 2016

Quiz
•
9th - 12th Grade
42 questions
Animation II Quiz

Quiz
•
11th Grade
41 questions
Let's Examine Hardware

Quiz
•
9th - 12th Grade
34 questions
Quiz về Trí Tuệ Nhân Tạo

Quiz
•
12th Grade - University
35 questions
Windows 10 Configuration

Quiz
•
1st - 10th Grade
40 questions
SCRATCH TEST 2

Quiz
•
9th - 12th Grade
36 questions
Computer Safety Test

Quiz
•
11th - 12th Grade
36 questions
Windows 10 - Northstar

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade