Computer Systems Flashcards
1
Q
State the purpose of an operating system.
A
To hide the complexities of the computer and act as an interface between the user and computer.
2
Q
State 3 important tasks performed by the operating system.
A
Memory management/allocation. Processor scheduling/allocation. Input/output management/allocation. Interrupt handling. Allows user to interact with computer.
3
Q
State three additional function of an operating system.
A
Must deal with simultaneous interactions.
Must deal with with events occurring at random/unpredictable times.
Must be fail-safe.
Must be able to switch quickly between operations/processes.
Must support non-sequential applications programs.