Intro to Programming and Math Operators
Algorithms and Lists
Functions and the Impact of Computing
Digital Information and Graphics
The Internet
100

This is not a genuine computer language, it's a guide meant to be read and understood by people. It cannot be run by a computer.

What is Pseudocode?

100

A sequence of precise, step-by-step instructions that solve a problem or perform a computation.

What is an algorithm?

100

A grouping of code which performs a specific task.

What is a function?

100

The limit to using only two symbols to communicate.

What is no limit?

100

An agreed-upon set of rules that defines how data is transmitted between devices.

What is a protocol?

200

The output of the statement print(4%11)

What is 4?

200

Sequence, selection, and repetition are examples of this.

What are control structures?

200

An example of a programming library.

What is random, system, time, math,...?

200

Fractions that can be represented accurately in binary.

What is 1/2^n?

200

What a message is broken into when it is transmitted.

What is a packet?

300

The data type of the statement print(4 * 7 / 11 % 3)

What is a float?

300

The requirement for a binary search to run.

What is a sorted list?

300

A word that must be used in order to use a variable outside of the function within that function.

What is global?

300

The base of hexadecimal mod the base of binary.

What is 0?

300

What organization created the Internet?

What is the US Department of Defense?
400

What type of error occurs in the statement print("I am", 15 + " years old")

What is syntax error?

400
The third function in the set CONTINUE, PASS, and (___)

What is BREAK?

400

The reason cybercriminals target PII.

What is monetizable?

400

The most abstract of ASCII, Binary, and text.

What is text?
400

The original name for the Internet.

What is ARPANET?

500

The output of the statement 

print(not(not(0.1 + 0.2 == 0.3)) OR not(11 % 3 == 2))

What is an error?

500

The missing piece of text in the statement INSERT(listName, ___ , item)

What is index number?

500

The total number of Bitcoin that can be mined.

What is 21 million?

500

The maximum value that can be represented with 2 bytes, 3 bits.

What is 2^20 - 1?

500

One of the three main types of network protocols.

What is token ring, ethernet, or wifi?