Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

Assignment-4 Python Programming 402

This document outlines an assignment for the BCA-402 Python Programming course at M.M. Institute of Computer Technology & Business Management. It includes questions related to exception handling, Tkinter, file operations, and database management, along with assignment and course outcomes. The document also details Bloom's Taxonomy levels and a question-wise mapping matrix for assessment weightage.

Uploaded by

varun.gupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Assignment-4 Python Programming 402

This document outlines an assignment for the BCA-402 Python Programming course at M.M. Institute of Computer Technology & Business Management. It includes questions related to exception handling, Tkinter, file operations, and database management, along with assignment and course outcomes. The document also details Bloom's Taxonomy levels and a question-wise mapping matrix for assessment weightage.

Uploaded by

varun.gupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

M. M.

Institute of Computer Technology & Business Management


M.M. (Deemed to be University), Mullana Assignment 04

Session: 2024-2025 (Even) Class/Semester: BCA – 402(Section – C)


Subject Code: BCA-402 Subject Name: Python Programming
Lecture: 3 Tutorial: 0
Max. Marks Theory: 60 Max. Marks Sessional: 40 Credits: 3.0
Assigned Date:17/04/2025 Submission Date: 22/04/2025 Distribution Date:

Q. No. Questions Marks


(Total Marks - 30)
1. What is the difference between an exception and a syntax error? 01
2. Give one advantage of exception handling. 01
3. What is the function of pack() in Tkinter? 01
4. What does the open() function return? 01
5. What is user defined exception? 01
6. Write the syntax for creating the file. 01
7. What is the purpose of the try-finally clause in Python? 02
8. Name any two commonly used built-in exceptions in Python and describe how 02
they can be handled.
9. Write a program to handling exception & use all components of exception 04
handling also write the output for the same.
10. Explain the structure of a basic Tkinter application in Python. Write a simple 04
program to demonstrate the use of a GUI window.
Create a file in the python, also perform all read and write operation on it. 06
11.

Write the syntax for creating, Inserting, Deleting and updating data into database 06
using MySQL
12.

Assignment Outcome (AO):


1. Learn about module importing and use of NumPy module.
2. Understand the concepts of functions.
3. Understand the concept of classes and objects.
Course Outcome (CO): After completion of this course, the student is able to:
1. Build programs using programming constructs like variables, conditional logic, and looping.
2. Use list, tuple, and dictionary in Python.
3. Understand the concept of Numpy, classes, modules, and exception handing.
4. Access database in Python programs.
5. Develop GUI applications in Python.
Bloom’s Taxonomy Level (BTL):
1. Remembering 2. Understanding 3. Applying 4. Analyzing 5. Evaluating 6. Creating

Question wise Mapping Matrix (with AO, CO, BTL) Weightage (in %age)
Q. No. 1 2 3 4 5 6 7 8 9 10 11 12 AO 1:41%,2:25%,3:34%
AO No. 2 1 3 1 1 3 3 1 2 2 1 3 CO 3:100%
CO No. 3 3 3 3 3 3 3 3 3 3 3 3 BTL 1:50%,2:50%
BTL 1 1 1 1 1 1 2 2 2 2 2 2
Marks 1 1 1 1 1 1 2 2 4 4 6 6

You might also like