निम्न में से किसका उपयोग उच्च स्तरीय भाषा को ऐसे रूप में परिवर्तित करने के लिये किया जाता है, जिसे मशीन समझ सके ?
व्याख्या एवं हल
सही उत्तर: (B) कंपाइलर
कंपाइलर एक ऐसा भाषा अनुवादक (सिस्टम सॉफ्टवेयर) है जो उच्च स्तरीय प्रोग्रामिंग भाषा में लिखे कोड को एक साथ पूरी तरह से मशीन भाषा में परिवर्तित करता है जिसे कंप्यूटर का प्रोसेसर निष्पादित कर सके।
In English (Question & Model Answer)
Which one of the following is used to convert a high level language into a form which the machine can understand ?
Correct Answer: (B) Compiler
A Compiler is a system program that translates high-level programming language code into machine language (binary code) all at once before execution, enabling the hardware processor to execute the instructions directly.