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

Python Programming Exam Questions 2025

Uploaded by

rehancsc0630
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)
14 views1 page

Python Programming Exam Questions 2025

Uploaded by

rehancsc0630
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

AMEX

SEMESTER II CCFUP EXAMINATION 2025


Paper Name: Python Programming
Paper Code: BCA 2051

F.M: 40 Time: 3 Hour


Answer any one from the followings. (40*1=40)

1. Check Whether a Given Number is an Palindrome or Not using Python

2. Find the GCD of Multiple Numbers Using Recursive Using User Input Implementation using Python

3. Check Whether a Given Number is an Armstrong Number (Narcissistic Number) or Not using Python

4. Sort an Array Using the Insertion Sort Algorithm using Python

5. Check Whether a Given Number is a Prime or Not using Python

6. Check if a Number is a Strong Number or Not using Python

7. Generate Fibonacci Sequence Up to N Terms Using Recursion Take by User Input using Python

8. Calculate the Least Common Multiple (LCM) of Two Integers using Python

9. Calculate Factorial of N number Using Python

10. Generate All Prime Numbers Within a Specified Range Using Optimized Checking Take by User Input
using Python

You might also like