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
Python Inheritance

Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance      3.1. Single Inheritance...

Python Function

Table of Contents All Chapters 1. Python Function 2. Define Function 3. Function Arguments 4. Function Parameters 5. Local and...

Python Dictionary

Table of Contents All Chapters 1. Python Dictionary 2. Access Dictionary items 3. Change Dictionary items 4. Add items in...

Python Set

Table of Contents All Chapters 1. Python Set 2. Iterate Set items 3. Set Methods      3.1. Add items...

Python Tuple

Table of Contents All Chapters 1. Python Tuple 2. Access Tuple Items 3. Update Tuple 4. Iterate Tuple Items 5....

Python List

Table of Contents All Chapters 1. Python List 2. Nested List 3. Range List 4. List Indexing 5. list Methods...

Python String

Table of Contents All Chapters 1. Python String 2. String Indexing 3. String Slicing 4. String Concatenation 5. String Formatting...

Python Loops

Table of Contents All Chapters 1. Python Loops 2. While Loop      2.1. Nested While Loop 3. For Loop...

Edit Template
Scroll to Top