String and Coordinates
Conditionals
What's your function? (feat events)
Off Topic
100

What Can Strings Convey?

Messages

100

Conditionals often take the form of what?

If statements

100

What does def stand for?

define

100

Who won NBA MVP last year?

Nikola Jokic

200

What values are used with coordinates?

The X and Y axis.

200

What is the else statement for?

To have a program do something when the condition is false.

200

When we want to use a function, what do we do?

Call it.

200

What was the most money ever paid for a cow at an auction?

$1.3 Million

300

What Needs to surround a string?

Quotations " "

300

Which number is larger? X>Y

X

300

What is the difference between a parameter and an argument?

A parameter is the thing you define in your function, and an argument is the actual value that is passed into the function when it is call by your program.

(or some variation of that)

300

Who is the silhouette on the NBA logo?

Jerry West

400

True or False: Strings can be assigned to variables.

True

400

Which number is larger? X<Y

Y

400

When does the Spawn event occur?

At the beginning of the level.

400

What is the highest grossing Disney film of all time?

Avatar (2009)

500

What is the Y value of these coordinates?

hero.moveXY(45, 23)

23

500

What does this symbol mean? !=

Does Not Equal

500

What is a function?

A block of organized, reusable code.

OR

A mini program inside the larger one.

500

True or False: There are no volcanoes in Utah.

False

M
e
n
u