Languages
Computer Science 101
Historic
Algorithms
Linux Command Line
100

The syntax
print("Hello, World!")
is part of this language.

What is python

100

What does CPU stand for

What is Central Processing Unit?
100

This famous computer scientist helped crack the German Enigma code during World War II.

Who is Alan Turing?

100

An algorithm is described as this

what is a step-by-step procedure or set of instructions for solving a problem or accomplishing a task. 

100

the command line, also known as a terminal is used for this

What is interacts with a computer by typing commands instead of using a graphical interface. 

200

This markup language is used to create the structure and content of web pages.

What is html

200

how many possible values are represented using 4 bits

What is 16 possible values

200

this was the name of the computer that defeated chess world champion Garry Kasparov in 1997.

What is IBM deep blue

200

This type of algorithm is used to arrange data into a particular order.

What is a sorting algorithm

200

the command 'cd' does this

What is change the directory

300

This programming language, developed by Apple, is commonly used with iOS and macOS application development

What is Swift

300

what does the binary value 1001 represent in decimal?

what is 9

300

this company created the Amiga computer.

What is Commodore 

300

What searching algorithm repeatedly divides a sorted list in half to find a value?

what is a binary search

300

This command shows all files in current directory.

What is 'ls'

400

This programming language is commonly used by engineers and scientists for matrix-based calculations and data visualization. 

What is MATLAB

400

What part of an operating system is responsible for managing hardware resources such as the CPU and memory?

What is the kernel

400

what decade were Neural Networks, the main idea behind LLM's like ChatGPT first developed.  

What is the 1940s

400

the name of an algorithm that calls itself is this.

What is a recursive algorithm / recursion. 

400

The command 'cat' does this

What is show the text of a file

500

This language introduced the concept of automatic garbage collection

What is LISP

500

What happens when a program requests more memory than is currently available in physical RAM?

What is virtual memory?

500

This was the name of the first electronic general-purpose digital computer developed during World War II in the United States.

What is ENIAC 

500

the worst-case Big-O complexity (how long it will take with worst possible luck) of quicksort is this.

what is O(n²) 

acceptable answer squared time

500

This command searches for a specific text in files

What is 'grep'

M
e
n
u