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?
(100+450)x0
What is 0?
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?
The name of the hostile enemies in Minecraft
What is "Mobs"?
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?
1 founding Father
Any:
Benjamin Franklin
George Washington
John Adams, etc.
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?
Where astronauts from all countries gather
What is the ISS?
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 Maura's age
What is 17?
The bug with 100 legs
What is a centipede?