The year Linus Torvalds created Linux.
When is 1991?
All the languages you learn at Western Carolina University in the Computer Science Program.
Python, Java, JavaScript, SQL, C, Rust and Assembly.
A sequence of instruction s that is continually repeated until a certain condition is reached.
This data structure represents a collection with random access.
What is an array?
The amount of bytes that are in 8 bits.
1 byte.
The name of computer scientist who broke the Enigma Machine in 1941.
Alan Turing
The language was the UNIX created in.
C.
An approach to software development that uses pure functions to create maintainable software.
What is functional programming?
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?
What will this JavaScript code evaluate to?
The year the language Python was published.
When is 1991?
The most popular object oriented language.
What is Java?
A language that is not named after a snake, but after the British TV show Monty ____'s Flying Circus
What is Python?
A tree-type non-linear data structure with a maximum of two children for each parent.
What is a Binary Tree?
The amount of storage in the first computer.
5 megabytes.
The year that binary was created.
1960s (sometime around there)
The first computer language that was widely used.
Fortran
What will this Python code result in?
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?
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
The year that Professor Andrew Scott began working at Western Carolina University.
2013 (Happy 10 Years, Tenure????)
The language that was taught in CS 150 before 2016.
Java
What will the 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?
Dr Scott has a beige computer from the 80s in his office. Who is it made by?
Apple