The official birthyear of the internet. This is when a new communications protocol, called Transfer Control Protocol/Internetwork Protocol (TCP/IP), was established.
When is 1983?
Named after a group of remarkably hardy fungi.
What is Rust?
A sequence of instructions that is continually repeated typically until a certain condition is reached.
Loop
A data structure consisting of a collection of elements. Each element in the data structure is identified by an index.
What is an array?
The 3 most popular operating systems (according to Wikipedia)
What are Linux (42%), Windows (28%), iOS (17%)?
The first major shell which was created in 1979?
What is the Bourne Shell (sh)?
The language was the UNIX created in.
C.
The four primitive types in Python
What are Integers, Float, String, and Boolean?
Data structure made up of nodes, that contain data and a pointer to the next node.
What is a Linked List?
The university that we stole the wcu domain name from.
What is West Chester University?
The name of computer scientist who broke the Enigma Machine in 1941.
Who is Alan Turing?
The first computer language that was widely used.
Fortran
Defining a problem in terms of itself.
What is recursion?
A tree-type non-linear data structure with a maximum of two children for each parent.
What is a Binary Tree?
The most popular framework. (according to g4g and linkedin)
What is React?
The name of the British computer scientist who helped create the world wide web.
Who is Tim Burners Lee?
All the languages you learn at Western Carolina University in the Computer Science Program.
Python, Java, JavaScript, SQL, C, Rust and Assembly.
The 4 principles of OOP.
What are Encapsulation, Abstraction, Inheritance, are Polymorphism?
An ordered collection of items where the addition of new items and the removal of existing items always takes place at the same end
What is a stack?
The language with the smallest compiler.
What is P'' or Brainfuck?
The year that Computer Science was first offered at Western Carolina University.
What is 1980?
The language that has this logo
What is Scala?
What will this Python code result in?
A linear data structure that is open at both ends and the operations are performed in First In First Out.
What is a Queue?
The amount of bytes that are in 2048 bits.
What is 256 bytes?