page-banner
Chapter-1 Introduction to Programming
Q16.
कौन सा कोड को लाइन दर लाइन निष्पादित करता है?<break-line><break-line>Which of the following executes the programming code line by line?
A. कंपाइलर / Compiler
B. इंटरप्रेटर / Interpreter
C. एक्जीक्यूटर / Executer
D. अनुवादक / Translator
View Answer
Q17.
कंप्यूटर की गतिविधियों को नियंत्रित और प्रबंधित करने वाला प्रोग्राम?<break-line><break-line>A computer program that manages and controls a computer's activity:
A. इंटरप्रेटर / Interpreter
B. मॉडेम / Modem
C. कंपाइलर / Compiler
D. ऑपरेटिंग सिस्टम / Operating system
View Answer
Q18.
__________ एक ऐसा सेट है जिसे आप अपनी एप्लिकेशन में शामिल करना चाहते हैं।<break-line><break-line>__________ is a set of functions you want to include in your application.
A. ओपन / Open
B. मॉड्यूल / Module
C. कन्वर्ट / Convert
D. ऐप / App
View Answer
Q19.
एल्गोरिदम निर्माण के तीन विभिन्न प्रकार कौन से हैं?<break-line><break-line>What are the three different types of algorithm constructions?
A. इनपुट/आउटपुट, निर्णय / Input/Output, Decision
B. इनपुट, आउटपुट, प्रोसेस / Input, Output, Process
C. लूप, इनपुट/आउटपुट, प्रोसेस / Loop, Input/Output, Process
D. क्रम, चयन, पुनरावृत्ति / Sequence, Selection, Repeat
View Answer
Q20.
एल्गोरिदम को __________ द्वारा प्रदर्शित नहीं किया जा सकता है।<break-line><break-line>Algorithms cannot be represented by __________.
A. स्यूडो कोड / Pseudo codes
B. सिंटैक्स / Syntax
C. फ्लोचार्ट्स / Flowcharts
D. प्रोग्राम / Programs
View Answer