This is the name for a group of 8 bits
What is a byte?
Because of this concept, the entire Internet doesn't crash for everyone if just one server goes down.
What is fault tolerance? (or redundancy, I guess I'll accept that one too...)
This programming statement that allows for selection.
What is a conditional?
This is not causation.
What is correlation?
Criminals might not get bluegill, but banking information, with this tactic.
What is phishing?
This type of data is continuous, and must be sampled to convert to binary
What is analog data?
The lowest layer of abstraction for the internet (that we learned about)
What is the physical internet?
Ands (&&), Ors (||), and Nots (!) all operate on this data type.
What are booleans?
The term that refers to the gap between demographics and regions that have access to modern information and communications technology, and those that don't or have restricted access
What is the digital divide?
What is metadata?
This is when you ask a large distributed group of people to gather data for a project.
This common measure is typical in bits per second.
What is bandwidth?
Passed into a procedure, this allows for more generalized usage.
What is a parameter? (or argument)
Just because AI uses an algorithm, doesn't mean it can't be this.
What is biased?
This is a computational model in which multiple devices are used to run a program, like the Great Internet Mersenne Prime Search.
What is distributed computing?
This is a process you must do if you want to analyze data where users maybe didn't follow directions...
What is cleaning data?
These parcels of data are REALLY what's being sent, not the whole file.
What are packets?
If your list is in order, you can use this handy method to find an element in a much quicker time.
What is binary search?
A programmer who wants the world to have her program, but doesn't want anyone other than her to make money off of it should do this.
What is release it under a creative commons license?
Because the internet is built on these, anyone can make a device to connect to it.
What are open protocols?
If someone has access to this, they can know who you are.
What is PII (Personally Identifiable Information)?
Because the internet was designed to be this concept, we will continue to be able to add more devices to it.
What is scalable?
If you want to package a bunch of useful related functions, you are making this.
What is a library?
A company can increase security for its users by enabling multifactor authentication, which grants access after these items are provided.
What is something you know, something you are, and something you have?
A problem cannot be solved for all possible inputs.
What is undecidable?