A program that converts a high-level language program into a set of instructions that can run on a computer is called _________.
A program that converts a high-level language program into a set of instructions that can run on a computer is called _________.
एक प्रोग्राम जो उच्च स्तरीय भाषा के प्रोग्राम को अनुदेशों के एक कन्वर्ट करता है जिसे कंप्यूटर पर रन किया जा सकता है, उसे _________ कहा जाता है।
Detailed Solution & Logic
Compiler/ कंपाइलर
Explanation (व्याख्या):
Compiler एक ऐसा प्रोग्राम है जो high-level language (जैसे C, C++, Java) में लिखे गए प्रोग्राम को machine language (binary instructions) में बदल देता है, जिसे CPU सीधे समझ सकता है और execute कर सकता है।
- Compiler पूरे प्रोग्राम को एक साथ translate करता है और executable file बनाता है।
- इस प्रक्रिया के बाद, प्रोग्राम को बार-बार compile करने की जरूरत नहीं होती, बस executable run किया जा सकता है।
Other options explained:
- Loader / लोडर:
- यह program को memory में load करता है ताकि CPU उसे execute कर सके।
- Compiler का काम नहीं करता।
- Debugger / डीबगर:
- यह tool प्रोग्राम में errors/bugs ढूँढने और fix करने के लिए उपयोग होता है।
- Assembler / असेंबलर:
- यह assembly language (low-level language) को machine language में बदलता है।
- High-level languages के लिए नहीं।
Extra Facts (अतिरिक्त तथ्य):
- Compiler Syntax and Semantic errors दोनों की जांच करता है।
- High-level languages को सीधे CPU नहीं समझ सकता; इसलिए compiler जरूरी है।
- Examples of Compilers: GCC (C/C++), Java Compiler (javac), Turbo C Compiler।
- Compiler vs Interpreter:
- Compiler: पूरे प्रोग्राम को एक साथ translate करता है।
- Interpreter: लाइन-बाय-लाइन translate और execute करता है।
Memory Tip:
- Think: Compiler = High-level → Machine-level translation 🖥️✨
- यह नाम “compile” के अर्थ “एक साथ जोड़कर तैयार करना” से आया है।
Similar Practice Questions
How can a user change the display settings in the Windows operating system?
How can a user change the display settings in the Windows operating system? कोई यूजर...
What happens when you select the Run option for an executable file in the File Download dialog box?
What happens when you select the Run option for an executable file in the File Download...
Which of the following is the default location where deleted files are temporarily stored in MS Windows OS before they are permanently removed?
Which of the following is the default location where deleted files are temporarily stored in...
Which software controls the computer system when it starts?
Which software controls the computer system when it starts? कौन-सा साॅफ्टवेयर के स्टार्ट होने पर...
Which of the following printing qualities is NOT present under the printer properties?
Which of the following printing qualities is NOT present under the printer properties? निम्नलिखित में से...
Where do all the deleted files and folders go in a computer system?
Where do all the deleted files and folders go in a computer system? कम्प्यूटर सिस्टम...
What is the primary function of an operating system in a computer?
What is the primary function of an operating system in a computer? कंप्यूटर में ऑपरेटिंग...