Save as PDF
Opens your browser print dialog — select "Save as PDF" to download.
MCA-303 (1)
M.C.A. III Semester (Two Year Course)
Examination, November 2023
Python Programming
(Elective-I)
Note: i) Attempt any five questions.
किन्हीं पाँच प्रश्नों को हल कीजिए।
ii) All questions carry equal marks.
सभी प्रश्नों के समान अंक हैं।
iii) In case of any doubt or dispute the English version question should be treated as final.
किसी भी प्रकार के संदेह अथवा विवाद की स्थिति में अंग्रेजी भाषा के प्रश्न को अंतिम माना जायेगा।
Explain scope of a variable with parameterized functions.
पैरामीटर युक्त फंक्शन्स के साथ एक वेरीऐबल के दायरे को समझाइए।
Write Python code to implement binary search operation on an array of elements.
तत्वों की एक श्रृंखला पर बाइनरी सर्च ऑपरेशन को लागू करने के लिए पायथन कोड लिखें।
Write Key features and applications of Python.
पायथन की प्रमुख विशेषताएँ और अनुप्रयोग लिखें।
Differentiate parameters and arguments. How to use them in python discuss with example?
नपदपददों और तर्कों में अंतर करें? पायथन में इनका उपयोग कैसे करें उदाहरण सहित चर्चा करें?
Explain mutable and immutable types in python.
पायथन में परिवर्तनीय और अपरिवर्तनीय प्रकारों की व्याख्या करें।
Explain how many comparisons the selection sort algorithm will make on an array of 23, 5, 8, 2, 87, 3, 23, 8, 7, 5 elements.
बताइए कि चयन सॉर्ट एल्गोरिदम 23, 5, 8, 2, 87, 3, 23, 8, 7, 5 तत्वों की सरणी पर कितनी तुलना करेगा।
State the benefits of class hierarchy implementation in object-oriented programming.
ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग में वर्ग पदानुक्रम कार्यान्वयन के लाभ बताइए।
Explain different types of methods that can be defined in a Python class.
विभिन्न प्रकार की विधियों की व्याख्या करें जिन्हें पायथन क्लास में परिभाषित किया जा सकता है।
How multiple inheritance is achieved in Python explain with an example?
पायथन में मल्टीपल इनहेरिटेंस कैसे हासिल किया जाता है, एक उदाहरण के साथ समझाइए?
Describe file handling operation with illustrative examples.
उदाहरण सहित फाइल हैंडलिंग ऑपरेशन का वर्णन करें।
Illustrate the advantages of using modules in programming.
प्रोग्रामिंग में मॉड्यूल का उपयोग करने के लाभों का वर्णन करें।
Write the significance of assigning a namespace to Python modules.
पायथन मॉड्यूल को नेमस्पेस निर्दिष्ट करने का महत्व लिखें।
Write short notes on any two:
किन्हीं दो पर संक्षिप्त नोट्स लिखें:
Precedence of operators
ऑपरेटर्स की प्राथमिकता
String functions and methods
स्ट्रिंग फंक्शंस और विधियाँ
Command line arguments
कमांड लाइन तर्क
Fruitful functions
उपयोगी कार्य