Programming Languages (Generalized)
Python Basics
Python Basics DLC
Lists
Wild Cards (Double Points)
100

A mistake in a program

What is an error?

100

Function used to output information to the console

What is the print() function?

100

A number, positive or negative, containing one or more decimals

What is a float?

100

A data structure that stores multiple items in a single variable

What is a list?

100

Released in 1995, this was the first fully CGI feature film.

What is Toy Story?

200

Turns human-readable source code into machine code

What is a compiler or interpreter?

200

Allows you to execute a block of code only if a condition is True

What is an if statement/conditional statement?

200

A type of operator used to compare two values

What is a relational/comparison operator?

200

The location of an element in a list

Index

200

The comedy group that the Python programming language was named after.

What is Monty Python?

300

Machine code, Assembly, and High-Level languages

What are the three generations of programming languages?

300

A line of code that is ignored by the Python interpreter during execution of the source code.

What is a comment?

300

Function used to assign user-defined values to a variable

What is the input() function?

300

List method used to add an element to the end of a list

What is the append() method?

300

The programming language that Minecraft: Bedrock Edition was developed in.

What is C++?

400

A statement that can either be true or false

What is a boolean expression?

400

A container for storing data

What is a variable?

400

A type of operator used to combine multiple boolean expressions.

What is a logical operator?

400

Used to access elements from a list starting from the list's end

What is a negative index value?

400

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?

500

Built in functionality to create, manipulate, and delete data

What is a method?

500

Arithmetic operator for dividing and outputting the remainder of two numbers.

What is a modulo?/What is the percentage sign?

500

Used to determine code that only executes if all previous statements evaluate to false

What is an else statement?

500

A list that contains lists as elements

What is a 2D List?

500

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

M
e
n
u