A type of search that checks every item in a linear fashion
What is Linear/Sequential Search?
A type of abstraction that makes a piece of code into reusable fragment
What is Procedural Abstraction?
Usage of multiple same components to ensure the proper function of the system even through some parts malfunctioning.
What is redundancy?
Something that is usable for anyone to modify, edit, etc.
What is open-sourced?
A type of malware that disguises itself to be not harmful
What is a trojan horse?
Type of search where you divide in half everytime to find the needed item (needs to be a sorted list)
What is Binary Search?
A placeholder that can have many inputs to change the output of the program.
What is a parameter?
Process of splitting up data into fragments to send and reform at destination.
What is packet switching?
Obtaining and using data gathered from a large group of people.
What is crowd-sourcing?
A system that monitors what comes in and out (Digital)
What is a firewall?
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?
What is looping?
The item/thing produced by the system or progam
What is an output?
A type of verification that makes a user complete a test to determine if the user is human or not.
What is a CAPTCHA?
Place elements into their own figurative "bucket" and sorts elements by placing them into their matching bucket.
What is Bucket Sort?
A variable that can hold two opposite values
What is a boolean?
A system that translates human-readable language into an IP.
What is DNS?
An item put in to the system or program to function.
What is an input?
A type of malicious attack where the target is overwhelmed. (Is an acronym)
What is a DDoS?
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?
Usage of a large group of prebuilt code made by others
What is a library?
The gap in human society of usage and unavailability of digital technology.
What is the digital divide?
An error that occurs when there is more data than storage.
What is overflow error?
Verification that checks either something the user knows, has, or is to prove legitimacy.
What is 2FA/MFA?