Karel Programming

Karel Programming

10th Grade

39 Qs

quiz-placeholder

Similar activities

ôn tập 12k1

ôn tập 12k1

12th Grade

44 Qs

Kuis Analisis Data

Kuis Analisis Data

10th Grade

40 Qs

TEKNIK KOMPUTER & JARINGAN X

TEKNIK KOMPUTER & JARINGAN X

10th Grade

40 Qs

ASJ TKJ Debian 8.0

ASJ TKJ Debian 8.0

11th Grade

40 Qs

Bài tập 5,6_Tin 12

Bài tập 5,6_Tin 12

12th Grade

34 Qs

City and Guilds Award in Cloud Services

City and Guilds Award in Cloud Services

12th Grade

40 Qs

Komunikasi Nirkabel Pita Lebar

Komunikasi Nirkabel Pita Lebar

12th Grade

35 Qs

một số dịch vụ cơ bản của internet

một số dịch vụ cơ bản của internet

12th Grade

36 Qs

Karel Programming

Karel Programming

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Rashad Davis

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?