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

Python Practical

The document outlines the practical examination for BCA Part-III at the University of Rajasthan, Jaipur, for the year 2025 in the Python Lab. It includes two sets of questions, each requiring students to attempt three questions from a list of four, with each question carrying 25 marks. The topics cover basic programming tasks such as addition, square root calculation, number swapping, and unit conversions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Python Practical

The document outlines the practical examination for BCA Part-III at the University of Rajasthan, Jaipur, for the year 2025 in the Python Lab. It includes two sets of questions, each requiring students to attempt three questions from a list of four, with each question carrying 25 marks. The topics cover basic programming tasks such as addition, square root calculation, number swapping, and unit conversions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIVERSITY OF RAJASTHAN, JAIPUR

BCA Part -III


Practical Examination 2025
Python Lab
SET 1

Time: 3 Hrs. Maximum Marks: 100


Attempt any three questions. Each question carries 25 marks.

1. Write a program to add predefined values.


2. Write a program to find the square root of a number using the exponential operator.
3. Write a program to swap 2 numbers using 2 temporary variables.
4. Write a program to create calculator using local variables.

Viva voce
Record
******************************************************************************

UNIVERSITY OF RAJASTHAN, JAIPUR


BCA Part -III
Practical Examination 2025
Python Lab
SET 2
Time: 3 Hrs. Maximum Marks: 100
Attempt any three questions. Each question carries 25 marks.
1. Write a program to add 2 integers with user input
2. Write a program to find the square root of a number using math module.
3. Write a program to convert kilometers to miles.
4. Write a program to find area of a triangle.
Viva voce
Record

You might also like