This component, often referred to as the "brain" of the computer, executes instructions from programs.
What is the CPU?
This number system, fundamental to computing, only consists of 0s and 1s.
What is binary?
This language, developed in the 1979, is known for its object-oriented features and was heavily influenced by C.
What is C++?
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?
This company, founded by Bill Gates and Paul Allen in 1975, created the Windows operating system.
What is Microsoft?
This type of memory is volatile, meaning it loses data when power is turned off.
What is RAM?
This man is considered the father of modern computing for his work on the Turing machine.
Who is Alan Turing?
This language is primarily used to add interactivity and dynamic behavior to websites
What is JavaScript?
This searching algorithm works by repeatedly dividing a sorted list in half.
What is Binary Search?
In 2004, this social media platform was launched from a Harvard dorm room.
What is Facebook?
This type of storage drive has no moving parts and is much faster than a traditional HDD.
What is SSD?
This version control system, created by Linus Torvalds, is widely used for managing source code.
What is Git?
This language, known for its readability and whitespace-based syntax, is widely used in AI, data science, and automation.
What is Python?
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?
This online retailer started as an online bookstore in 1994 before expanding into cloud computing and AI.
What is Amazon?
Measured in Hertz (Hz), this determines how many cycles per second a CPU can execute.
What is clock speed?
This OS, originally created by Bell Labs in the 1970s, inspired many modern operating systems, including Linux and macOS.
What is UNIX?
The most efficient programming language
What is C?
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)?
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?
Graphics processing units (GPUs) use this type of multiplication to process graphics.
What is matrix multiplication?
This asymmetric encryption algorithm, named after its three inventors, is widely used for secure communications and digital signatures.
What is RSA?
The open source programming language created by Google. The mobile app development framework Flutter uses this language.
What is Dart?
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
This semiconductor company is known for inventing the x86 microprocessor architecture.