Font size
WorksheetsKarel Vocabulary Lessons 1-5
Total questions: 9
Worksheet time: 10mins
Who/what is Karel?
A cat who listens to your commands.
A robot that follows directions.
A dog who listens to your commands.
A dog who walks.
What is a command?
an instruction you can give to Karel.
a task.
chores you complete
directions for a ship
___________ is a naming convention where the first letter is lower case, and each subsequent start of a word is upper case.
right way
better view
uppercase/lowercase
camel case
Defining a function means
adding 2 numbers
math equation
to teach the computer a new command and explain what it should do when receiving that command.
writing a definition
When your program calls a function what happens?
The program waits for Karel to do his job.
Nothing.
The program crashes.
The program runs the code for that function.
The part of a function that contains the commands
Function Power
Function Body
Function End
Function Beginning
Draw a curly bracket.

Draw a parenthesis.

What function does every program need?
function start( ){
}
function begin( ){
}
function ( ){
}
start( ) {
}
