Services Of Operating System !!
Services Of Operating System !!
Operating System provides different types of services to different users.
It provides services to program like load of data into memory, allocating disk for storage, files or directory for open or read etc.
Services will change according to the operating system. May be the two different operating system provides same type of services with different names.
OS makes programmer job easy by providing different services Following are the list of services.
- Program execution
- Input-output operation
- Error detection
- File and directory operation
- Communication
- Graphical User Interface
Recommend Articles For More Information :
What Is Operating System? Knowledge Of OS!!
Operating System As A User Interface And As A Resource Manager - Technopedia!
Services Of Operating System -
Technopedia!!!
Basic Concepts Of OOPC!!
CONCEPT OF DBMS!!
Types Of Operating System - Technopedia!!!
1. Program execution :
Before executing the program, it is load into the memory by operating system.
Once program loads into memory, its start execution.
Program finishes its execution with error or without error. It is up to the user for next operation.
2. Input - output operation :
Program is combination of input and output statement.
While executing the program, it requires I/0 device. OS provides the I/0 devices to the program.
3. Error detection :
Error is related to the memory, CPU, I/O device and in the user program.
Memory is full, stack overflow, file not found, directory not exist, printer is not ready, attempt to access illegal memory are the example of error detection
4. File and directory operation :
User wants to read and writes the file and directory User wants to search the file/directory, rename file, and modify the file etc.
user also create the file or directory.
All these operation is performed by user by using help of operating system.
Introduction Of C++!!.
Operators In C++
Function Overloading In C++
Data Types in C++
Types Of Constructor In C++
Classes and Objects In C++
What Is Inheritance In C++?
Types Of Inheritance?
Basic Concepts Of OOPC!!
CONCEPT OF DBMS!!
Basic Program Of C Language For Print Hello!!
May You Like To Read This Related Articles:
Introduction Of C++!!.
Operators In C++
Function Overloading In C++
Data Types in C++
Types Of Constructor In C++
Classes and Objects In C++
What Is Inheritance In C++?
Types Of Inheritance?
Basic Concepts Of OOPC!!
CONCEPT OF DBMS!!
Basic Program Of C Language For Print Hello!!
5. Communication :
Communication may be inter-process communication and any other type of communication.
Data transfer is one type of communication. Communication is in between two process of same machine or two process of different machine.
Pipe, shared memory, socket and message passing are the different methods of communication.
6. Graphical user interface:
User interacts with operating system by using user interface. All operating system provides user interface.
Command line interface an batch interface are two types of user interface used in the operating system.
Machine Learning Technology in Software Engineering
Trending Pieces Of Technology You Should Know About!!!
CONCEPT OF DBMS!!
Phases Of Compiler In System Programming!!!!
C Program For Addition, Subtraction, Multiplication, Division Of Two Numbers!!
Difference between a monolithic and micro kernel?
Difference Between The Procedure Oriented Language and Object Oriented Language.
What Is Inheritance In C++? Types Of Inheritance?
- Command line interface: user enters the text command for performing operation
- Batch interface: uses files. A file contains the command for various operation When file executes, command output is display on the screen.
For More Knowledge Check This Articles For Better Understanding :
Machine Learning Technology in Software Engineering
Trending Pieces Of Technology You Should Know About!!!
CONCEPT OF DBMS!!
Phases Of Compiler In System Programming!!!!
C Program For Addition, Subtraction, Multiplication, Division Of Two Numbers!!
Difference between a monolithic and micro kernel?
Difference Between The Procedure Oriented Language and Object Oriented Language.
What Is Inheritance In C++? Types Of Inheritance?
Comments
Post a Comment