01000011-01101111-01100100-01100101
What is Binary?
A logic gate that activates when all inputs are true, deactivates otherwise.
What is AND?
This is what the category's name is short for.
What is User-Interface?
The founder of Facebook.
Who is Mark Elliot Zuckerberg
Usually refers to the primary processer of a computational device. Commonly used in the phrase "Hacking the this" or "Hacking into the this"
What is the Mainframe?
<ol>
<li>Code</li>
<li>Jeopardy!</li>
</ol>
What is HTML?
A logic gate that activates when at least one input is true, deactivates otherwise.
What is OR?
A simulated on-screen device that activates when clicked on.
What is a Button?
The method of education that uses technological devices.
What is E-Learning?
Daily Double!!
Literally meaning bad use, this refers to a term you wouldn't want on your computer.
What is Malware?
code {
adjective-describing-it: awesome;
}
What is CSS?
A logic gate that activates when one but not all inputs are true, deactivates otherwise.
What is XOR
You probably use this every day, specifically the QWERTY format.
What is a Keyboard?
One of the pioneers of computing, he was known for his computational device named after him, which was proved to work decades after its initial thought. He also has a coding language named after him.
Who is Charles Babbage?
Man, this acronym is short, and all it means is a city-wide network area.
What is a Metropolitan Area Network (MAN)?
for (let i = 0; i < code.type; i++) {
text += code[i] + "<br>";
What is Javascript
A logic gate that activates when not all inputs are true, deactivates otherwise.
What is NAND?
Daily Double!!
The type of UI that allows you to have multiple inputs.
What is Multitouch?
Fake digital currency with no physical substance, sometimes used in internet and online trade.
What is E-Money/Cybercash?
Also a physical object in front of your house, it is something we all have and is commonly used for making an account.
What is a Mailbox?
Commonly used in coding, the word "code" as seen here is being used as this.
code = "15";
code2 = "Jeopardy!";
What is a variable?
A logic gate that activates when all inputs are true or all inputs are false, deactivates otherwise.
What is XNOR/NXOR
For whatever reason, when you hold down both shift keys on a standard keyboard, these are the only letter keys that work.
What is TYASDFGHJKLBN?
This computer pioneer lived from, 1942-1994. His initials are GAK.
Who is Gary Arlen Kildall?
A type of algorithm used to create a triangle representation of an isosurface from a volumetric dataset.
What are Marching Cubes?