page-banner
Chapter-1 Introduction to Programming
Q36.
एक अल्गोरिथम क्या है ?<break-line><break-line>What is an algorithm?
A. एक प्रोग्रामिंग भाषा / A programming language
B. एक समस्या को हल करने के लिए चरणबद्ध प्रक्रिया / A step-by-step procedure for solving a problem
C. एक कंप्यूटर हार्डवेयर घटक / A computer hardware component
D. एक डेटा संरचना / A data structure
View Answer
Q37.
प्रोग्रामिंग लैंग्वेज क्या होता है ?<break-line><break-line>What is a programming language?
A. कंप्यूटर को विशिष्ट कार्य करने के निर्देशों का एक सेट / A set of instructions for a computer to perform specific tasks
B. एक भौतिक उपकरण जो कंप्यूटर प्रोग्राम निष्पादित करता है / A physical device that executes computer programs
C. एक कंप्यूटर सिस्टम के हार्डवेयर घटक / The hardware components of a computer system
D. जानकारी संग्रहीत करने के लिए एक डेटा संरचना / A data structure used for storing information
View Answer
Q38.
कम्पाइलर का उद्देश्य क्या है ?<break-line><break-line>What is the purpose of a compiler?
A. हाई लेवल कोड को मशीन कोड में बदलना / To translate high-level programming code into machine code
B. प्रोग्राम को लाइन दर लाइन चलाना / To execute a program line by line
C. प्रोग्राम में त्रुटियों को सुधारना / To debug and fix errors in a program
D. प्रोग्राम परफॉर्मेंस को अनुकूलित करना / To analyze and optimize program performance
View Answer
Q39.
निम्नलिखित में से कौन सी हाई-लेवल प्रोग्रामिंग लैंग्वेज है ?<break-line><break-line>Which of the following is a high-level programming language?
A. असेंबली लैंग्वेज / Assembly language
B. मशीन लैंग्वेज / Machine language
C. C++
D. 0/1
View Answer
Q40.
प्रोग्राम को रन करने का सही सीक्वेंस क्या होता है ?<break-line><break-line>Identify the correct sequence of steps to run a program.
A. लिंक, लोड, कोड, कम्पाइल, एक्सीक्यूट / Link, Load, Code, Compile, Execute
B. कोड, कम्पाइल, लिंक, एक्सीक्यूट, लोड / Code, Compile, Link, Execute, Load
C. कोड, कम्पाइल, लिंक, लोड, एक्सीक्यूट / Code, compile, Link, Load, Execute
D. कम्पाइल, कोड, लिंक, लोड, एक्सीक्यूट / Compile, Code, Link, Load, Execute
View Answer