The document outlines the practical examination for the Python Programming Lab (CPCS66) at Immaculate College for Women, scheduled for April 27, 2023. Students are required to answer any two questions from a list of programming tasks, which include generating Fibonacci series, computing GCD, and checking for palindromes. The exam duration is 3 hours and it carries a total of 75 marks.
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 ratings0% found this document useful (0 votes)
3 views1 page
Python Lab Univ q
The document outlines the practical examination for the Python Programming Lab (CPCS66) at Immaculate College for Women, scheduled for April 27, 2023. Students are required to answer any two questions from a list of programming tasks, which include generating Fibonacci series, computing GCD, and checking for palindromes. The exam duration is 3 hours and it carries a total of 75 marks.
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
You are on page 1/ 1
IMMACULATE COLLEGE FOR WOMEN
THIRUVALLUVAR UNIVERSITY - PRACTICAL EXAMINATION (APRIL / MAY-2023)
Sub Name / Code: CPCS66 / Python Programming Lab Year & Sem: III / VI Date: 27.04.2023/AN Time: 3 Hrs Mark: 75 Answer any two questions 1. Write a Python program to generate Fibonacci series. 2. Write a Python program to compute the GCD of two numbers. 3. Write a Python program to find the length of a list, reverse it, copy it and then clear it.
IMMACULATE COLLEGE FOR WOMEN
THIRUVALLUVAR UNIVERSITY - PRACTICAL EXAMINATION (APRIL / MAY-2023) Sub Name / Code: CPCS66 / Python Programming Lab Year & Sem: III / VI Date: 27.04.2023/AN Time: 3 Hrs Mark: 75 Answer any two questions 1. Write a Python program to generate first n prime numbers. 2. Write a Python program to find the sum of squares of n natural numbers. 3. Write a Python program to store strings in a list and print them
IMMACULATE COLLEGE FOR WOMEN
THIRUVALLUVAR UNIVERSITY - PRACTICAL EXAMINATION (APRIL / MAY-2023) Sub Name / Code: CPCS66 / Python Programming Lab Year & Sem: III / VI Date: 27.04.2023/AN Time: 3 Hrs Mark: 75 Answer any two questions 1. Write a Python program to find the sum of squares of n natural numbers. 2. Write a Python program to find the sum of the elements in an array. 3. Write a Python program to check if the given string is a palindrome or not.
IMMACULATE COLLEGE FOR WOMEN
THIRUVALLUVAR UNIVERSITY - PRACTICAL EXAMINATION (APRIL / MAY-2023) Sub Name / Code: CPCS66 / Python Programming Lab Year & Sem: III / VI Date: 27.04.2023/AN Time: 3 Hrs Mark: 75 Answer any two questions 1. Write a Python program to compute the GCD of two numbers 2. Write a Python program to find the sum of squares of n natural numbers 3. Write a Python program to find the largest element in the array.
IMMACULATE COLLEGE FOR WOMEN
THIRUVALLUVAR UNIVERSITY - PRACTICAL EXAMINATION (APRIL / MAY-2023) Sub Name / Code: CPCS66 / Python Programming Lab Year & Sem: III / VI Date: 27.04.2023/AN Time: 3 Hrs Mark: 75 Answer any two questions 1. Write a Python program to generate Fibonacci series 2. Write a Python program to generate first n prime numbers 3. Write a Python program to check if the given string is a palindrome or not