Abstraction
Data & Information
The Internet 1
The Internet 2
Vocabulary
100

The hiding/layering of information.

Abstraction

100

An easy-to-remember address for calling a web page.

URL or Uniform Resource Locator?

100

This system translates domain names (like example.com) to IP addresses (like 93.184.216.34)

DNS or Domain Name System

100

A characteristic of the Internet that allows it to continue to function despite router and connection failures.

Fault-tolerant 

100

A data compression method that uses inexact approximations, discarding some data to represent the content.

Lossy Compression 

200

A problem solving approach in which you break down a system to gain insight into the sub-systems that make it up.

Top-Down Design

200

GIF uses this type of compression.

lossless compression 

200

The method or protocol by which data is sent from one computer to another on the Internet

The Internet Protocol

200

Several coordinated actors attempting to disrupt an online system by flooding it with network traffic.

DDoS attack 

200

Fundamental unit of a digital image

A pixel 

300

#153C2E corresponds to these RGB values

R:21 G:60 B:46

300

Data that describes other data.

Metadata

300

IETF stands for 

Internet Engineering Task Force

300

Websites for a college or university should have this domain extension.

.edu

300

A color model that uses varying intensities of light to produce a broad array of colors

RGB

400

The color purple can be written in four different ways:

Purple

0111 1111 0100 1111 1100 1001

#7F4FC9

R:127 G:79 B:201

The way of writing purple that uses the lowest level of abstraction is ...

0111 1111 0100 1111 1100 1001

400

10112 in decimal notation.

11

400

HTTPS stands for 

HyperText Transfer Protocol Secure 

400

HTML uses 6-digit hexadecimal notation for identifying colors on webpages so that the Red/Green/Blue values are each represented by a 2-digit Hexadecimal (16-bit) number. What is the decimal number for the Green color value in the color AC0BFF?

11

400

A single unit of data carried by a packet-switching network.

A packet

500

The internet is composed of many layers. Higher level layers depend on the functionality of lower levels without worrying about how they work. List the layers (given alphabetically) in order from lowest to highest.

DNS, Physical Network, TCP, HTTP 

Physical Network, TCP/IP, HTTP, DNS

500

11011012 in decimal notation.

109

500

Convert 19392 from decimal to hexadecimal.

4BC0

500

A protocol used in live-streaming and video conferencing 

UDP

500

An information system where documents and other web resources are identified by Uniform Resource Locators

World Wide Web