History
Languages
Programming
Data Structures
Random
100

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?

100

Named after a group of remarkably hardy fungi.

What is Rust?

100

A sequence of instructions that is continually repeated typically until a certain condition is reached.

Loop

100

A data structure consisting of a collection of elements. Each element in the data structure is identified by an index.

What is an array?

100

The 3 most popular operating systems (according to Wikipedia)

What are Linux (42%), Windows (28%), iOS (17%)?

200

The first major shell which was created in 1979?

What is the Bourne Shell (sh)?

200

The language was the UNIX created in.

C.

200

The four primitive types in Python

What are Integers, Float, String, and Boolean?

200

Data structure made up of nodes, that contain data and a pointer to the next node.

What is a Linked List?

200

The university that we stole the wcu domain name from.

What is West Chester University?

300

The name of computer scientist who broke the Enigma Machine in 1941.

Who is Alan Turing?

300

The first computer language that was widely used.

Fortran

300

Defining a problem in terms of itself.

What is recursion?

300

A tree-type non-linear data structure with a maximum of two children for each parent.

What is a Binary Tree?

300

The most popular framework. (according to g4g and linkedin)

What is React?

400

The name of the British computer scientist who helped create the world wide web.

Who is Tim Burners Lee?

400

All the languages you learn at Western Carolina University in the Computer Science Program.

Python, Java, JavaScript, SQL, C, Rust and Assembly.

400

The 4 principles of OOP.

What are Encapsulation, Abstraction, Inheritance, are Polymorphism?

400

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?

400

The language with the smallest compiler.

What is P'' or Brainfuck?

500

The year that Computer Science was first offered at Western Carolina University.

What is 1980?

500

The language that has this logo

What is Scala?

500

What will this Python code result in?


500

A linear data structure that is open at both ends and the operations are performed in First In First Out.

What is a Queue?

500

The amount of bytes that are in 2048 bits.

What is 256 bytes?