Computer Hardware
Wildcard
Programming Languages
Data Structures and Algorithms
Tech Companies and Innovations
100

This component, often referred to as the "brain" of the computer, executes instructions from programs.

What is the CPU?

100

This number system, fundamental to computing, only consists of 0s and 1s.

What is binary?

100

This language, developed in the 1979, is known for its object-oriented features and was heavily influenced by C.

What is C++?

100

This data structure is made up of nodes, where each node contains a value and a pointer to the next node.

What is a Linked List?

100

This company, founded by Bill Gates and Paul Allen in 1975, created the Windows operating system.

What is Microsoft?

200

This type of memory is volatile, meaning it loses data when power is turned off.

What is RAM?

200

This man is considered the father of modern computing for his work on the Turing machine.

Who is Alan Turing?

200

This language is primarily used to add interactivity and dynamic behavior to websites

What is JavaScript?

200

This searching algorithm works by repeatedly dividing a sorted list in half.

What is Binary Search?

200

In 2004, this social media platform was launched from a Harvard dorm room.

What is Facebook?

300

This type of storage drive has no moving parts and is much faster than a traditional HDD.

What is SSD?

300

This version control system, created by Linus Torvalds, is widely used for managing source code.

What is Git?

300

This language, known for its readability and whitespace-based syntax, is widely used in AI, data science, and automation.

What is Python?

300

This type of binary tree ensures that the left subtree contains only nodes with keys less than the root and the right subtree contains only nodes with keys greater than the root.

What is a binary search tree?

300

This online retailer started as an online bookstore in 1994 before expanding into cloud computing and AI.

What is Amazon?

400

Measured in Hertz (Hz), this determines how many cycles per second a CPU can execute.

What is clock speed?

400

This OS, originally created by Bell Labs in the 1970s, inspired many modern operating systems, including Linux and macOS.

What is UNIX?


400

The most efficient programming language

What is C?

400

This notation describes an algorithm that runs in the worst-case scenario where every element in a list must be checked, such as linear search.

What is O(n)?

400

Amazon Web Services (AWS), Microsoft Azure, and Google Cloud are all major players in this type of computing, where data and applications are stored remotely.

What is cloud computing?

500

Graphics processing units (GPUs) use this type of multiplication to process graphics.

What is matrix multiplication?

500

This asymmetric encryption algorithm, named after its three inventors, is widely used for secure communications and digital signatures.

What is RSA?

500

The open source programming language created by Google. The mobile app development framework Flutter uses this language.

What is Dart?

500

This algorithm is used to find the shortest path in a graph with non-negative weights and runs in O(V log V) time complexity using a priority queue.

What is Dijkstra's algorithm

500

This semiconductor company is known for inventing the x86 microprocessor architecture.

What is Intel?