Karel Programming

Karel Programming

10th Grade

39 Qs

quiz-placeholder

Similar activities

Extreme scratches

Extreme scratches

3rd Grade - University

36 Qs

Problem Solving and Program Design Final Quiz

Problem Solving and Program Design Final Quiz

11th Grade

40 Qs

Algorithms and programming

Algorithms and programming

11th - 12th Grade

43 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

12th Grade

40 Qs

Computer Science AP Quizlet Midterm

Computer Science AP Quizlet Midterm

9th - 12th Grade

41 Qs

Adobe Premiere Pro

Adobe Premiere Pro

10th - 12th Grade

34 Qs

GMS summative 3/4

GMS summative 3/4

9th - 12th Grade

34 Qs

Robotics Review Final

Robotics Review Final

9th - 12th Grade

35 Qs

Karel Programming

Karel Programming

Assessment

Quiz

Computers

10th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?