Vocab
Programming with Karel
Hidden Figures
MORE vocab
Random
100

The process of assigning a code to something for classification or identification; the activity of writing computer programs.

What is Coding?

100

What does "move();" do? 

It moves Karel one space in the direction she is facing. 

100

The facility the three main characters worked at. 

What is NASA? 

100

the process of finding and correcting errors or bugs in the source code of any software.

What is debugging?

100

what time is 1st block end

10:35am

200

An unexpected problem with software and hardware.

What is a bug?

200

How do you make "turnRight();" ? 

function turnRight(){

    turnLeft();

    turnLeft();

    turnLeft();

}


200
The name of the main character.
Who is Katherine Johnson?  
200

To provide a computer with coded instructions for the automatic performance of a task.

What is programming?

200

when is prom

April 19th

300

 A stand-alone hybrid computer system that performs physical and computational activities.

What is a robot?

300

If Karel is facing North then this code happens;

turnLeft();

turnLeft();

what direction is she face now? 

South

300

The name of the computer that was going to take the human computers job. 

what is the IBM 7090? 

300

The arrangement of words and phrases to create a well-formed sentence in a language; giving specific word sets in specific orders to computers so that they do what we want them to do.

What is syntax?

300

when is spring break

Friday 

400

a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

What is an algorithm? 

400

If Karel is on Street 1 and Avenue 5 facing East, and this code runs;

move();

move();

move();

Where does she end up? 

Street 1 and Avenue 8

400

The name of the woman who fixed the computers and becomes supervisor of the Analysis and Computation Division. 

Who is Dorothy Vaughan? 

400

The lowest level of programming language that directly corresponds to the instructions executed by a computer’s hardware.

What is machine language?

400

what does AI mean

short for artificial intelligence.

500

"self contained" modules of code that accomplish a specific task.

What is a function?

500

If Karel is one Street 1 and Avenue 1 facing North then this code is run;

turnLeft();

turnLeft();

turnLeft();

move();

move();

turnLeft();

move();

turnLeft();

move();

move();

turnLeft();

move();

where is she now and what way is she facing?

Street 1 and Avenue 1 facing South.

500

The name of the capsule that was sent to space at the end of the movie. 

What is The Friendship 7? 

500

an object-oriented computer programming language commonly used to create interactive effects within web browsers.

What is Javascript?

500

what is Martin Luther king Jr famous speech 

I have a dream 

M
e
n
u