System Software - Tech S K

Latest

Notes of Computers Technology Information,Latest Tech News, O Level Software Notes,RS CIT notes The notes of all the computer's exams are available here

Recent Posts

Translate

सोमवार, 15 अक्टूबर 2018

System Software

Image result for System Software image

सिस्टम सॉफ्टवेयर (System Software)

सिस्टम सॉफ्टवेयर System Software एक ऐसा सॉफ्टवेयर है जो हार्डवेयर (Hardware) को प्रधबं(Manage) एवं नियंत्रण (Control) करता है ताकि एप्लीकेशन सॉफ्टवेयर (Application Software) अपना कार्य आसानी से पूरा कर सके | यह कम्यूटर सिस्टम का आवश्यक भाग होता है ऑपरेटिंग सिस्टम इसका स्पष्ट उदाहरण है |
“System Software वे है जो System को नियंत्रित और व्यवस्थित रखने का कार्य  करते है
यदि सिस्टम सॉफ्टवेयर को Non volatile storage जैसे इंटिग्रेटेड सर्किट (IC) में Store किया जाता है, तो इसे सामान्यत: फर्मवेयर का नाम दिया जाता है संक्षेप में सिस्टम सॉफ्टवेयर प्रोग्रामों का एक समूह है| System Software कई प्रकार के होते है जैसे-
  • Operating System
  • Compiler
  • Interpreter
  • Assembler
  • Linker
  • Loader
  • Debugger etc.

1.  Operating System 

Operating System एक System Software है, जिसे Computer को चालू करने के बाद Load किया जाता है| अर्थात यह Computer को Boot करने के लिए आवश्यक प्रोग्राम है| यह Computer को boot करने के अलावा दूसरे Application software और utility software के लिए आवश्यक होता है|
  • Process Management
  • Memory Management
  • Disk and File System
  • Networking
  • Security Management
  • Device Drivers

2. Compiler

Image result for Compiler imageCompiler executable file बनाने के लिए Source Code को Machine code में translate करता है| ये code executable file के object code कहलाते है| Programmer इस executable object file को किसी दूसरे computer पर copy करने के पश्चात् execute कर सकते हैं| दूसरे शब्दों में Program एक बार Compile हो जाने के बाद स्वतंत्र रूप से executable file बन जाता है जिसको execute होने के लिए compiler की आवश्यकता नहीं होती है| प्रत्येक Programming language को Compiler की आवश्यकता होती हैं|
Compiler, Source code को Machine code में बदलने का कार्य करता है इसकी कार्य करने की गति (Speed) अधिक होती है और यह Memory में अधिक स्थान घेरता है क्योकि यह एक बार में पूरे प्रोग्राम को Read करता है और यदि कोई Error होती है तो error massage Show करता है|

3. Interpreter

Image result for Interpreter software imageInterpreter एक प्रोग्राम होता हैं जो High level language में लिखे Program को Machine Language में बदलने का कार्य करता है Interpreter एक–एक Instruction को बारी-बारी से machine language को Translate करता है |यह High level language के Program के सभी instruction को एक साथ machine language में translate नहीं करता है|
Interpreter Memory में कम स्थान घेरता है क्योकि यह प्रोग्राम की हर लाइन को बारी-बारी से Check करता है और यदि किसी Line में कोई error होती है तो यह तात्काल Error Massage Show करता है और जब तक उस गलती को सुधार नहीं दिया जाता तब तक यह आगे बढने नहीं देता |

 4. Assembler

Assembler एक प्रोग्राम है जो Assembly language को machine language में translate करता है| इसके अलावा यह high level language को Machine language में translate करता है यह निमोनिक कोड (mnemonic code) जैसे- ADD, NOV, SUB आदि को Binary code में बदलता है|
Image result for Assembler software image

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें

Friends, if you like this post then please share it on Facebook! Please tell through the comments that these posts will welcome you as well as your suggestions.