wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Karel Vocabulary Lessons 1-5

Total questions: 9

Worksheet time: 10mins

Name
Class
Date
1.

Who/what is Karel?

a)

A cat who listens to your commands.

b)

A robot that follows directions.

c)

A dog who listens to your commands.

d)

A dog who walks.

2.

What is a command?

a)

an instruction you can give to Karel.

b)

a task.

c)

chores you complete

d)

directions for a ship

3.

___________ is a naming convention where the first letter is lower case, and each subsequent start of a word is upper case.

a)

right way

b)

better view

c)

uppercase/lowercase

d)

camel case

4.

Defining a function means

a)

adding 2 numbers

b)

math equation

c)

to teach the computer a new command and explain what it should do when receiving that command.

d)

writing a definition

5.

When your program calls a function what happens?

a)

The program waits for Karel to do his job.

b)

Nothing.

c)

The program crashes.

d)

The program runs the code for that function.

6.

The part of a function that contains the commands

a)

Function Power

b)

Function Body

c)

Function End

d)

Function Beginning

7.

Draw a curly bracket.

8.

Draw a parenthesis.

9.

What function does every program need?

a)

function start( ){

}

b)

function begin( ){

}

c)

function ( ){

}

d)

start( ) {

}