This symbol is used for the start and end of a flowchart.
Oval
The elements below are arranged in a ________.
numbers = [18, 21, 24]
list
This is the first question you should ask when designing a product:
"Who is my _______ audience?"
target or intended
What’s the name of the wizarding school Harry Potter attends?
Hogwarts
What type of polygon/shape is a stop sign?
Octagon
This symbol is used for a process or action step.
Rectangle
This is the index number of the first item in a Python list.
0
A __________ is an early model of a program, app, or website.
prototype
Which K-pop group features members RM, Jin, Suga, J-Hope, Jimin, V, and Jungkook?
BTS
What is the hottest planet in the Solar System?
Venus (due to dense, carbon dioxide-rich atmosphere)
This symbol is used when the program must make a choice.
Diamond
This code accesses the first item in a list called plants.
plants[0]
Designers should think about users' age, skills, and ______________ needs.
accessibility
Who voiced Groot in “Guardians of the Galaxy”?
Vin Diesel
What is the primary gas in Earth's atmosphere?
Nitrogen
Arrows in a flowchart show this.
Direction or flow
This code adds "Rico" to the end of a list called penguins.
penguins.append("Rico")
Steps written in English that look like code are called _________.
pseudocode
Which Avenger is nicknamed “The First Avenger”?
Captain America
Which country is called the Land of the Rising Sun?
When an arrow from a decision leads back to an earlier step, it usually represents this.
Loop
This code tells you how many items are in the list below.
birds = ["Cardinal", "Blue Jay", "Peacock", "Flycatcher"]
len(birds)
A set of instructions for a computer is known as an ___________.
algorithm
In “The Hunger Games,” what district is Katniss from?
District 12
Which sea creature has three hearts?
Octopus