Practical File for Class 11 IP

CBSE Class 11 Informatics Practices Python Programs with Output are provided for Term-1. Students who are pursuing 12th can refer to this page for practical files of python programs in order to prepare and learn well for the board exams.

Basically, the Class XII python practical file must have 15 python programs. But today, in this tutorial, we are going to compile some of the important python programs for class 11 CBSE Informatics Practices.

LIST OF PYTHON PROGRAMS FOR CLASS 11 PRACTICAL FILE WITH OUTPUT

Here are some of the python programs for class 11 pursuing students. Just take a look at them before kick starting your programming preparation for board exams. Click on the available links and directly jump into the respective python program to understand & continue with other programs that are listed below.

CBSE Class 11 Informatics Practices Python Programming Practical File for Term-1

  • To find the sale price of an item with given cost and discount
  • To calculate perimeter/ circumference and area of shapes such as triangle, rectangle, square and circle
  • To calculate simple and compound interest
  • To calculate profit loss for a given cost and sale price
  • To calculate EMI for amount, period and interest
  • To calculate tax-GST/ income tax
  • To find the largest and smallest numbers in a list
  • To find third largest/ smallest number in a list
  • To find sum of squares of the first hundred natural numbers
  • To print the first n multiples of given number
  • To count the number of vowels in a user entered string
  • To print the words starting with particular alphabet in a user entered string
  • To print the number of occurrences of a given alphabet in a given string
  • Create a dictionary to store names of state and their capitals
  • Create a dictionary of students to store names and marks obtained in five subjects
  • To print the highest and lowest value in the dictionary

CBSE Class 11 Informatics Practices Python Programming Practical File for Term-2

  • To create a database
  • To create student table with the student id, class, section, gender, name, dob, and marks as attributes where the student id is the primary key.
  • To insert the details of at least 10 student in the above
  • To delete the details of a particular student in the above
  • To increase marks by 5% for those students who have Rno more than 20
  • To display the entire content of the table.
  • To display Rno, Name and Marks of those students who are scoring marks more than 50
  • To find the average of marks from the student table.
  • To find the number of students, who are from section ‘A’.
  • To add a new column email in the above table with appropriate data type
  • To add the email ids of each student in the previously created email column
  • To display the information all the students, whose name starts with ‘AN’ (Examples: ANAND, ANGAD,..)
  • To display Rno, Name, DOB of those students who are born between ‘2005- 01-01’ and ‘2005-12-31’.
  • To display Rno, Name, DOB, Marks, Email of those male students in ascending order of their names
  • To display Rno, Gender, Name, DOB, Marks, Email in descending order of their marks
  • To display the unique section available in the table

Solutions

  • To create a database
  • To create student table with the student id, class, section, gender, name, dob, and marks as attributes where the student id is the primary key.
  • To insert the details of at least 10 student in the above
  • To delete the details of a particular student in the above
  • To increase marks by 5% for those students who have Rno more than 20
  • To display the entire content of the table.
  • To display rno,name,marks of those students who are scoring marks more than 50

    To find the average of marks from student table

  • To find the number of students, who are from section ‘A’.
  • To add a new column emails in the above table with appropriate data type

    To add email ids of each student in previously created email column

    To display the information of all the students,whose name starts with ‘AN’

    To display rno,name,dob of those students who are born between ’01-01-2005′ and ’31-12-2005′

    To display rno,name,dob email of those mail student in ascending order of their names

    To display rno,gender,name,dob,marks,emails in descending order of their marks

    To display the unique section available in the table

    Related MySQL queries:

    1] Create a student table and insert data. Implement the following MySQL commands on the student table: ( 9 solved SQL queries)

    2] Create garment table and insert data into it. (11 SQL queries solved)

    3] MySql Queries for practicals ( 20 SQL queries solved)

    Class XII Informatics Practices Practical File with Solution

    Click on button below

    <