Вы находитесь на странице: 1из 4

Class XII (Practical’s)

Subject: Chemistry
Experiments:
1. TO prepare colloidal solution (sol) of starch
2. To prepare ferric hydroxide, [Fe(OH)3] sol
3. Determine the enthalpy of neutralization of hydrochloric acid with sodium hydroxide solution
4. To separate the coloured components present in the mixture of red and blue inks by ascending paper
chromatography and find their Rf values
5. To separate the coloured components present in the given grass/flower by ascending paper chromatography
and determine their Rf values
6. To prepare a pure sample of ferrous ammonium sulphate (Mohr’s salt), [FeSO 4.(NH4)2SO4.6H2O]
7. To prepare dibenzal acetone
8. Identify the functional group present in the given organic compound
9. Prepare solution of oxalic acid. With its help, determine the molarity and strength of the given solution of
potassium permanganate (KMnO4) (6 Experiments)
10. To analyse the given salt for acidic and basic radicals

Subject: Physics
Section: A
Experiments:
1. To determine resistance per cm of a given wire by plotting a graph of potential difference versus current.
2. To find resistance of a given wire using metre bridge and hence determine the resistivity (specific
resistance) of its material.
3. To verify the laws of combination (series) of resistances using a metre bridge.
4. To verify the laws of combination (parallel) of resistances using a metre bridge.
5. To compare the EMF of two given primary cells using potentiometer.
6. To determine the internal resistances of given primary cell using potentiometer.
7. To determine resistance of a galvanometer by half-deflection method and to find its figure of merit.
8. To convert the given galvanometer (of known resistance and figure of merit) into a voltmeter of desired
range and to verify the same.
9. To convert the given galvanometer (of known resistance and figure of merit) into an ammeter of desired
range and to verify the same.
Activities:
1. To measure resistance, voltage (AC/DC), current (AC) and check continuity of a given circuit using
multimeter.
2. To assemble a household circuit comprising three bulbs, three (on/off) switches, a fuse and a power
sources.
3. To assemble the components of a given electrical circuit.
4. To draw the diagram of a given open circuit comprising at least a battery, resistor/rheostat, key, ammeter
and voltmeter. Mark the components that are not connected in proper order and correct the circuit and
also the circuit diagram.
Section: B
Experiments:
1. To find the value of for different values of in case of a concave mirror and to find the focal length.
2. To find the focal length of a convex mirror, using a convex lens.
3. To find the focal length of a concave lens using a convex lens.
4. To determine angle of minimum deviation for a given prism by plotting a graph between angle of incidence
and the angle of deviation.
5. Ti find the refractive index of a liquid by using convex lens and plane mirror.

Activities:
1. To identify a diode, an LED, a transistor, an IC, a resistor and a capacitor from a mixed collection of such
items.
2. To observe refraction and lateral deviation of a beam of light incident obliquely on a glass slab.

Subject: Biology
Experiments:
1. Study pollen germination on a slide.
2. Collect and study soil from at least two different sites and study them for texture, moisture content, pH and
water holding capacity. Correlate with the kinds of plants found in them.
3. Collect water from two different water bodies around you and study them for pH, clarity and presence of any
living organisms.
4. Study the presence of suspended particulate matter in air at two widely different sites.
5. Study the plants population density by quadrat method.
6. Study the plants population frequency by quadrat method.
7. Prepare a temporary mount of onion root tip to study mitosis .
8. Study the effect of different temperature and three different pH on the activity salivary amylase on starch.
9. Isolate DNA from available plant material such as spinach, green pea seeds, papaya, etc.

Subject: Computer Science


Practical
1. Write a C++ program that inputs a student’s marks in three subjects (out of 100) and prints the
percentage marks.
2. Write a program that generates the following output :
5
10
9
3. Write a C++ program that accepts radius of a circle and prints its area.
4. Write a program to generate the following table
1992 17421
1993 29210
1994 100523
1995 106802
1995 127000
5. Write a program to display ASCII code of a character and vice versa.
6. Write a program to convert a given number of days into years, weeks and days.Write a program to find
whether a given number is even or odd.
7. Write a program compute simple interest and compound interest.
8. Write a program to input three integers and print the largest of three.
9. Write a program to input a number. If the number n is odd and positive, print its squares root otherwise
print n5
10. Write a program that inputs expression and age of a person. The salary of the person is 6000 if the
person is experienced and his age is more than 35, otherwise if the person is experienced and his age is
more than 28 but less than 35 than the salary should be 4800 otherwise for experienced person the salary
should be 3000 and for inexperienced person the salary should be 2000.
Flow of Control
11. Temperature – conversion program that gives the user the option of converting Fahrenheit to Celsius or
Celsius to Fahrenheit and depending upon user’s choice carries out the conversion.
12. Write a program to input a character and to print whether a given character is an alphabate, digit or any
other character.
13. Program to calculate for the salesmen. The commission is calculated according to following rates :

Sales Commission Rate


30001 onwards 15 %
22001 – 30000 10 %
12001 – 22000 7%
5001 – 12000 3%
0 - 5000 05
14. Write a program to calculate area of a circle, a rectangle or a triangle depending upon user’s choice.
15. Program to print first n natural numbers and their sum.
16. Program to calculate the factorial of an integer.
17. Program to display a menu regarding rectangle operations and perform according to user’s response.
18. Write a program to generate divisors of an integers.
19. Write a program to print Fibonacci series. i.e – 0 1 1 2 3 5 8……..
Function(call by value & call by reference)
20. Program to print cube of a given number using a function
21. Program to convert distance in feet or inches using a call by reference method.
22. Program to show handicap of call by value method.
Structure and Array
23. Program to read prices of 20 items in an array and then display sum of all the prices, product of all the
prices and average of them.
24. Program to check if a string is palindrome or not.
25. Program to calculate grades of 4 students from 3 test scores.
26. Program to read and check the equality of two matrices.
27. Program to print the largest element of an array(using a function)
28. Program to multiply two matrices.
29. Program to transpose a matrix
30. Program to store information of 10 employees and to display information of an employee depending
upon the employee no given.
Constructor
31. Write a program with the help of constructor to show different of mobile with their characteristics.
Inheritance
32. Consider a class network of the following type.
The class master derives information from both account and admin classes which in turn derive information
from the class person. Define all the four classes and write a program to create and display the information
contained in master objects.

Person
Code
Name
Account admin
pay experience
master
Code
Name
Experience
pay
File Handling
33. Write a C++ program to read a file “Text.txt” and to display the contents of the on the screen as follows.
1. To display the number of characters.
2. To display the number of lines.
34. Write a program to read a text file and print the frequence table of alphabetic characters and digits.
35. Write an interactive menu driven program to create a text file and then display the file. Create another
text file by converting each line of the newly created text file into an uppercase string. Display the newly
created file.
Data Structure : Pointers
36. Write a function in C++ which accepts an integers array and its size as arguments/parameters and
exchanges the values of first half side elements with the second half side elements of the array
Sort Method
37. Write a function in C++ to sort an integer array of 10 elements using selection sort method.
Stack Method
38. Write a program to perform PUSH operation stack containing real number.

Queue Method
39. Write a program in C++ to add and delete your friends names as per your choice of position in the
queue.
40. Write a program to implement queue using a linear array(add, delete & display). Queue is used to store
integers.
SQL Commands
41. The SQL command to create a VIEW is :
SELECT Ename, Dname, Job, Sal from Emp.Dep where Emp.DepNo = Dept.DeptNo AND
Emp.DeptNo IN(10,20)

Вам также может понравиться