We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
Sn. Name of Practical Date Pg. no. Sign of
Teacher 1 WAP to compute xn of given two integers x and n.
2 WAP to calculate simple interest.
WAP that displays first three rows fetched from student 3 table of MySQL database ‘test’. Use use pymysql to connect with the database. WAP to accept percentage of a student and display its 4 grade accordingly. 5 WAP to print Fibonacci series up to certain limit.
6 WAP to display prime numbers up to a certain limit.
WAP to accept a number, find and display whether it’s
7 a Armstrong number or not. Create a binary file with name and roll number. Search 8 for a given roll number and display the name, if not found display appropriate message. WAP to print the sum of the series 9 1+x1/1!+x2/2!+…….xn/(n)!- exponential series. Write a Python database connectivity script that deletes 10 record from ‘category’ table of database ‘items’ that have name=’Stockable’. WAP to accept a string and display whether it 11 is a palindrome.
12 WAP to multiply all numbers in a list.
WAP to accept a string (a sentence) and
13 returns a string having first letter of each word in capital letter. WAP to remove all odd numbers from the given 14 list. Read a text file line by line and display each word 15 separated by a #. WAP to display cumulative elements of a given 16 list.
WAP to display frequencies of all the elements of
17 a list.
Read a text file and display the number of vowels/
18 consonants/ uppercase/ lowercase characters in the file.
Page 1 of 2 WAP to implement a stack and queue using a list data- 19 structure.
WAP to shift the negative number to left and
20 the positive numbers to right. Create a binary file with roll number, name and marks. 21 Input a roll number and update the marks. Write a random number generator that generates 22 random numbers between 1 and 6 (Simulate a dice) Write a program to input total number of sections and 23 stream name in 11th class and display all information on the output screen. Write a Python program to input names of ‘n’ countries and their capital and currency, store it 24 in a dictionary and display in tabular form. Also search and display for a particular country. 25 SQL (25 Queries)