0% found this document useful (0 votes)
75 views1 page

Internal Assessment Test III: Python Programming

This document is an internal assessment test for a Python application programming course. It contains 4 questions assessing students' knowledge of classes, inheritance, databases, XML parsing, and HTTP requests. Students must answer any two full questions, with one from each part. The first question asks students to explain classes and define a Person class using the init method. The second asks about inheritance and multiple inheritance. The third involves creating a database table and querying it. The fourth covers parsing XML and retrieving an image over HTTP.

Uploaded by

Nidhi Nilaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views1 page

Internal Assessment Test III: Python Programming

This document is an internal assessment test for a Python application programming course. It contains 4 questions assessing students' knowledge of classes, inheritance, databases, XML parsing, and HTTP requests. Students must answer any two full questions, with one from each part. The first question asks students to explain classes and define a Person class using the init method. The second asks about inheritance and multiple inheritance. The third involves creating a database table and querying it. The fourth covers parsing XML and retrieving an image over HTTP.

Uploaded by

Nidhi Nilaj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Jain College of Engineering, Belagavi

Department of Electronics and Communication Engineering

Internal Assessment Test – III

Semester: VI Date: 13/08/2021


Subject: Python Application Programming Time:75 mins
Sub code: 18EC646/17CS664 Max Marks: 50
Note: Answer any TWO full questions, choosing one complete question from each part.

Bloom’s
Q. No.
Questions Marks COs’ Cognitive
PART A Levels

A. What is class?? Explain how to define a class with the help of a program
CO4
10 L1,L2
Q.1
B. write a python code to creat a class named person and use _init_() function to 15 CO4 L2,L3
assign values for name and age

OR
A Explain inheritance in python with the help of a program
10 CO4 L1,L2

B
Q.2
15 CO4 L2,L3

PART B
A. write a code to create a database file and a table named Tracks with two
Columns in the database 10 CO5 L1, L2
Q.3
B. Write a python program to demonstrate multiple inheritance
15 CO4 L2,L3

OR
A. Explain parsing XML with the help of a program.
Q.4 10 CO5 L1, L2

B. Write a program to retrieve an image over HTTP


15 CO5 L2,L3

*CO- Course Outcome Prepared by Approved by HOD


Signature: Signature:
Name: Amar Patil Name: Dr. Krupa Rasane
Page 1 of 1

You might also like