Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

EVERWIN VIDHYASHRAM, PERAMBUR

COMPUTER SCIENCE /BIOLOGY /PHYSICS


CLASS: XII
DAY:1
COMPUTER SCIENCE
I. Find the Error
3. Anita has written a code to input a number and check whether it is prime or not. His code
is having errors. Rewrite the correct code and underline the corrections made.
def prime():
n=int(input("Enter number to check :: ")
for i in range (2, n//2):
if n%i=0:
print("Number is not prime \n")
break
else:
print("Number is prime \n’)
II.Predict the output

III. Write the program.


1. Kids Elementary is a Playway school that focuses on “Play and learn” strategy that helps toddlers understand
concepts in a fun way. Being a senior programmer, you have taken responsibility to develop a program using user-
defined functions to help children differentiate between upper case and lower case letters/ English alphabet in a
given sequence. Make sure that you perform a careful analysis of the type of alphabets and sentences that can be
included as per age and curriculum. Write a python program that accepts a string and calculates the number of upper
case letters and lower case letters.
2.Write a function INDEX_LIST(L), where L is the list of elements passed as argument to the function. The function
returns another list named ‘indexList’ that stores the indices of all Non-Zero Elements of L.
For example:
If L contains [12, 4, 0, 11,0, 56]
The indexList will have - [0,1,3,5]
3.Write a function Interchange (num) in Python, which accepts a list num of integers, and
interchanges the adjacent elements of the list and print the modified list as shown below:
(Number of elements in the list is assumed as even)
Original List: num = [5,7,9,11,13,15]
After Rearrangement num = [7,5,11,9,15,13]
BIOLOGY
1. Draw a fertilised angiospermic embryo sac with Zygote and PEN.
2. Mention the function of endosperm.
3. Write the function of coleorhiza.
4. The meiocyte of rice has 24 chromosomes. Write the number of chromosomes in its endosperm.
5. Write the function of scutellum.
6. Banana is a true fruit but is also a parthenocarpic fruit. Give reason.
7. Why is apple referred to as a false fruit?
8. Name the mechanism responsible for the formation of seed without fertilisation in angiosperms. Give an example
of a species of flowering plants with such seed formation.
9. It is said apomixis is a type of asexual reproduction. Justify.
10. Draw the struce of a seed showing pericarp, endosperm, scutellum, coleoptile, plumule, radicle, coleorhiza .
11. Write the difference between the tender coconut water and the thick, white kernel of a mature coconut and their
ploidy.
12. Suggest two advantages to a farmer using apomictic seeds of hybrid varieties.
13. List the post-fertilisation events in angiosperms.
14. Draw a labelled diagram of a matured embryo of a dicotyledonous plant.
15. Differentiate between albuminous and non-albuminous seeds, giving one example of each.

PHYSICS
1. Figure shows two identical capacitors C1 and C2 each of 1.5 µF capacitance, connected to a battery of 2 V. Initially
switch ‘S’ is closed. After sometime ‘S’ is left open and dielectric slabs of dielectric constant K = 2 are inserted to fill
completely the space between the plates of the two capacitors. How will the
(i) charge and
(ii) potential difference between the plates of the capacitors be affected after the slabs are inserted?

2. A point charge Q is placed at point O as shown in the figure. Is the potential difference VA – VB positive, negative
or zero, if Q is
(i) positive
(ii) negative
3.Two point charges 4Q, Q are separated by lm in air. At what point on the line joining the charges is the electric field
intensity zero?
Also calculate the electrostatic potential energy of the system of charges, taking the value of charge, Q = 2 × 10-7C
4. Calculate the work done to dissociate the system of three charges placed on the vertices of a triangle as shown.
(Delhi 2008)

5. Draw 3 equipotential surfaces corresponding to a field that uniformly increases in magnitude but remains
constant along Z-direction. How are these surfaces different from that of a constant electric field along Z-direction?
6. Two small identical electrical dipoles AB and CD, each of dipole moment ‘p’ are kept at an angle of 120° as shown
in the figure. What X’ is the resultant dipole moment of this combination? If this system is subjected to electric field
(E→) directed along + X direction, what will be the magnitude and direction of the torque acting on this? (Delhi 2011)

7. Net capacitance of three identical capacitors in series is 1 pF. What will be their net capacitance if connected in
parallel?
Find the ratio of energy stored in the two configurations if they are both connected to the same source.
8. A test charge ‘q’ is moved without acceleration from A to C along the path from A to B and then from B to C in
electric field E as shown in the figure.

(i) Calculate the potential difference between A and C.


(ii) At which point (of the two) is the electric potential more and why?
9. Determine the potential difference across the plates of the capacitor ‘C1‘ of the network shown in the figure.

[Assume E2 > E1]


10. Anelectric dipole of length 4 cm, when placed with its axis making an angle of 60° with a uniform electric field,
experiences a torque of 4√3 Nm. Calculate the potential energy of the dipole, if it has charge ± 8 nC.
11.A network of four capacitors, each of capacitance 30 pF, is connected across a battery of 60 V as shown in the
figure.

Find the net capacitance and the energy stored in each capacitor. (Comptt. All India 2012)
12.A parallel plate capacitor of capacitance C is charged to a potential V. It is then connected to another uncharged
capacitor having the same capacitance. Find out the ratio of the energy stored in the combined system to that stored
initially in the single capacitor.
13.Two closely spaced equipotential surfaces A and B with potentials V and V + δV, (where δV is the change in V), are
kept δl distance apart as shown in the figure.

14.Deduce the relation between the electric field and the potential gradient between them. Write the two important
conclusions concerning the relation between the electric field and electric potentials.
Three identical capacitors C1 C2 and C3 of capacitance 6 µF each are connected to a 12 V battery as shown.

Find
(i) charge on each capacitor
(ii) equivalent capacitance of the network
(iii) energy stored in the network of capacitors.

15.An equivalent capacitance of the combination between A and B in the given figure is 4 μF.

(i) Calculate capacitance of the capacitor C.


(ii) Calculate charge on each capacitor if a 12 V battery is connected across terminals A and B.
(iii) What will be the potential drop across each capacitor?

You might also like