Misc
Terms
C.S. Questions
Code
What will happen?
100

The Name of our new principal

Ms. Winters

100

Boolean Expression

in programming, an expression that evaluates to True or False.

100

Give an example of how text can enhance animation, games, movies, and other entertainment.

Movie Credits, Comics, subtitles for hearing impaired, etc.

100

drawSprites()

display a group of sprites

100

Increase the Value of the X.

Sprite/Object moves further right

200

What does the acronym S.T.A.R.K. mean

Scholars

Triumph 

And

Rise Up

Knowing More

200

Condition

Something a program checks to see whether it is true before deciding to take an action.

200

Example of If/Then

if situation

then action

200

keyDown()

-Checks if the key specified is pressed.

200

Increase the value of the Y

The sprite/character moves further down

300

Finish this line from Mr. Johnson

"The balls are____________"

Grounded

300

Conditionals

-Statements that only run when certain conditions are true.

300

Example of If/Else

If situation is true

then action

or

Other action

300

mouseDidMove()

Checks to see if mouse did move

300

Decrease the X Value

Sprite will move closer left

400

In a lesson earlier this semester

Mr. Johnson used a game staring this famous

"Super" video game star

Mario

400

Sprite

a character on the screen with properties that describe its location, movement, and look.

400

Device you can use to interface with computer

Keyboard

Mouse

Joystick

400

Sprite.visible

-The visibility of the sprite, true or false.

400
Decrease the Y value

The sprite will move further up

500

What is our daily bellwork

Adaptive keyboarding.

500

Abstraction

a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.

500

This code can be used on objects to animate them

Draw Loop

500

sprite.isTouching()

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

500

If you throw a ball in class

Someone could get hurt

Something could get broken