Computer History
Computer Science
Coding Questions
Seb's a geek
Random Facts
100

This British computer scientist decoded the German Enigma machine during World War II.

Who is Alan Turing?

100

A value in code that cannot be changed after being initialized.

What is a constant?

100

A program that translates a high-level language program such as a C++ program, into a machine-language program that the computer can directly understand and execute. G++

Compiler

100

This actor plays the main character Paul in Dune (2021)

Who is Timothee Chalamet?

100

This person is the Vice President of the Fordham University Computer Science Society 2023-2024

Rayan Checa

200

Jim Cramer coined this term in 2013 to describe some prominent tech companies.

What is FAANG

200

This data structure stores key-value pairs that can insert and retrieve items in O(1) time.

What is a Hashmap; Dictionary?

200

What is the value and datatype of the result of this Javascript operation?

16 + "3"

"19" (string)

200

This 1982 album has been certified Platinum 34 times

Thriller by Michael Jackson

200

What condiment was used as medicine in the olden times?

Ketchup 

300

The original Pong game was not written with code, but created entirely with ___

logic gates

300

A programming technique where a problem is broken into subproblems, their answers are saved and optimized to form the overall solutions.

What is dynamic programming?

300

What date is time measured from in UNIX?

Jan 1, 1970

300

What is the airspeed velocity of an unladen swallow?

About 20.1 mph

300

The rock dove is known by most people by this name.

The pigeon

400

Chuck Hull invented this device in 1984.

The 3D Printer

400

This Greek philosopher, famous for calculating the circumference of the Earth, also is credited to an algorithm that finds Prime Numbers.

Who is Eratosthenes?

400

What is the time complexity of this operation?

def print_str(string):

    for char in string:

        print(char)

O(n)

400

In Futurama, Lrrr asks why this character, "the largest Friend, not simply eat the other five?" Which character from "Friends" is he talking about?

Ross

400

"Militia Company of District II under the Command of Captain Frans Banninck Cocq" is painting by this Baroque artist.

Rembrandt

500

The niece of poet Lord Byron, this early computer programmer is known for inventing the first machine algorithm.

Who is Ada Lovelace?

500

A value in a designated place in an operating system that each process can check and change to prevent collisions in critical sections of code.

What is a semaphore; flag?

500

enum days { Monday, Tuesday, Wednesday };

What is the integer value of Tuesday?

1

500

In the video game franchise 'The Legend of Zelda,' what is the name of the sacred realm that serves as the resting place of the Triforce, accessible only to those who possess the three spiritual stones and the Ocarina of Time?"

Answer The Temple of Time.

500

 What do the following makeup brands have in common: Fenty Beauty, Haus Labs, Rare Beauty, and R.E.M Beauty?

They were all founded by famous pop stars. Rihanna founded Fenty Beauty, Lady Gaga founded Haus Labs, Selena Gomez founded Rare Beauty, and Ariana Grande founded R.E.M Beauty.