History
Languages
Programming
Data Structures
Random
100

The year Linus Torvalds created Linux.

When is 1991?

100

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

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

100

A sequence of instruction s that is continually repeated until a certain condition is reached.

Loop
100

This data structure represents a collection with random access.

What is an array?

100

The amount of bytes that are in 8 bits.

1 byte.

200

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

Alan Turing

200

The language was the UNIX created in.

C.

200

An approach to software development that uses pure functions to create maintainable software.

What is functional programming?

200

Each element points to the next, it is a data structure consisting of a collection of nodes which together represent a sequence

What is a Linked List?

200

What will this JavaScript code evaluate to?



300

The year the language Python was published.

When is 1991?

300

The most popular object oriented language.

What is Java?

300

A language that is not named after a snake, but  after the British TV show Monty ____'s Flying Circus

What is Python?

300

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

What is a Binary Tree?

300

The amount of storage in the first computer.

5 megabytes.

400

The year that binary was created.

1960s (sometime around there)

400

The first computer language that was widely used.

Fortran

400

What will this Python code result in?


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

Given that

a = null < 0;  b = null > 0;  c = null >= 0;

d = null <= 0; e = null == 0; 

What is console.log(a + " " + b + " " + c " " + d + " " + e);

False False True True False

500

The year that Professor Andrew Scott began working at Western Carolina University.

2013 (Happy 10 Years, Tenure????)

500

The language that was taught in CS 150 before 2016.

Java

500

What will the 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

Dr Scott has a beige computer from the 80s in his office. Who is it made by?

Apple

M
e
n
u