Please enable JavaScript to use CodeHS

Karel Glossary

Flashcards

Course:

Module:

Lesson:

Search:

Hardware General

The physical components of a computer

Software General

Programs that can be run on a computer

Karel General

Karel is a dog who listens to your commands.

Karel

Command JavaScript

A command is an instruction you can give to Karel.

Command

Define a Function JavaScript

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

Define a Function

Call a Function JavaScript

Calling a function actually gives the command, so the computer will run the code for that function.

Call a Function