Cs-Web

View on GitHub

1.Process management


process: a prog in executation eg: a word processing program, sending o/p to a printer etc.

a program is a passive entity a process is an active entity

all these are done through system calls

2.Memory management


Mani memory is a large array of bytes ther arises the needfor memory management Instructions must be in memory fo rexections

3. Storage management


1.file amanagement

2.Mass storage maangement

the computere system provides secondary storage to back up main memory

3. Catching


used for fast retrival of data

caching

when updationn occurs in any part f the memory evry part should be updated ,its called cache coherency

spoolig : temperary data storage mechanism, stored in secondary storage devices

buffering : usees area inside the main memory

4.I/O systems


act as an interface b/w user and system

5.Protection and security