Thursday, 9 August 2018

List of Practicals for class XI-C 2019-20

                                          

1.  Write a program to print the statement-“Getting Started with python”.

2.  Write a program to read the value of two numbers and find their sum.  click here

3.  Write a program to read time in hours, time in minutes, time in seconds and print time in seconds click Here.

4.  Write a program to read marks obtained in five subjects and give the percentage of marks.

5.  Write a program to read the radius of a circle and print the area and circumference of the circle.

6. Write a algorithm and program to read the value of a variable of a quadratic equation and find the discriminant and give the root of the quadratic equation. Click Here

7. Write a algorithm and program to input number of week days (1-7) and translate to its equivalent name of the week. (1 to Monday, 2 to Tuesday……7 to Sunday): click Here

8.Write a algorithm and program to sort 3 numbers without using conditional and looping statements: Click Here

9. Write a program to find absolute value for integer, real and complex numbersClick Here
                                                   
10. Write a algorithm and program to read a number and print the number of digits and the sum of the digits. using function with while loop : Click Here 

11 Write a flow chart and program to calculate factorial of an integer using for loop with function. Click Here

12. Write Algorithm and Python program to print all the numbers divisible by 3 an
and 5 for a given number : click Here

13. Write a algorithm and program to calculate simple interest and compound interest for x number of persons using looping with user defined function: Click Here 

14. Write a algorithm and program to check whether a given number is palindrome or not using function with while loop.Click Here

    Write a flow chart and program to print Fibonacci series i.e.0 1 1 2 3 5 8…… using while loop with function Click Here

15. Write a algorithm and python function program to find minimum and maximum in a list using built in function min() and max() : click Here

16. Write a algorithm and python function program to find minimum and maximum in a list without using built in function min() and max() through looping : Click Here

17. Write a algorithm and python function program to find mean value in a list using function average(): Click Here

18. . Write a algorithm and python function program to find mean value in a list without using function average(): Click Here

19. Write a algorithm and python function program to search an a element in the  list(linear search).Click Here

20. Write a algorithm and python function program to search an a element in the  tuple(linear search): Click Here

21 Write a algorithm and python programming counting the frequency of elements in a list using a dictionary Click Here


22 Write a algorithm and python program accessing elements in a list(array) one by one if element even no. multiply by 10 and odd numbers divide by 5. Click Here

23 Write a algorithm and python program accesses the elements one by one from the list if it is prime number display it. Click Here

Sorting Algorithms

24. Write a algorithm and python program sorting the elements using Bubble sort method through function: Click Here

25. Write a algorithm and python program sorting the elements using Insertion sort method through function: Click Here

26. Write a algorithm and python program Counting the number of operation while sorting the elements through function(bubble sort and insertion sort): Click Here

String

27. Write a algorithm and python program for traversing string using for, range function and slice operator: Click Here

28. Write a algorithm and python program compare strings: Click Here

Introduction to Python Modules

29. Write a algorithm and python program to implementing math module( import math- sqrt, ceil, floor, pow,  fabs, sin, cos, tan ) Click Here

30. Write a algorithm and python program to implementing random module(import random- random, randint and randrange) :Click Here

31. Write a algorithm and python program to implementing statistics module(import statistics- mean, median and mode): Click Here

RDBMS and  SQL(with mysql)- single table onle

1. RDBMS Notes:Click Here
2. SQL Programming: Click Here














15.   Write a algorithm and program to calculate the area of rectangle, circle, triangle depending upon the user’s choice using if else if with with function Click here

16.   Write a flowchart and program check whether the number is prime or not using for loop with function. Click Here



16. Write a algorithm and program to find the sum of series s=1+x+x2+x3………….xn? using for loop with function: Click Here

17.   Write a flow chart and program using nested loops to produce the following designs using for loop with function. Click Here
A)
*
**
***
****
*****
18 Write a algorithm and program to find a given number is Angstrom or not using function.
 Click Here

19. Write a algorithm and program to find simple interest and compound interest using function. Click Here
                                       


        






SQL Programs: Click Here  ( 02 Programs) 



No comments:

Post a Comment