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