Unit 1 Vocab
Rotation Speed
Game Lab Vocab
Computer
Mystery Category
100

A machine that processes information.

What is a computer?

100

A positive value will rotate

What is clockwise?

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

An algorithm that has been coded into something that can be run by a machine.


What is program?

200

the default rotationSpeed

What is 0?

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

used to keep the score in a game

What is var score;

300

A series of commands computers use to process information.

What is an algorithm?

300

A positive value will move the sprite

What is right?

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 or player.velocityx

What is make the sprites move faster?

400

A named bit of programming instructions.


What is a function?

400

a negative value will rotate

What is counterclockwise?

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

randomize all the movement functions

What is random number?

500

label images and animations for your sprites.

What is set animation?

500

Checks if the sprite is touching the target sprite or any sprite in the target group

What is IsTouching?

500

Makes the sprite stop when it runs into the target

What is collide?

500

What is the brain of the computer?

What is a CPU (Central Processing Unit)?

500

Displays a group of sprites.

What is drawSprites?

M
e
n
u