A mistake in a program
What is an error?
Function used to output information to the console
What is the print() function?
A number, positive or negative, containing one or more decimals
What is a float?
A data structure that stores multiple items in a single variable
What is a list?
Released in 1995, this was the first fully CGI feature film.
What is Toy Story?
Turns human-readable source code into machine code
What is a compiler or interpreter?
Allows you to execute a block of code only if a condition is True
What is an if statement/conditional statement?
A type of operator used to compare two values
What is a relational/comparison operator?
The location of an element in a list
Index
The comedy group that the Python programming language was named after.
What is Monty Python?
Machine code, Assembly, and High-Level languages
What are the three generations of programming languages?
A line of code that is ignored by the Python interpreter during execution of the source code.
What is a comment?
Function used to assign user-defined values to a variable
What is the input() function?
List method used to add an element to the end of a list
What is the append() method?
The programming language that Minecraft: Bedrock Edition was developed in.
What is C++?
A statement that can either be true or false
What is a boolean expression?
A container for storing data
What is a variable?
A type of operator used to combine multiple boolean expressions.
What is a logical operator?
Used to access elements from a list starting from the list's end
What is a negative index value?
This company was founded in 1889 producing playing cards. It is now a household name in home entertainment!
(Hint: Ms. Campoamor has mentioned this company in class multiple times).
What is Nintendo?
Built in functionality to create, manipulate, and delete data
What is a method?
Arithmetic operator for dividing and outputting the remainder of two numbers.
What is a modulo?/What is the percentage sign?
Used to determine code that only executes if all previous statements evaluate to false
What is an else statement?
A list that contains lists as elements
What is a 2D List?
A CAPTCHA is a program that protects website against bots by generating a test that a human can test, but current computer programs cannot.
The acronym CAPTCHA stands for:
Completely Automated Public Turing test to tell Computers and Humans Apart