Friday, April 12, 2024

IMP BSc III Year CS Python programming Major2 DAVV Indore NEP 2023_24

Unit-01
1.) Introduction and History of Python
2.) Features of Python , Importance/ Applications of Python (IDLE)
3.) Dynamically typed and Strongly typed language 
4.) Explain if-elif-else , define pass keyword, define range() function.
5.) Operator's of python.
यूनिट-01
1.) पायथन का परिचय और इतिहास
2.) पायथन की विशेषताएं, महत्व/पायथन के अनुप्रयोग (आईडीएलई)
3.) गतिशील रूप से टाइप की गई और सशक्त रूप से टाइप की गई भाषा
4.) if-elif-else को समझाएं, पास कीवर्ड को परिभाषित करें, रेंज() फ़ंक्शन को परिभाषित करें।
5.) पायथन का संचालक।

Unit-02
1.) Introduction to Lists, append, extend, insert, slicing, deep copy, shallow copy operations of lists.
2.) Introduction to Tuples, Explain the use of tuples as a swap function. 
3.) Introduction to Dictionaries, define keys, values.
4.) Introduction to Strings- lower,upper, strip, split, splitlines, join etc. 
5.) Introduction to Sets also Explain union, intersection and symmetric difference operations of sets.
यूनिट-02
1.) सूचियों का परिचय, जोड़ना, विस्तार करना, सम्मिलित करना, टुकड़ा करना, गहरी प्रतिलिपि, सूचियों की उथली प्रतिलिपि संचालन।
2.) टुपल्स का परिचय, स्वैप फ़ंक्शन के रूप में टुपल्स के उपयोग की व्याख्या करें।
3.) शब्दकोशों का परिचय, कुंजियाँ, मान परिभाषित करें।
4.) स्ट्रिंग्स का परिचय - निचला, ऊपरी, पट्टी, विभाजन, स्प्लिटलाइन, जुड़ना आदि।
5.) समुच्चयों का परिचय समुच्चयों के संघ, प्रतिच्छेदन और सममित अंतर संक्रियाओं को भी समझाएं।

Unit-03
1.) Defining and calling a function in python 
2.) Explain lambda functions, map(), filter() and reduce() functions. 
3) File handling introduction and opening modes read(), readline(), readlines(), write(), writelines(), seek(), tell(). 
4.) Python program to count number of characters, words and lines exist in given file.
5.) Python program to copy contents of one file in to another file.
यूनिट-03
1.) पायथन में किसी फ़ंक्शन को परिभाषित करना और कॉल करना
2.) लैम्ब्डा फ़ंक्शंस, मैप(), फ़िल्टर() और रिड्यूस() फ़ंक्शंस समझाएं।
3) फ़ाइल प्रबंधन परिचय और खोलने के तरीके रीड(), रीडलाइन(), रीडलाइन(), राइट(), राइटलाइन(), सीक(), टेल ()।
4.) दिए गए फ़ाइल में मौजूद वर्णों, शब्दों और पंक्तियों की संख्या की गणना करने के लिए पायथन प्रोग्राम।
5.) एक फ़ाइल की सामग्री को दूसरी फ़ाइल में कॉपी करने के लिए पायथन प्रोग्राम।

Unit-04
1.) Introduction to Class
2.) Explain constructor and destructor
3.) Inheritance and multiple inheritance problem 
4.) Explain inbuilt modules and import, from...import statements
5.) Introduction to Exceptional Handling and
Define try, raise, except, else, finally block
यूनिट-04
1.) कक्षा का परिचय
2.) कंस्ट्रक्टर और डिस्ट्रक्टर को समझाइये
3.) वंशानुक्रम और एकाधिक वंशानुक्रम समस्या
4.) आयात विवरण से इनबिल्ट मॉड्यूल और आयात की व्याख्या करें
5.) असाधारण हैंडलिंग का परिचय और
प्रयास करें, बढ़ाएँ, छोड़ें, अन्यथा, अंत में ब्लॉक करें को परिभाषित करें

Unit-05
1.) Introduction of sqlite 
2.) Explain create, alter and drop table sql commands through python.(DDL)
3.) Modifying data of tables (insert, select, update, delete) sql commands through python. (DML)
4.) Introduction to tkinter module with example like simple GUI code having buttons, labels, colors etc.
यूनिट-05
1.) एसक्लाइट का परिचय
2.) पायथन के माध्यम से तालिका एसक्यूएल कमांड बनाने, बदलने और ड्रॉप करने की व्याख्या करें। (डीडीएल)
3.) पायथन के माध्यम से एसक्यूएल कमांड में तालिकाओं के डेटा को संशोधित करना (डालना, चयन करना, अपडेट करना, हटाना)। (डीएमएल)
4.) सरल जीयूआई कोड जैसे बटन, लेबल, रंग आदि जैसे उदाहरण के साथ टिंकर मॉड्यूल का परिचय।

No comments:

Post a Comment