Operating System
Home >> Operating System >> Operating System Intro
Edit Template
Operating System
Edit Template

Operating System

What is Operating System

operating system एक system software है जो computer के resources को control करता है और application software को run करने के लिए platform provides करता है। 

सरल भाषा मे कहे तो एक operating system ऐसा software है जो computer के resources जैसे RAM, Disk, CPU, etc. को manage करता है, और हमे एक ऐसा enviroment देता है जिसमे हम अपने programs को convenientaly and efficientionaly execute कर सकते है बिना computer hardwares के complexity को समझे हुए । 

  • ऐसे softwares जो किसी user के specific task को perform करने के लिए बनाए जाते है उन्हे application software कहा जाता है । 
  • ऐसे softwares जो किसी computer को control करते है और application softwares को run करने के लिए platform proviedes करते है उन्हे system software कहा जाता है। operating system

Function of Operating System

1. Convenience :

user को अपने program को exicute करने के लिए hardwares की जरूरत होती है but किसी hardware को directly access करना कठिन होता है इसे accessable बनाने के लिए हम operating system का use करते है , operating system हमारे system को user-friendly बनाता है। 

2. Resource Management :

operating system हमारे system के cpu , memory , I/O devies , etc. को manage करता है ताकि इनका maximum utilization हो सके और हमारा system हमे smoothly performance दे सके। 

3. Security and Protection

operating system हमारे computer को unauthorized access और malware के attacks से बचाता है।  

Add a comment...

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • DSA with Python
  • Excel
  • Exercise
  • Git & Github
  • Machine Learning
  • Matplotlib
  • Natural Language Processing
  • NumPy
  • Operating System
  • Pandas-s
  • Power BI
  • Python Tutorial
  • Scikit-learn
  • Seaborn
  • SQL & MySQL
Dunder Methods

Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods   Python Tutorial Python Introduction Identation &...

Encapsulation

Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers      2.1. Public Members      2.2. Protected Members...

Lambda Function

Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...

Nested Function

Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...

Context Manager

Table of Contents All Chapters 1. Context Manager 2. with Statement      2.1. __enter__() Method      2.2. __exit__()...

File Pointer

Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods      2.1. tell() Method      2.2....

File Handling

Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...

Edit Template
Scroll to Top