Search & Sorts
Abstraction
Internet
Data
Cybersecurity
100

A type of search that checks every item in a linear fashion

What is Linear/Sequential Search?

100

A type of abstraction that makes a piece of code into reusable fragment

What is Procedural Abstraction?

100

Usage of multiple same components to ensure the proper function of the system even through some parts malfunctioning.

What is redundancy?

100

Something that is usable for anyone to modify, edit, etc.

What is open-sourced?

100

A type of malware that disguises itself to be not harmful

What is a trojan horse?

200

Type of search where you divide in half everytime to find the needed item (needs to be a sorted list)

What is Binary Search?

200

A placeholder that can have many inputs to change the output of the program.

What is a parameter?

200

Process of splitting up data into fragments to send and reform at destination.

What is packet switching?

200

Obtaining and using data gathered from a large group of people.

What is crowd-sourcing?

200

A system that monitors what comes in and out (Digital)

What is a firewall?

300

Compares two elements and does it throughout the list to sort. If element is lower than the held element, it goes lower, if it is higher, it takes the element at the start of the list and repeats.

What is Bubble Sort?

300
One specific piece of code repeated multiple times instead of multiple reused fragments.

What is looping?

300
Process that names and orders packets so the data can be properly formed.
What is TCP?
300

The item/thing produced by the system or progam

What is an output?

300

A type of verification that makes a user complete a test to determine if the user is human or not.

What is a CAPTCHA?

400

Place elements into their own figurative "bucket" and sorts elements by placing them into their matching bucket.

What is Bucket Sort?

400

A variable that can hold two opposite values

What is a boolean?

400

A system that translates human-readable language into an IP.

What is DNS?

400

An item put in to the system or program to function.

What is an input?

400

A type of malicious attack where the target is overwhelmed. (Is an acronym)

What is a DDoS?

500

Put elements into groups of 2, greater elements goes to the right and lower goes to the left. Next after 1st sort, merge into groups of 4 and do it again. Next merge the groups of 4 and sort to finish.

What is Merge Sort?

500

Usage of a large group of prebuilt code made by others 

What is a library?

500

The gap in human society of usage and unavailability of digital technology.

What is the digital divide?

500

An error that occurs when there is more data than storage.

What is overflow error?

500

Verification that checks either something the user knows, has, or is to prove legitimacy.

What is 2FA/MFA?

M
e
n
u