What is an operating system?
An operating system (OS) is a type of system software that acts as a layer of software between application programs and the computer’s hardware and provides an interface through which a user can run an application program.
How is an operating system loaded on a computer?
List the functions of an operating system
What is a batch operating system?
List the advantages and disadvantages of a batch operating system
Advantages:
Disadvantages:
What is a multi-tasking operating system?
What is a multi-access operating system?
What is a real-time transaction processing operating system?
What is a real-time process control operating system?
What is a network operating system?
What is a user interface?
A user interface consists of all the hardware and software through which a user provides input to a computer or receives information from it.
Two types of user interface:
Describe the command line interface (CLI)
Describe the graphical user interface (GUI)
How does file management work?
What user commands for file management are there?
What is a buffer?
What is polling?
What is an interrupt?
What is handshaking?
Describe the steps in the process for transmitting one data packet from a computer to a printer
(repeated possibly 1000s of times until the printer sends an interrupt signalling the data transfer is complete):
What is a checksum?
An arithmetic summarisation of a block of data that is sent with the data along with the calculation performed to reach the checksum – the receiving device performs the same calculation on the data and compares the result with the checksum that was sent to confirm its integrity.
If the checksums do not match, the data is rejected; else, the integrity of the data has been proven to be maintained.