Functions of operating system in hindi



हेलो दोस्तों।

आज के पोस्ट में हम operating system के functions के बारे में समझेंगे।


Functions of Operating System

1. Memory Management - Real time operating system में, primary और secondary memory system के बीच program की बहुत कम swapping है। ज्यादातर idle time में program primary memory के रहता है ताकि quick response मिले, इसलिए real time system में memory management, multi programming system के comparision में less demanding है। दूसरी तरफ real time system में process एक दूसरे से closely co operate करते है, जो कि protection of memory sharing का feature उपलब्ध कराती है।




Functions of operating system in hindi
Functions of operating system in hindi





2. I/O Management - Time ciritcal device management, Real time system के main characteristics में से है। यह interrupt management और I/O buffrring से sophisticated form को provide करता है।



3. File Management - Real time system में file management का primary objective access speed को बढ़ाना होता है, न कि secondary storage का efficient utilization बल्कि कुछ real time systems में secondary storage ही नही होता। लेकिन real time system में provide किए गए file management को वे सभी requirements satisfy करनी चाहिए जो कि time sharing और दूसरे multi programming systems में पाई जाती है।




4. Booting - जब computer की power को on किया जाता है तब ROM से instructions run होते है जो system hardware को examine करते है, ताकि सब कुछ properly चले।


यह power on self text CPU, memory, basic, I/O systems की error को लिए check करता है और result को special memory location में store कर देता है। जब POST successfully complete हो जाता है, ROM में load software computer की disk drives को activate कर देगा। सभी modem computer में जब computer hard disk drive को activate कर देता है, तब पहली चीज boot strap load मिलती है, जो कि operating system का सबसे पहला part है।



5. Processor Management - Processor को manage करने के लिए दो related issues आते है पहला यह कि हर process और application के पास पर्याप्त processor time हो ताकि वह properly function कर सके और दूसरा यह कि real work के लिए हम ज्यादा से ज्यादा processor cycles उपयोग करें। software का वह basic unit जिससे operating system processor के work का schedule करने के दौरान deal करता है या तो वह process है या तो thread है जो कि operating system पर depend करते है।



6. Device Management - operating system और सभी hardware जो कि computer की motherboard पर नही है, सभी एक special program से गुजरते है, जिसे drivers कहा जाता है। dirvers का function है translator का, जो कि hardware sub systems के electrical signals को operating system और application programs की high level programming languages के लिए translate करता है।


Operating system द्वारा define की गई file से driver data लेता है और bites की streams में translate करके storage devices में specific location में store करा देता है। या फिर printer से laser rules की series बना देता है।


I/O को मैनेज करने भी buffer और queries को manage करना है। special storage facilities जो कि device से bits की stream लेते है जैसे keyboard से serial communication ports तक bits को hold करके उसे slow rate में CPU को release कर देता है। यह function तब important होता है, जब एक से ज्यादा process run हो रहे हो, और processor का time consume कर रहे हो। operating system buffer को instruct करेगा कि वह device से input लेना continue करे लेकिन CPU को data send करना stop करें, जब तक input process suspend नही हो जाता। उसके बाद जब input process फिर active किया जाता है, operating system buffer को data send करने के लिए command देता है। यह process keyboard और modem को exteral area या computer से high speed पर deal करने के लिए allow करता और तब भी जब CPU दूसरे resources का input use नही कर सकता।



7. User Interface - User Directly Operating System commands के द्वारा operating system से interact कर सकता है। किसी भी case में operating system user और computer के hardware से भी interface का काम करता है। यह user के लिए computer hardware के access आसान बनाता है। 

Post a Comment