DCA6109 PYTHON PROGRAMMING
- Subject Code :
DCA6109
- University :
MANIPAL UNIVERSITY JAIPUR Exam Question Bank is not sponsored or endorsed by this college or university.
- Country :
India
Internal Assignment
SESSION |
november 2024 |
PROGRAM |
MASTER of CoMPUTER APPLICATIONS (MCA) |
SEMESTER |
1 |
course CODE & NAME |
DCA6109 PYTHON PROGRAMMING |
CREDITS |
4 |
nUMBER OF ASSIGNMENTS & Marks |
02 30 |
Please read the below instructions carefully before proceeding further:
- Learners are instructed to download the IA Question Paper, prepare the answers (Soft Copy), and submit them through Learning Management System (LMS) Portal
- The last IA assignment submission date (Set-1 & Set-2 in a single file) is reflected in LMS only. This is the last date, and no further extension will be considered.
- Assignment submissions are accepted only in .pdf format.
- Assignments must be typed and formatted as per the following specifications:
- Page Margin 1 inch on all sides
- Page Orientation Portrait
- Page Size A4
- Font Family - Times New Roman
- Font size - 12
- Alignment - Justified.
- The total page limit shall not exceed 12 pages.
- Answers for 10-mark questions should be approximately 400-500 words and not more than 200-250 words for 5-mark questions.
- The average of both assignments marks scored by the learner will be considered Internal Assessment Marks.
- Only ONE submission is allowed per assignment.
- Please restrict the assignment document size to <2>
- Upon successfully submitting IA in LMS, learners can verify the document submitted against each course using the preview tab. If the file submitted has been corrupted or the wrong document submitted, it will not be considered for evaluation.
- If the learner resubmits the assignment, it is permissible only on or before the cut-off date, and the last submission will be considered for evaluation purposes.
- Content that has been directly copied from the Internet/SLM and Assignments that have been copied and shared among students will be automatically rejected and disqualified.
Set-I |
||||
Q. No |
Questions |
Marks |
Total Marks |
|
1. |
a) Explain naming rules for python identifiers in detail. b) What is lambda function? Why is it used? |
5+5 |
10 |
|
2. |
a) Discuss the use of else statement with for and while loop. Explain with an example. b) Explain the use of following string functions: - upper(), lower(), isdigit(), isalpha(), split(), join() with example. |
5+5 |
10 |
|
3. |
a) What are the different modes for reading and writing data into a file? b) Explain differences between list, tuple, set and dictionary. |
5+5 |
10 |
|
Set-II |
||||
Q. No |
Questions |
Marks |
Total Marks |
|
4. |
a) How to create user defined exceptions in python? Explain with example. Answer:- b) Write a regular expression for validating Indian mobile numbers entered by users. (+91-XXXXXXXXXX) |
5+5 |
10 |
|
5. |
a) Explain role of game loops and event handling in game development. b) Discuss data preprocessing steps in details. |
5+5 |
10 |
|
6. |
a) What are PEP8 guideline for formatting python code? b) Explain CRUD operations. |
5+5 |
10 |