page-banner
Chapter-1 Introduction to Programming
Q41.
कम्पाइलर का फंक्शन क्या होता है ?<break-line><break-line>Function of a compiler is to
A. जरूरी फाइल और फंक्शन्स को जोड़ना / Put together the file and functions that are required by the program
B. इंस्ट्रक्शन को उपयुक्त रूप में ट्रांसलेट करना / Translate the instructions into a form suitable for execution by the program
C. मेमोरी में कोड लोड करना और एक्सीक्यूट करना / Load the executable code into the memory and execute them
D. यूजर को प्रोग्राम टाइप करने की अनुमति देना / Allow the user to type the program
View Answer
Q42.
टेस्टिंग की क्रिया का पहला गोल क्या होता है ?<break-line><break-line>What is testing process first goal.
A. बग प्रिवेंशन / Bug Prevention
B. एनालिसिस / Analysis
C. टेस्टिंग / Testing
D. सभी / All of the Above
View Answer
Q43.
प्रोग्रामिंग में कंडीशनल स्टेटमेंट्स का क्या उद्देश्य है ?<break-line><break-line>What is the purpose of conditional statements in programming?
A. एक ब्लाक ऑफ़ कोड को मल्टीपल टाइम रिपीट करना / To repeat a block of code multiple times
B. मैथमेटिकल कैलकुलेशन के लिए / To perform mathematical calculations
C. निश्चित कंडीशन का डिसिजन लेने के लिए / To make decisions based on certain conditions
D. डाटा को स्टोर और पुनः पाने के लिए / To store and retrieve data
View Answer
Q44.
प्रोग्रामिंग में लूप का क्या उद्देश्य है ?<break-line><break-line>What is the purpose of a loop in programming?
A. प्रोग्राम का स्ट्रक्चर डिफाइन करना / To define the structure of a program
B. प्रोग्राम इंस्ट्रक्शन एक्सीक्यूट करना है / To execute program instructions
C. एक ब्लाक ऑफ़ कोड को मल्टीपल टाइम रिपीट करना में / To repeat a block of code multiple times
D. डाटा को स्टोर और मेनिपुलेट करना / To store and manipulate data
View Answer
Q45.
निम्नलिखित में से कौन सी इंटरप्रेटेड प्रोग्रामिंग लैंग्वेज है ?<break-line><break-line>Which of the following is an example of an interpreted programming language?
A. जावा / Java
B. सी# / C#
C. सी / C
D. पायथन / Python
View Answer