Code Monkeys
Nuts and Volts
Days of the Future Past
All About The Numbers
password: 12345
100

One of the most popular interpreter-based programming languages which sees heavy use in AI/ML and data science workflows.

Python

100

A type of Integrated Circuit that can be programmed and re-programmed with arbitrary logic.

FPGA (Field Programmable Gate Array)

100

Regarded as the "First Programmer", this woman wrote the first program for the Analytical Engine.

Ada Lovelace

100

The port number used for HTTP

80 (or 8080)

100

A type of computer malware that repeatedly clones itself to exhaust system resources

Fork Bomb

200

A sorting algorithm that involves recursively breaking down a list and recombining the pieces

Merge Sort

200

An electrical component that holds a charge and filters out DC 

Capacitor

200

Regarded as the "Father of the Computer", this man created the Difference Engine.

Charles Babbage

200

The (approximate) clock speed of modern consumer processors (in GHz)

3-6 GHz

200

A system that is isolated from the outside world/network in every way possible

Airgapped system

300

This programming language is known for being extremely memory-safe, fast, and high-performance. It's mascot is a crab.

Rust

300

An electronic component, often used in amplifying or switching signals, that has three layers of semiconductor material.

Transistor

300

Credited with inventing a theoretical computing machine that manipulates symbols on a strip of tape according to a table of rules.

Alan Turing

300

0xDEADBEEF, 0xCAFEBABE, and 0xBEEFCAFE are examples of this, found in computer programs.

Magic Number, Canary

300

The method used to make hashes more secure by adding random information to the data before hashing it.

Salting

400

The process in which languages like Java manage memory, in order to be able to allocate new memory to variables and objects.

Garbage Collection

400

A method of encoding data in a radio wave by varying the frequency of the RF

FM (Frequency Modulation, also accept FSK)

400

The first programming language. Created by John Backus at IBM. Best suited for scientific and numeric computing.

FORTRAN

400

The maximum value representable by the "int" datatype (in standard C)

2,147,483,647 (anything on the order of 2 billion, 100 million)

400

These two people are credited with the concept behind public-key cryptography

Whitfield Diffie and Martin Hellman

500

This programming paradigm, exemplified by Haskell and Lisp, emphasizes immutability and functions as first-class citizens. (this question was written by ChatGPT!)

Functional Programming

500

A type of directional antenna composed of several passive director elements, a reflector, and one driven dipole

Yagi (or Yagi-Uda) Antenna

500

The year of release for the Intel 8080, often called the First Microprocessor.

1974

500

The x86-64 architecture has this many GPRs

16

500

This computer virus was one of the earliest widespread examples of a "worm", taking the form of a VBS script propagated via email.

ILOVEYOU (.TXT.vbs)