Operating System Flashcards
1
Q
What is an operating system?
A
Set of instructions that control the running of the computer
2
Q
What are functions of an operating system?
A
- file management
- memory management
- input/output management
- resource allocation
- error reporting
- interpreters user commands/HCI
3
Q
What is file management?
A
- creating/deleting files
- organised and tracks files
- control access, editing and deletion
4
Q
What is memory management?
A
- operating system allocates suitable storage location in computers memory
- loads programs into memory ensuring each program has the memory required to run
5
Q
What is input/output management?
A
- controls all devices attached to the computer
- performs transfer of data between peripherals and memory
- communicates with processor and peripherals
6
Q
What is resource allocation?
A
- allocated programs, their required memory and CPU time
- ensures processor is kept constantly busy
- only one task can be carried out at any one time by a single processor
7
Q
What is error reporting?
A
The operating system lets the user know if any mistakes have occurred
8
Q
What is interpreters user commands/ HCI?
A
- takin instructions/commands from the user
- checks them
- send to the correct part of the OS to be carried out
- the OS provides the means of the user communicating with the computer system
- HCI, CUI & WIMP