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

Python Final Exam Questions and Tasks

The document outlines the final exam for a Python course at the National Institute of Computer Education. It consists of seven questions covering topics such as hybrid inheritance, database queries using Flask and SQL, control flow statements, NumPy arrays, graph plotting, and SQL table joins. The exam is worth a total of 100 marks and has a duration of 2 hours.

Uploaded by

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

Python Final Exam Questions and Tasks

The document outlines the final exam for a Python course at the National Institute of Computer Education. It consists of seven questions covering topics such as hybrid inheritance, database queries using Flask and SQL, control flow statements, NumPy arrays, graph plotting, and SQL table joins. The exam is worth a total of 100 marks and has a duration of 2 hours.

Uploaded by

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

National Institute of computer Education

Final Exam
PYTHON

Total Marks: 100 Duration: 2:00 hr.


Q: 1) WAP to create a hybrid inheritance with example? (15)
Q: 2) WAP to create a insert query in database using flask Python & SQL? (15)
Q: 3) What is control flow Statement in Python? Explain its types with examples? (15)
Q: 4) WAP to create three numpy arrays & find the dimensions? Also perform iteration
On arrays? (15)
Q: 5) WAP to plot a bar and line graph together between two axis? (15)

Q:6) WAP to join 2 tables together in SQL? (10)

Q:7) WAP to create loops with its types? (15)

You might also like