page-banner
Chapter-1 Introduction to Programming
Q11.
जो एल्गोरिदम प्रोग्रामिंग भाषा के रूप में प्रदर्शित हो उसे क्या कहते हैं?<break-line><break-line>An algorithm represented in the form of programming languages is __________.
A. फ्लोचार्ट / Flowchart
B. स्यूडो कोड / Pseudo code
C. प्रोग्राम / Program
D. उपरोक्त में से कोई नहीं / None of above
View Answer
Q12.
कंप्यूटर विज्ञान में, एल्गोरिदम फ्लोचार्ट का चित्रमय प्रतिनिधित्व होता है।<break-line><break-line>In computer science, algorithm refers to a pictorial representation of a flowchart.
A. सही / True
B. गलत / False
C. कह नहीं सकते / Can’t say
D. शायद / May be
View Answer
Q13.
कंप्यूटर द्वारा समझी जाने वाली भाषा कौन सी है?<break-line><break-line>Which of the following language is understood by computer?
A. मशीन भाषा / Machine language
B. असेंबली भाषा / Assembly language
C. हाई लेवल भाषा / High-level language
D. उपरोक्त में से कोई नहीं / None of the above
View Answer
Q14.
कोड में त्रुटियाँ खोजने की प्रक्रिया को क्या कहते हैं?<break-line><break-line>The process of finding errors in code is called as?
A. कंपाइलिंग / Compiling
B. रनिंग / Running
C. टेस्टिंग / Testing
D. डीबगिंग / Debugging
View Answer
Q15.
टेस्टिंग को किस रूप में जाना जाता है?<break-line><break-line>Testing is known as:
A. हर प्रोजेक्ट का एक चरण / A stage of all projects
B. कोड की त्रुटियाँ खोजना / Finding broken code
C. डिलीवेरेबल का मूल्यांकन करना / Evaluating deliverable to find errors
D. उपरोक्त में से कोई नहीं / None of the above
View Answer