CSE History Figures
Identify Languages
Data Structures
Hardware
Tech Companies
100

Involved in breaking the Enigma Code Machines

Alan Turing

100

public class Main {

   public static void main(String[] args) {

      String name = "John";

   }

}

Java

100

An unordered collection of values that may have duplicates

Bag

100

Computer memory

RAM - Random Access Memory

100

The two most prominent CPU manufacturers

AMD and Intel

200

Countess born in 1815 who has a programming language named after her

Ada Lovelace

200

for i in range(10):

     print(i)

     i = 5 

Python

200

A collection of items accessible one after another beginning at the head and ending at the tail

List

200

What does BIOS stand for?

Basic Input Output System

200

Current CEO of Apple?

Tim Cook

300

Inventor of the World Wide Web

Tim Berners-Lee

300

int main() {

     std::cout << "Hello World!";

     return 0;

}

C++

300

Linear structure that follows a particular order in which the operations are performed - FIFO

Queue

300

Primary periodic element used in a computer processor

Silicon

300

Company that created the Java programming language 

Sun Microsystems

400

Creator of the "C" programming language

Dennis Ritchie

400

parent(jhon,bob).
% Conjunction Logic father(X,Y) :- parent(X,Y),male(X).

Prolog

400

A non-linear structure made up of nodes that begins at a root node

Tree

400

The number of wires required for the simplest serial transmission

3

400

Company that invented the hard drive?

IBM

500

Creators of TCP/IP (Two People)

Bob Kahn & Vint Cerf

500

fn main() {

    use self::fruits::PEAR as fruit;

Rust

500

A non-linear data structure consisting of nodes and edges

Graph

500

Slow but relatively cheap way to keep cold storage of mission critical data?

Tape drive
500

This search engine surpassed 30 million searches in a day in 2018

DuckDuckGo