Visualize & Simulate
Variable Roles
Data
Creating Code
Digital Color
100

Any tool that uses a graph or a picture to extract meaning from data.

What is visualization (histograms, pie charts, bar graphs, and line graphs)?

100

A variable that has an unchanging assigned value.

What is fixed?

100

There are only 10 types of people, those who understand and those who don't.

What is binary code?

100

An if-then block in Scratch is an example of the this type of expression (it checks for truth before proceeding).

What is a Boolean expression or a conditional expression?

100

Possible RGB values.

What is 256 (values 0 through 255)?

200

Histogram are a good way to visualize this.

What is frequency?

200

This variable adds to the value, often keeping a running total.

What is an accumulator?

200

Binary math will limit this about of data to a maximum of 255.

What is one byte or eight bits?

200

In Python, this starts a function definition.

What is def?

200

In an RGBA image, this determines opacity or transparency.

What is the alpha channel (A)?

300
Focuses on individual behavior of active components within specific parameters within a program.

What is Agent Based Simulation (ABS)?

300

A variable that collects things into a list or similar structure.

What is an aggregator?

300

The American Standard for Information Interchange stores characters with one byte each.

What is ASCII?

300
These are need after the name of a function in order to execute/

What are parentheses?

300

img[9][19][0]

What is the red value of the 20th pixel in the 10th row

400

Unprogrammed behaviors that appear suddenly.

What is emergent behavior?

400

This might signal that it is time to move on, or maybe someone has just captured it.

What is a one-way flag?

400

HEX requires 16 characters, starting with 0 and ending with this.

What is F?

400

Will this concatenate a string or add numbers.

What is a plus sign (+)?
400

Used when pasting PIL, it determines what is made transparent in the new image?

What is mask?

500

Both self-similar and infinite in detail.

What is fractal?

500

This variable checks for improvements before storing the value.

What is best-so-far?

500

The main purpose is to reduce file size, but sometimes sacrifices fidelity.

What is compression?

500

For n in a range (10), the fourth time through n will be this.

What is 3?

500

When true, this creates a shade of gray.

R=G=B