The operating system developed by Microsoft.
What is Windows?
The main circuit board in a computer that connects all the components.
What is the motherboard?
A set of instructions that a computer follows to perform a task.
What is an algorithm/program?
The fundamental unit of digital information, represented as 1s or 0s.
What is a bit?
The company founded by Steve Jobs and Steve Wozniak, released the first personal computer in 1976.
What is Apple?
An interface where users press special keys and instructions to perform commands.
What is a command-line interface?
The type of storage which uses flash memory and is faster than hard drives.
What is a solid state drive?
The name of this programming language.
What is C++?
If a client sends a network request, this computer receives and processes the request.
What is a server?
The year that Apple released the first iPhone.
What is 2007?
The feature of modern operating systems that allows multiple processes to run simultaneously
What is multiprocessing?
The closest form of memory that the CPU uses.
What are CPU registers?
The control structure that allows a program to repeat a block of code.
What is a loop?
The network topology where nodes are connected in series.
What is the ring topology?
The term coined by Alan Turing in 1936 which describes a theoretical device that can solve any computational problem given enough time.
What is a Turing Machine?
The program in an operating system that allows other programs to execute.
What is the kernel?
A computer program that operates or controls a device attached to a computer.
What is a device driver?
A programming paradigm that organizes code around objects that combine data and behaviour.
What is object-oriented programming?
The protocol responsible for routing and addressing packets of data.
What is the internet protocol?
The network developed in the 1960s by the US Department of Defence, considered a precursor to the modern internet.
What is ARPANET?
The situation where two or more processes are blocked because each is waiting for the other to release resources.
What is a deadlock?
A device that interfaces between an input or output device and a hardware device.
What is a peripheral?
The concept that allows a function to call itself to solve smaller instances of the same problem.
What is recursion?
The protocol which provides reliable and ordered delivery of a stream of bytes between computers in a network.
What is the transmission control protocol?
The very first operating system developed for the IBM computer.
What is GMOS?