Involved in breaking the Enigma Code Machines
Alan Turing
public class Main {
public static void main(String[] args) {
String name = "John";
}
}
Java
An unordered collection of values that may have duplicates
Bag
Computer memory
RAM - Random Access Memory
The two most prominent CPU manufacturers
AMD and Intel
Countess born in 1815 who has a programming language named after her
Ada Lovelace
for i in range(10):
print(i)
i = 5
Python
A collection of items accessible one after another beginning at the head and ending at the tail
List
What does BIOS stand for?
Basic Input Output System
Current CEO of Apple?
Tim Cook
Inventor of the World Wide Web
Tim Berners-Lee
int main() {
std::cout << "Hello World!";
return 0;
}
C++
Linear structure that follows a particular order in which the operations are performed - FIFO
Queue
Primary periodic element used in a computer processor
Silicon
Company that created the Java programming language
Sun Microsystems
Creator of the "C" programming language
Dennis Ritchie
parent(jhon,bob).
% Conjunction Logic father(X,Y) :- parent(X,Y),male(X).
Prolog
A non-linear structure made up of nodes that begins at a root node
Tree
The number of wires required for the simplest serial transmission
3
Company that invented the hard drive?
IBM
Creators of TCP/IP (Two People)
Bob Kahn & Vint Cerf
fn main() {
use self::fruits::PEAR as fruit;
}
Rust
A non-linear data structure consisting of nodes and edges
Graph
Slow but relatively cheap way to keep cold storage of mission critical data?
This search engine surpassed 30 million searches in a day in 2018
DuckDuckGo