Part 1
Part 2
Part 3
History
Pop Culture
100

Text in quotes are considered to be ____.

Strings

100

What is a Boolean expression?

True or False:

100

Name the following comparison operators:

==

!=

>=

<=

Equal to ==

Not Equal to !=

Greater than or equal to >=

Less than or equal to <=

100

What is a counter pattern?

The counter pattern is a fundamental programming concept used to keep track of a count or a running total in dode. Usually starts at 0.

100

Who released the album SOUR in 2021?

Olivia Rodrigo

200

The \n character is ______ and will make a string print across ______________

("new line character") 

Multiple Lines


200

What is a string?

A series of characters within quotations.

200

Which tool box hosts set property in code.org

UI Controls

200

Which U.S. president is known for the Gettysburg Address?

Abraham Lincoln 


200

Which boy band sang “What Makes You Beautiful”?

One Direction

300

List 4 different arithmetic operators used to write expressions.

(+ - / *) Plus, Minus, Divide, Multiply

300

How is a variable created?

A variable is created on the line where it is first declared with its name, usually using an assignment operator (=), and is considered "assigned" on the same line where it receives its initial value

300

Explain when you would use the below options.

var = x

x = __

Declare/define variables --> var = x

Assigned/Call variables --> x = __

300

What purchase doubled the size of the United States in 1803?

The Louisiana Purchase

300

In Iron Man, what is Tony Stark’s company called?

Stark Industries

400

What is a watcher?

A debugging tool that, as its name implies, watches your variables while the program runs, making it easier to see what they are doing.

400

 Functions can help remove _________ from a program

Repeated Code

400

Define these comparison operators

&&

||

&& and

|| or

400

Who was the third president of the United States?

 Thomas Jefferson

400

In Guardians of the Galaxy, what is the name of the raccoon character?

Rocket

500

What does the "Math.round" block do?

In Code.org, "Math.round" functions exactly like it does in most programming languages - it takes a given number and rounds it to the nearest whole integer, following the standard rounding rules where numbers ending in .5 are rounded up; essentially, it returns the closest integer value to the input number, whether that be rounding up or down.

500

What is concatenation used for?

Concatenation is used to combine a string with another string or number. Those strings or numbers can even be stored in variables!

500

How do you add or subtract if-else statements in code.org?

You use the plus or minus sign on the bottom of the control block.

500

What event is remembered on December 7, 1941?

The attack on Pearl Harbor

500

In Inside Out, which emotion is voiced by Amy Poehler?

JOY

M
e
n
u