Flowchart Symbols
Lists
Designing for an Audience
Pop Culture
General Knowledge
100

This symbol is used for the start and end of a flowchart.

Oval

100

The elements below are arranged in a ________.

numbers = [18, 21, 24] 

list

100

This is the first question you should ask when designing a product:

"Who is my _______ audience?"

target or intended

100

What’s the name of the wizarding school Harry Potter attends?

Hogwarts

100

What type of polygon/shape is a stop sign? 

Octagon

200

This symbol is used for a process or action step.

Rectangle

200

This is the index number of the first item in a Python list.

0

200

A __________ is an early model of a program, app, or website.

prototype

200

Which K-pop group features members RM, Jin, Suga, J-Hope, Jimin, V, and Jungkook?

BTS

200

What is the hottest planet in the Solar System?

Venus (due to dense, carbon dioxide-rich atmosphere)

300

This symbol is used when the program must make a choice.

Diamond

300

This code accesses the first item in a list called plants.

plants[0]

300

Designers should think about users' age, skills, and ______________ needs.

accessibility

300

Who voiced Groot in “Guardians of the Galaxy”?

Vin Diesel

300

What is the primary gas in Earth's atmosphere?

Nitrogen

400

Arrows in a flowchart show this.

Direction or flow

400

This code adds "Rico" to the end of a list called penguins.

penguins.append("Rico")

400

Steps written in English that look like code are called _________.

pseudocode

400

Which Avenger is nicknamed “The First Avenger”?

Captain America

400

Which country is called the Land of the Rising Sun?

Japan
500

When an arrow from a decision leads back to an earlier step, it usually represents this.

Loop

500

This code tells you how many items are in the list below.

birds = ["Cardinal", "Blue Jay", "Peacock", "Flycatcher"]

len(birds)

500

A set of instructions for a computer is known as an ___________.

algorithm

500

In “The Hunger Games,” what district is Katniss from?

District 12

500

Which sea creature has three hearts?

Octopus

M
e
n
u