A set of steps or rules to follow to solve a particular problem.

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
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 Quizizz
34 questions
Scratch Quiz

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

Quiz
•
University
44 questions
AP Computer Science Principles Units 1, 2 & 3

Quiz
•
10th - 12th Grade
40 questions
ANIMATION / Principles of Animation

Quiz
•
6th - 12th Grade
42 questions
Photoshop Tool Bar Scavenger Hunt

Quiz
•
9th - 12th Grade
39 questions
Python ((SHIFT))

Quiz
•
10th Grade
35 questions
Study Guide for Final Exam*

Quiz
•
9th - 12th Grade
35 questions
Robotics Final Exam Study Guide Part II

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University