ABSTRACTION
DATA
INTERNET
NUMBER SYSTEMS
ALGORITHMS / PROGRAMMING
100


The values that the programmer provides in the function call.

What is arguments?

100

The number of times something has occurred.

What is frequency?

100

The World-Wide-Web is actually composed of billions of these which are linked together. They are also frequently found in books.

What are (web) pages?

100

A single unit of binary consisting of only one place whose value can be 0 or 1.

What is a bit?

100

A native type in Python representing a sequence of characters.

What is a string?

200

This programming technique, one of the 7 Big Ideas in Computer Science, is designed to hide implementation details.

What is abstraction?

200


The "average" obtained by dividing the sum of data by the number of data elements.

What is the mean?

200

Individual web pages are stored on one of these devices.

What is a (web) server?

200

The number system that uses base 2, using only bits 0 and 1.

What is binary?

200

Algorithmic structure for performing the instructions multiple times.

What is a loop?

300

Computer programmers can be stereotyped as those who work in isolation, but in the real world they work in.....

What are teams?

300

In order to send a large file more quickly and in fewer packets, it is subject to this operation, which is also something that affects deep-sea divers.

What is compression?

300


A piece of software that renders web pages and allows users to view resources on a network.

What is a browser?

300

The number system with base 16

Who is hexadecimal?

300


Repeating a step-by-step procedure several times; also used to refer to single execution of that repetitive procedure.

What is iteration?

400

The grammar of a programming language, defining what specific sequences of characters are allowed, what they mean, and how they can be put together.

What is Syntax  ?

400

A graphical representation of data.

What is visualization?

400

A hierarchical system for naming resources on the Internet.

What is Domain Name System (DNS) ?

400

Describes how quickly an algorithm executes.

What is efficiency?

400


A step-by-step procedure, like a recipe, but often involving decisions.

What is an algorithm?

500

Eight bits, able to represent 256 distinct values. Abbreviated “b”.

What is a byte?

500

This set of data describes and gives information about other data. 

What is metadata?

500

A global computer network that relies on TCP/IP for communication between devices.

What is a the internet?

500

system of numbers and arithmetic based on the number ten, tenth parts, and powers of ten.

What is decimal?

500


Instructions in a program.

What is code?

M
e
n
u