Web Languages & Tools
Protocols
Data & Structure
Internet Infrastructure
Year 1 Review
100

This mark-up language is responsible for displaying most content on the web.

What is HTML?

100

This is a set of rules that defines how data is formatted and transmitted across a network.

What is a protocol?

100

This defines the unique web address of a resource on the internet.

What is a URL?

100

This protocol is responsible for assigning and routing IP addresses.

What is IP?

100

This term describes the physical components of a computer system.

What is hardware?

200

This mark-up language is used to represent structured data, not visual layout.

What is XML?

200

This secure protocol uses encryption and digital certificates for authentication.

What is HTTPS?

200

This is the global system of interlinked hypertext documents accessed via the internet.

What is the World Wide Web?

200

These convert human-readable URLs into IP addresses.

What are DNS servers (Domain Name System servers)?

200

This is a named location in memory used to store data that can change during program execution.

What is a variable?

300

This scripting language is responsible for adding interactivity to webpages.

What is JavaScript?

300

This protocol transfers files between client and server over a network.

What is FTP?

300

These small chunks of data are transmitted over a network and reassembled on arrival.

What are packets?

300

This 3-step process is used to initiate a reliable connections between devices.

What is TCP handshake? (SYN, SYN-ACK, ACK)

300

This type of storage is non-volatile and used to store data long-term, such as on hard drives or SSDs.

What is secondary storage.

400

This file type controls the style and appearance of a webpage.

What is CSS?

400

These two protocols work together to ensure data is sent, routed, and received reliably.

What are TCP and IP?

400

This process reduces file size for faster transmission over networks.

What is compression?

400

This is a network where users download and upload files directly from each other.

What is a peer-to-peer (P2P) network?

400

This type of software converts source code into machine code all at once, before execution.

What is a compiler?

500

These are added to a URL after a question mark and are used to pass data to the server.

What are query parameters?

500

This protocol is responsible for retrieving and displaying web pages.

What is HTTP?

500

These small pieces of data are stored in the browser and sent with every HTTP request, often used for sessions and personalization.

What are cookies?

500

This hardware identifier is assigned to a network interface card and is used to distinguish devices on a local network; it does not change across networks like an IP address can.

What is a MAC address?

500

This logic gate outputs true only when both inputs are the same—either both true or both false.  

What is an XNOR gate?