what is an operating system
a program that acts as a bridge betweeen a user of a computer and the computer hardware
what are the purposes of an operating system?
what are the types of user interfaces
what are the four functions of an operating system
?
explain memory management
explain backing store management
OS mantains records of all files stored in secondary storage including information like their location and what user can access what
explain processor scheduling
OS controls which programs can send data to the processor to be processed
explain multi-tasking
processor executes 1 process at a time but allows multiple applications to run by rapidly switching between processes
what are the types of schedulers and explain
Explain peripheral management
what are the types of software
system software and application software
what are the types of application software
explain special purpose software
performs a task for a single specific job e.g. payroll, media playhers, calendar programs
explain general purpose software
performs a range of generic tasks e.g. word processor, spreadsheet software
explain bespoke software
softwaare which is created to fulfil exact specifications
explain off the shelf software
it is a type of special purpose software which is readily available
what are the drawbacks of off the shelf software
what are the benefits of off the shelf software
what are the benefits of bespoke software
what are the disadvantages of bespoke software
what are the types of system software
what is system software
required to run and manage the computers hardware and application programs
what is utility software
designed to analyse configure or mantain a computer system e.g.
what is a library?
it is a collection of precompiled routines that can be used by other programs e.g. python has random and math