Search Header Logo

Karel Programming

Authored by Rashad Davis

Computers

10th Grade

Used 11+ times

Karel Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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();

}

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?