5 Stem Cells Flashcards
1
Q
Summary of 5 stem cells
A
Process control File management Device management Information maintained Communication
2
Q
Process control
A
Handles processes e.g. process termination
3
Q
File management
A
Handles file manipulation e.g. creating files
4
Q
Device management
A
Handles device manipulation e.g. reading device buffer
5
Q
Information maintenance on
A
Handles information and transfers between OS and user program
6
Q
Communication
A
Useful for inter process communication
7
Q
What is API
A
Set of routines, protocols and tools used to build a software program
8
Q
Advantages of API
A
- easy and efficient to use
- provides security to kernel because it’s not being used
- if the system supports the API, any program used it can be compiled and ran
9
Q
System Call
X
API relationship
A
Illustration