An exclusive right that applies to tangible works
Copyright
A compression algorithm in which file size is reduced without quality loss
Lossless Compression
A collection of information that is accessed via the Internet such as web pages or the cloud (The acronym is half points)
World Wide Web
This is a step-by-step set of instructions used to solve a problem or perform a task.
What is an algorithm?
This operator is used to change the value of a variable (the name, not the symbol)
Assignment operator =
This physical component is used for long-term preservation of data, such as a Solid State Drive (SSD).
What is storage/ROM?
Works that are not protected by copyright
Public Domain
Binary 00010111 in decimal.
23
The hardware that connects computers together to transfer data
Network
This term refers to the programs and apps running on your computer.
Software
The number of times sup prints out:

3
This component is often called the "brain" of the computer because it processes instructions and calculations.
CPU/processor
Symbols or words that a company has exclusive rights to use
Trademark
The following data sizes in order from smallest to largest:
Byte, Kilobyte, Gigabyte, Terabyte, Bit, Megabyte, Petabyte
Bit, Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte
A type of computer that forwards data across a network
Router
This type of memory is "volatile," meaning its data is lost when the power is turned off.
What is RAM?
Everything that prints out in this program:

202
100
100
202
A form of malware where the attacked encrypts your files and demands payment.
Ransomware
Malware which appears harmless and pretends to do something useful
Trojan horse
Binary 10001001 in decimal.
137
The HTML tag used to create the largest size heading
<h1>
An action a computer performs when it receives data.
Processing
Everything that prints out in this program:

NOOO
oops
This 7-bit encoding system was designed to represent English characters as numbers.
ASCII
Works which copyright is reserved but can be copied
Creative Commons
Decimal 97 in binary.
1100001
Small chunks of information that have been carefully formed from larger chunks of information for transmission across the Internet.
Packets
A problem-solving approach in which you break a larger problem into smaller pieces
Top-Down Design
Everything that prints out when this program is run:

Hello
Hello
oops
The length of a copyright.
Life of the author + 70 years
Differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics
Digital Divide
Decimal 600 in binary
1001011000
The complete line of code needed to create this red paragraph text:

<p style="color:red;">Hello, World!</p>
The type of operators that include <, >, <=, >=, ===, !===
Comparison operators
The number of times Nope prints out:

200
A type of attack where multiple compromised computer systems attack a target, such as a server or website, to cause a denial of service for users.
DDOS Attack
An error in which certain elements of a data set do not accurately reflect the full population or phenomenon
Data bias
The number of possible colors in a color code with 2 bits per color channel.
512
A design feature of the Internet that allows it to continue operating properly in the event of the failure of some of its components (like a broken wire).
Fault Tolerance (or Redundancy)
The type of operators that include AND, OR, NOT
Logical Operators
What prints out when we run this program:

23
92
46
A type of programming error where the code won't even start running due to typing the language incorrectly.
Syntax error