Practicle Word File
Practicle Word File
INFORMATION PRACTICES
(065)
PRACTICAL FILE
2024-2025
NAME:Abhinav Rao
ROLL NO:03
CERTIFICATE
Teacher-in-charge
(Mrs. Maitri Dutta)
Output
PROGRAM 2
To find the sale price of an item with a given cost and discount (%).
output
PROGRAM3
To calculate perimeter/circumference and area of shapes such as triangle, rectangle, square and
circle
Output
PROGRAM 4
To calculate Simple and Compound interest.
Output
PROGRAM 5
To calculate profit-loss for given Cost and Sell Price
Output
PROGRAM 6
To calculate EMI for Amount, Period and Interest.
Output
Progarm 7
To calculate tax - GST
Output
PROGRAM 8
To find the largest and smallest numbers in a list.
0utput
Progarm 9
Output
Program 10
To find the sum of squares of the first 100 natural numbers.
Output
Program 11
To print the first ‘n’ multiples of a given number.
Output
Program 12
Write a python program to count the number of vowels in a user entered string.
Output
Program 13
Write a python program to print the words starting with a particular alphabet in a user entered
string.
Output
Program 14
Write a python program to print the number of occurrences of a given alphabet in each string
OUTPUT
Program 15
. Create a dictionary to store names of states and their capitals.
Output
Program16
Create a dictionary of students to store names and marks obtained in 5 subjects.
OUTPUT
Program17
To print the highest and lowest values in the dictionary.
Output
Program18
To find the minimum and maximum element from a list of numbers along with its index in the list
Output
Program19
To calculate the mean of a given list of numbers input from the user
Output
Program 20
To search for an element in a list of numbers input from a user.
Output
Q1
Q3
To create a student table with the student id, class, section, gender, name, dob, and marks where
the student id is the primary key.
Q4
To view the structure of the table
Q5
Q6
To display the entire content of the table.
Q7
Increase marks by 5% for those who have studentID more than 1105
Q9
To display the Name and Marks of those students who are scoring marks more than 50
Q11
Q12
Q14
Q16
To display the information all the students, whose name starts with ‘sh’
Q17
To display studentID, Name, DOB of those students who are born in 2005.
Q18
To display studentID, Name, DOB, Marks, Email of those male students in ascending order of their
marks.
Q19
To display studentID, Gender, Name, DOB, Marks, Email in descending order of their marks.
Q20