0% found this document useful (0 votes)
5 views

30 April BCA python_unlocked

The document outlines the examination details for the Bachelor of Computer Applications (B.C.A.) Fifth Semester Lab-Python at Tilak Maharashtra Vidyapeeth, Pune, scheduled for April/May 2024. It includes instructions on the bifurcation of marks, with a total of 30/60 marks, and lists various programming tasks that students are required to complete, such as using date and time functions, string manipulation, and file handling. The tasks emphasize practical programming skills in Python, including list operations, tuple methods, and recursion.

Uploaded by

joopandey092019
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

30 April BCA python_unlocked

The document outlines the examination details for the Bachelor of Computer Applications (B.C.A.) Fifth Semester Lab-Python at Tilak Maharashtra Vidyapeeth, Pune, scheduled for April/May 2024. It includes instructions on the bifurcation of marks, with a total of 30/60 marks, and lists various programming tasks that students are required to complete, such as using date and time functions, string manipulation, and file handling. The tasks emphasize practical programming skills in Python, including list operations, tuple methods, and recursion.

Uploaded by

joopandey092019
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

TILAK MAHARASHTRA VIDYAPEETH, PUNE

BACHELOR OF COMPUTER APPLICATIONS (B.C.A.)


EXAMINATION: APR/MAY 2024
FIFTH SEMESTER
Sub :( BCA-548-18/BCA-548-20/BCA-CS-548-20) LAB-Python
Date : 30/04/2024 Total Marks : 30/60 Time: 10.00 am to 4.00 pm
Instruction: Bifurcation of marks is as follows
Total Marks 30Marks 60Marks
(for batch2015 to 2019)
Programme 1 15 20
Programme 2 15 20
Viva - 20

1) Write a program to use 5 date and time functions.

2) Write a program to count the characters from string.

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a program to create append and remove lists in python

2) Write a program to demonstrate string slicing.

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a program to remove duplicated from list.

2) Write a program to create a tuple and use len(), Max(),min() methods

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a program find the sum of all numbers stored in list.
Write a program to print recursion using python.
2)

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a program to count odd umbers and even numbers in tuple.

2) Write a program to read a file display the contents of file.

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a python program to that accept the string and display the count of digits and letters

2) WAP to create module and declare functions(add, subtract, multiply and divide).
------------------------------------------------------CUT---------------------------------------------------
1) Write a program to accept the string and print the number of upper and lower case letters

2) Write a program to print table of given number using function

------------------------------------------------------CUT-----------------------------------------------------------
1) Write a program to read file line by line and print it

2) Write a program to check whether number is prime or not.

You might also like