Karel Programming

Karel Programming

10th Grade

39 Qs

quiz-placeholder

Similar activities

GCSE Computer Science - 2.1-2.2

GCSE Computer Science - 2.1-2.2

University

43 Qs

Karel CodeHS Function

Karel CodeHS Function

12th Grade

40 Qs

Karel Unit Test

Karel Unit Test

12th Grade

40 Qs

Intro to Java Exam Review

Intro to Java Exam Review

9th - 12th Grade

40 Qs

Fundamentals of Comp Sci Midterm Review 2021

Fundamentals of Comp Sci Midterm Review 2021

9th - 12th Grade

39 Qs

EVALUACIÓN 11 SISTEMAS

EVALUACIÓN 11 SISTEMAS

7th - 11th Grade

40 Qs

CS - Final Review #1

CS - Final Review #1

9th - 12th Grade

38 Qs

SCRATCH TEST 2

SCRATCH TEST 2

9th - 12th Grade

40 Qs

Karel Programming

Karel Programming

Assessment

Quiz

Computers

10th Grade

Medium

Created by

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

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?