Important Notice:

Course Content
Introduction To Computer (Chapter-1) M1-R5.1/CCC
About Lesson

1.    System software:-

           System software or system packages, are sets of one or more programs that are basically designed to control the operation of the computer system. System software, thus make the operation of the computer system more effective and efficient.

                  System Software एक ऐसा सॉफ्टवेयर होता है जो कंप्यूटर को control (नियंत्रित) और मैनेज करता है।सिस्टम सॉफ्टवेयर कंप्यूटर का सबसे प्रमुख सॉफ्टवेयर होता है। इसकी मदद से कंप्यूटर start (चालू) होता है। इसके बिना कंप्यूटर start भी नहीं हो सकता।

Note:-सिस्टम सॉफ्टवेयर एक प्रकार का कंप्यूटर प्रोग्राम है जो कंप्यूटर और यूज़र के बीच इंटरफेस की तरह कार्य करता है।

There are some system software:-

  1. Operating System

  2. Compiler

  3. Interpreter

  4. Assemblers

  5. Linkers

  6. Loaders

  7. Device Driver

 

Operating System

                    ऑपरेटिंग सिस्टम कंप्यूटर का ऐसा पहला सॉफ्टवेयर है जो कंप्यूटर के स्टार्ट होने के बाद लोड होता है कंप्यूटर में बूटिंग के लिए यह एक महत्वपूर्ण सॉफ्टवेयर है यह केवल कंप्यूटर की बूटिंग ही नहीं बल्कि दूसरे एप्लीकेशन और यूटिलिटी सॉफ्टवेयर को कंप्यूटर में चलाने के लिए भी आवश्यक होता है।

                Operating system is the first software of the computer that is loaded after the computer starts. It is an important software for booting the computer. It is necessary not only for booting the computer but also for running other applications and utility software in the computer. Is.

उदाहरण:

  • IOS,
  • MACOS,
  • Linux
  • Unix,
  • Android,
  • Windows
Device Driver

               हार्डवेयर पार्ट्स को कंप्यूटर से कम्युनिकेट करने के लिए एक खास प्रकार के सॉफ्टवेयर की आवश्यकता होती है जिसे हम डिवाइस ड्राइवर कहते हैं जो ऑपरेटिंग सिस्टम के साथ मिलकर काम करते है जैसे कि हम कीबोर्ड को कंप्यूटर से कनेक्ट करते हैं तो कीबोर्ड सही तरीके से कार्य कर पाए इसके लिए कंप्यूटर में पहले से ही एक कीबोर्ड ड्राइवर होता हैl

              To communicate the hardware parts with the computer, a special type of software is required which we call device driver which works together with the operating system like if we connect the keyboard to the computer then the keyboard can function properly. The computer already has a keyboard driver for this.

उदाहरण:

  • USB Drivers,
  • Printer Drivers,
  • Motherboard Driver,
  • Network Adapter Drivers,
  • ROM Drivers
  • VGA Drivers

a.            Compiler:-

         A program which translates a high-level language program into a machine language program is known as a compiler. It checks all kinds of limits, ranges, errors etc.

          एक प्रोग्राम जो एक उच्च-स्तरीय भाषा प्रोग्राम को मशीन भाषा प्रोग्राम में अनुवाद करता है, को कंपाइलर के रूप में जाना जाता है। यह सभी प्रकार की सीमाओं, सीमाओं, त्रुटियों आदि की जांच करता है।

Note:-कंपाइलर पूरे स्टेटमेंट को एक बार में ही ट्रांसलेट कर देता है जबकि इंटरप्रिटर एक-एक लाइन (एक-एक स्टेटमेंट) ट्रांसलेट करता है।

b.         Interpreter:-

         An interpreter is a program which translates one statement of a high- level language program into machine codes and executes it.

       In this way it proceeds further till all the statement of the program are translated and executed.

         एक दुभाषिया एक प्रोग्राम है जो उच्च-स्तरीय भाषा कार्यक्रम के एक कथन को मशीन कोड में अनुवादित करता है और इसे निष्पादित करता है।

         इस तरह यह तब तक आगे बढ़ता है जब तक कि कार्यक्रम के सभी कथन  अनुवादित और निष्पादित नहीं हो जाते।

Note:- A compiler is nearly 5 to 5 times faster than an interpreter.

दुभाषिया की तुलना में एक कंपाइलर लगभग 5 से 5 गुना तेज होता है

c.       Assemblers:-

             An assembler is a type of computer program that interprets software programs written in assembly language into machine language, code and instructions that can be executed by a computer.

                        कंप्‍यूटर मशीन भाषा में लिखे प्रोग्राम को ही समझ पाता था लेकिन मशीन भाषा में प्रोग्राम लिखना कठिन काम था इसलिये असेम्बली भाषा को बनाया गया और असेम्बली भाषा को मशीनी भाषा में अनुवाद करने के लिये बनाया गया Translator है जो असेम्बली भाषा को मशीन भाषा में Translate करता है, उसे असेम्बलर कहते हैl

error: Content is protected !!