
Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
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 को समझे हुए ।
user को अपने program को exicute करने के लिए hardwares की जरूरत होती है but किसी hardware को directly access करना कठिन होता है इसे accessable बनाने के लिए हम operating system का use करते है , operating system हमारे system को user-friendly बनाता है।
operating system हमारे system के cpu , memory , I/O devies , etc. को manage करता है ताकि इनका maximum utilization हो सके और हमारा system हमे smoothly performance दे सके।
operating system हमारे computer को unauthorized access और malware के attacks से बचाता है।
Table of Contents All Chapters 1. Inheritance 2. Concepts of Inheritance 3. Types of Inheritance 3.1. Single Inheritance...
Table of Contents All Chapters 1. Classes and Objects 2. Class in Python 3. Class Structure 3.1. Attributes...
Table of Contents All Chapters 1. Python Function 2. Define Function 3. Function Arguments 4. Function Parameters 5. Local and...
Table of Contents All Chapters 1. Python Dictionary 2. Access Dictionary items 3. Change Dictionary items 4. Add items in...
Table of Contents All Chapters 1. Python Set 2. Iterate Set items 3. Set Methods 3.1. Add items...
Table of Contents All Chapters 1. Python Tuple 2. Access Tuple Items 3. Update Tuple 4. Iterate Tuple Items 5....
Table of Contents All Chapters 1. Python List 2. Nested List 3. Range List 4. List Indexing 5. list Methods...
Table of Contents All Chapters 1. Python String 2. String Indexing 3. String Slicing 4. String Concatenation 5. String Formatting...
Table of Contents All Chapters 1. Python Loops 2. While Loop 2.1. Nested While Loop 3. For Loop...