Unit 1 Vocab
Binary
Game Lab Vocab
Computer Components
Mystery Category
100

A machine that processes information.

What is a computer?

100

binary 01

What is 1?

100

An expression that evaluates to True or False in programming.

What is a Boolean Expression?

Ex. Are you 18 years of age or older?

100

Storage device that stores digitally encoded data on rapidly rotating rigid disks with magnetic surfaces. The device is either permanently installed within the computer case or can be portable

What is a hard drive?

100

this sprite property changes the sprites size

What is sprite.scale?

200

The work done to turn an input into an output.

What is processing?

200

binary 11

What is 3?

200

An attribute that describes an sprite's characteristics.

What is a property?

Ex. position, scale, rotation, visible, height, width

200

A temporary place to store memory that works quickly. Erased when computer turns off. Volatile.

What is RAM (Random Access Memory)?

200

var score;

What is variable declaration?

300

A series of commands computers use to process information.

What is an algorithm?

300

binary 111

What is seven?

300

A placeholder for a piece of information that can change.

What is a variable?

Ex. var x = ?;

300

Software used to control the computer and its peripheral equipment.

What is the OS (Operating System)?

300

player.velocityY = player.velocityY + 0.2;

What is acceleration?

400

Any device that receives info from a computer.

What is an output device?

400

binary 1101

What is a 13?

400

An extra piece of information passed to a function to customize it for a specific need.

What is a parameter?

Ex. createSprite (200, 200, 50, 100)

400

Printed circuit board on which the CPU, RAM chips and other electronic circuit elements of a digital computer are frequently located.

What is a motherboard?

400

the term computer bug was coined by...

Who is Admiral Grace Hopper?

500

A device that allows info to be given to a computer.

What is an input device?

500

binary 10101

What is 21?

500

player.velocityX = 5;

What is the velocity pattern?

500

What is the brain of the computer?

What is a CPU (Central Processing Unit)?

500

A German communication device that sent and received cryptic messages.

What is Enigmma?

M
e
n
u