Operating systems Flashcards
What is an operating system
It is a software that manages a computer system
Tyoes of managing peripherals
Sendinf data to a printer/monitor/other valid output device
There is also communication and receiving data input from keyboard/mouse/other valid input device
What happens when you manage printing using spooling
Data is stored on a hard disk/in memory/stored in a queue
A document is printed when a printer is free
Benefit of spooling- user can carry on
What happens when you manage backing store
• Ensures data is stored and can be retrieved correctly from any disk drive. • Creates and maintains filing system such asfile allocation table (FAT) or new technology file systems (NTFS). • Organises files in a hierarchical directory structure.
What happens when you manage RAM?
• Ensures that programs/data do not corrupt each other.
• Ensures that all programs and data, including itself, are stored in correct memory
locations.
Managing processes
• Ensures that different processes can utilise the CPU and do not interfere with each other
or crash.
• On a multi-tasking O/S, ensures that all tasks appear to run simultaneously.
What happens when you manage security
Allows creation amd deletion of user accounts
Allows used to logon and change passwords
Advantges of GUI
Intuitive Easy to navigate Uses windows,Icons,Menus and pointers No complicated commands Data between different software applications is easily exchanged
Disadvantes of GUI
Requires a large amount of memory
Is relatively processor intensive
Computing experts may find a GUI slower than a CLI
GUI’s take up a larger amount of hard disk space than other interfaces