What do I need to know about operating systems?

Motivation -> We need operating systems to give easy access to the hardware of a computer. A processor (CPU) can only execute one instruction at a time, yet we can have multiple applications running at the same time, how is this possible?Operating systems manage the computer's resources.It is a collection of software that have the following functions:Schedule processes (applications) to be executedManage and give access to the memoryManage the file systemCoordinate all external devices (keyboard, network adapter)Manage usersProvide a user interface

CW

Related Computing A Level answers

All answers ▸

A computer stores floating point numbers of size 1 byte, with 3 bits for the mantissa and 5 bits for the exponent. State what the effects would be on the stored numbers if instead 5 bits were used for the mantissa and 3 bits were used for the exponent.


Describe the operations of an optical disk drive used to read data from an optical disk, such as a CD or DVD.


How do you convert from binary to decimal?


What is the difference between compile-time errors and runtime errors?