The Boolean operator where every part of a statement must be true for the entire statement to be true.
What is AND?
Converting data so it's illegible to hackers.
What is encryption?
The structure that runs one line after another in order
What is Sequence?
Data compression that loses data during compression
What is Lossy?
A specific set of rules.
What is protocol?
The Boolean operator where any part of a statement can be true for the entire statement to be true.
What is OR?
A shift cipher where each letter is shifted the same amount.
What is a Caesar Cipher?
The logic structure in programming that uses IF statements to select certain values
What is Selection?
Additional data about the main data.
What is Metadata?
Units of data formatted using TCP/IP.
What are packets?
The Boolean operator with only one variable that has the output 1 when the input is 0 and vice versa.
What is NOT?
A trusted third-party file that verifies a site is legitimate.
What is a Digital Certificate?
The continuous repeating of steps, achieved in programming by using loops.
What is Iteration?
When individual pixels are too large and the image begins to look blocky.
What is pixelation?
A server that contains many IP addresses and their matching domain names.
What is a Name Server?
When inputs 0 and 1 result in an output of 1.
What is an OR logic gate?
A shared secret needed to decrypt a message.
What is a Private key?
A step-by-step procedure for solving a problem or accomplishing a task
What is an algorithm?
An approach that gives results that are "good enough" when an exact answer is not necessary.
What is a heuristic approach?
A networking device that routes Internet traffic to the destination.
What is a router?
When inputs 0 and 1 result in an output of 0.
What is an AND logic gate?
Where hackers flood a site with fake request making all the site's resources unavailable for legitimate users.
What is a distributed denial-of-service (DDoS) attack?
Reducing complexity by hiding details that aren't relevant to the task at hand (you don't have to know what's under the hood to drive a car).
What is abstraction?
A problem that takes too long even for a computer to find the exact solution.
What is computationally hard?
Any computer that requests a service.
What is a client?