Vocabulary
Internet
Data
Algorithms
100

A number system that uses only two digits

Binary

100

Eight bits

What is a byte?

100

A process that makes the data uniform without changing its meaning

Cleaning Data

100

Ordering the steps of an algorithm; one of three different types of algorithms

Sequencing 

200

A set of rules for sending, receiving, and interpreting binary messages

Protocol 

200

Small chunks of one whole data sent individually throughout the web on their own path

What are packets?

200

A process that makes the data uniform without changing its meaning (e.g., replacing all equivalent abbreviations, spellings, and capitalizations with the same word).

Cleaning data

200

A loop or repeated behavior in an algorithm; one of the three different types of algorithms

Itleration

300

A number assigned to any item that is connected to the Internet.

IP Address

300

An app used to access web pages

What is a web browser?

300

Choosing a smaller subset of a data set to use for analysis

Data filtering 

300

A search algorithm that finds a target in a sorted list by starting in the middle. The process of narrowing the search by halves continues until the target is found or until it is determined that the target does not exist in the list.

Binary Search

400

A term used to describe the discrepancy between people who have access to and the resources to use new information and communication tools, and people who do not have the resources and access to the technology.

Digital Divide

400

Used prevalently on the web, it allows for secure messages to be sent between parties without having to agree on, or share, a secret key.

Public Key Encryption

400

A diagram in which the numerical values of variables are represented by the height or length of lines or rectangles of equal width

Bar graph

400

Words used to organize thoughts to help plan writing code; helps programmers translate specifications into code

Pseudo code

500

The processing of several aspects of a problem continuously; the brain's natural mode of information processing for many functions, including vision.

Parrallel Processing

500

What are 3 things that make up a URL?

Path, Protocol, & Domain name

500

A photographer stores digital photographs on her computer. In this case the photographs are considered the data. Each photograph also includes multiple pieces of metadata including:

Date: The date the photograph was taken
Time: The time the photograph was taken
Location: The location where the photograph was taken
Device: Which camera the photo was taken with

Which of the following could the photographer NOT do based on this metadata?
a. Filter photos to those taken in the last week
b. Filter photos to those taken in a particular country
c. Filter photos to those taken of buildings

c. Filter photos to those taken of buildings

500

What will the following display?

a ← "Milk"

a ← "Cookies Soda"

a ← "Chips"

b ← a + "put them in a bag so they stay crisp"

Milk Cookies Soda Chips put them in a bag so they stay crisp

M
e
n
u