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

08.python Model QP

The document outlines the UG Model Practical Examinations for the Python Programming Laboratory at Kongunadu College of Engineering and Technology, scheduled for May 2, 2024. It lists 16 programming tasks that students are required to complete, including finding GCD, checking for prime numbers, performing searches and sorts, and working with matrices and file operations. The document is intended for students in the Department of Computer Science and Engineering.

Uploaded by

Vahidhabanu Y
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)
3 views1 page

08.python Model QP

The document outlines the UG Model Practical Examinations for the Python Programming Laboratory at Kongunadu College of Engineering and Technology, scheduled for May 2, 2024. It lists 16 programming tasks that students are required to complete, including finding GCD, checking for prime numbers, performing searches and sorts, and working with matrices and file operations. The document is intended for students in the Department of Computer Science and Engineering.

Uploaded by

Vahidhabanu Y
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

KONGUNADU COLLEGE OF ENGINEERING AND TECHNOLOGY

(AUTONOMOUS)

NAMAKKAL-TRICHY MAIN ROAD, THOTTIAM (Tk), TRICHY (Dt)-621 215

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

UG MODEL PRACTICAL EXAMINATIONS APR/MAY 2024

20CS202L - PYTHON PROGRAMMING LABORATORY

DATE: 02.05.2024

1. Write a python Program to find the GCD (Greatest common divisor) of two numbers.

2. Write a python Program to find the given number is prime or not.

3. Write a python Program to find the maximum number in a list

4. Write a python Program to perform linear search

5. Write a python Program to Create a Module to Find the Fibonacci Numbers Upto 10

6. Write a python Program to perform binary search

7. Write a python Program to perform selection sort

8. Write a python program for Matrix multiplication

9. Write a python Program to find employee information by using classes and objects

10. Write a python program to perform addition of two matrix using list.

11. Write a python program to performing string Operation.

12. Write a python program to perform Read Write Process Using File.

13. Write a python program to performing copy a File.

14. Write a python program for Matrix Transposition.

15. Write a python program to find sum of N Natural number.

16. Write a python program to find the given number is palindrome or not.

FACULTY INCHARGE CO-ORDINATOR HOD

You might also like