The language used for IRobots.
What is Python?
Containers for storing data values like text, integers, and characters
What is a variable?
A statement that makes a decision based on certain conditions.
What is a Conditional Statement?
A piece of code containing a group of statements that is written once but can be executed multiple times.
What is a loop?
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
The most common coding language used around the world
What is JavaScript?
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?
A statement that only executes if a specified condition is true
What is an if statement?
A loop inside of another loop
What is a Nested Loop?
We shoot them into space
What is a rocket?
What is a satellite?
Compiled programming language developed by Apple Inc
What is Swift?
Used to directly talk to your computer
What is a Terminal?
An if-else statement inside another if statement
what is a Nested If-Else Statement
Used for iterating over a sequence (number)
What is a For Loop?
The newest movie that came out based on a meme
What is the FNAF movie?
The first programming language you learn in web development.
What is HTML?
Containing multiple items
ex. numbers = [20, 6, -5, 40, 10000000]
What is a List?
Used to execute both the true part and the false part of a given condition
What is an if-else statement?
Used to repeat a specific block of code an unknown number of times, until a condition is met
What is a While Loop?
The villain in Aladdin
Who is Jafar?
A hard programming language that portable and can be used to develop applications that can be adapted to multiple platforms.
What is C++?
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.
Used in Python programming to test multiple conditions
What is an elif statement?
I ran out of loops, so guess my age
What is 17?
The 15th President
Who is James Buchanan?