Managing Resources in an Operating Systems Flashcards
1
Q
security
A
- Allows creation and deletion of user accounts.
- Allows users to logon and change passwords
2
Q
peripherals such as input and output devices
A
receives data input from a mouse/ keyboard and sends data output to monitor/ printer
3
Q
printing using spooling
A
Data is stored on a hard disk/in memory/stored in a queue.
* Document is printed when printer is free/in correct order.
* Benefit of spooling – user can carry on working/log off when waiting for job to print
4
Q
backing store
A
Ensures data is stored and can be retrieved correctly from any disk drive.
Organises files in a hierarchical directory structure
5
Q
RAM
A
Ensures that programs/data do not corrupt each other.
* Ensures that all programs and data, including itself, are stored in correct memory
locations
6
Q
processes
A
- Ensures that different processes can utilise the CPU and do not interfere with each other
or crash.