Languages
Terms
Conditionals
Loops
General
100

The language used for IRobots.

What is Python?

100

Containers for storing data values like text, integers, and characters

What is a variable?

100

A statement that makes a decision based on certain conditions.

What is a Conditional Statement?

100

A piece of code containing a group of statements that is written once but can be executed multiple times.

What is a loop?

100

Name a NBA star

Any answer exists as long as they are famous and at least 3 people in the class know who they are

200

The most common coding language used around the world

What is JavaScript?

200

Storing and manipulating text data, representing names, addresses, and other types of data that can be represented as text    ex. fruit = "banana"

What is a String?

200

A statement that only executes if a specified condition is true

What is an if statement?

200

A loop inside of another loop

What is a Nested Loop?

200

We shoot them into space

What is a rocket?

What is a satellite?

300

Compiled programming language developed by Apple Inc

What is Swift?

300

Used to directly talk to your computer

What is a Terminal?

300

An if-else statement inside another if statement

what is a Nested If-Else Statement

300

Used for iterating over a sequence (number)

What is a For Loop?

300

The newest movie that came out based on a meme

What is the FNAF movie?

400

The first programming language you learn in web development.

What is HTML?

400

Containing multiple items

ex. numbers = [20, 6, -5, 40, 10000000]

What is a List?

400

Used to execute both the true part and the false part of a given condition

What is an if-else statement?

400

Used to repeat a specific block of code an unknown number of times, until a condition is met

What is a While Loop?

400

The villain in Aladdin

Who is Jafar?

500

A hard programming language that portable and can be used to develop applications that can be adapted to multiple platforms. 

What is C++?

500

What is an IDE?

What is an Integrated Design Environment

What is a place to write your code and make communication to the computer easier.

500

Used in Python programming to test multiple conditions

What is an elif statement?

500

I ran out of loops, so guess my age

What is 17?

500

The 15th President

Who is James Buchanan?

M
e
n
u