what are the important resources to manage? (8)
primary memory: what is effect on system if too limited?
effect:
- will use secondary storage thru virtual memory (much slower)
- if virtual memory cant be created, data cant be loaded/saved
secondary storage: what is effect on system if too limited?
effect:
- data may be lost
- can prevent OS from using virtual memory if RAM fills up
processor (speed): what is effect on system if too limited?
effect:
- processor wil take longer to perform tasks
processor (cores): what is effect on system if too limited?
effect:
- only 1 core - can only perform 1 set of operations at a time
- affects how many tasks a system can cope simultaneously
bandwidth: what is effect on system if too limited?
effect:
- data takes longer to move b/w 2 points
- affects how long it takes before data can be processed entirely
screen resolution: what is effect on system if too limited?
effect:
- display is pixelated
- smaller file size but poorer quality
sound processor: what is effect on system if too limited?
effect:
- CPU taxed w/ processing sounds (slows down)
- lower quality
graphics processor: what is effect on system if too limited?
effect:
- will take longer or be limited
cache: what is effect on system if too limited?
effect:
- CPU must wait for data from RAM -> slows down system
netowrk connectivity: what is effect on system if too limited?
effect:
- limited types limits the way data can be sent or recieved
- speed can also be a factor
multi-access vs multi-programming
multi-access/multi-user:
- either many users on same machine or many users connected to same network
multi-programming
- system that can have diff programs (apps) installed
functions of operating systems
what is interrupt handling