Unit - 1: Operating System Basics
Unit - 1: Operating System Basics
Unit - 1: Operating System Basics
C
B
D F
E
A PROCESS TREE
FILES:---
The information or data are stored in the form of files.
PIPES:---
It is a sort of file that can be used to connect two processes
together.These can be used for the inter-process
communication.
SHELLS:----
It is the command interpreter for the OS.Operating System
receives commands from the user in English like language that
computer doesn’t understand.It is the job of the command
interpreter to interpret the instructions given by the user into
machine understandable language.
SYSTEM CALLS :---
It is not always required that the user is directly interacting
with the OS for creating files,directories .User may use
available application program like text editor,to create files for
storing their data.Application programs communicate with the
OS and request services from it by making System Calls.Each
System calls requires certain parameters to be given using
which OS understands clearly as what is needed.
KERNALS:---
It is the central module of an OS.It is the part of the OS that
loads first ,and remains in the main memory.
It is responsible for the memory management ,process and
task management and disk management.
THROUGHPUT:--
It is the total volume of work performed by the system over a
given period of time.
THANK YOU