SICA SENIOR SECONDARY SCHOOL, SCH. NO. 78 SUBJECT - PHYSICS SUMMER VACATION ASSIGNMENT CLASS-XII ( )

Size: px
Start display at page:

Download "SICA SENIOR SECONDARY SCHOOL, SCH. NO. 78 SUBJECT - PHYSICS SUMMER VACATION ASSIGNMENT CLASS-XII ( )"

Transcription

1 SUBJECT - PHYSICS 1. Determine the total charge on 75.0 kg of electrons.[ x C]. A charge Q is to be divided on two objects. What should be the values of the charges on the two objects so that the force between the objects can be maximum?[q/] 3. Calculate the distance between two protons such that the electrical repulsive force between them is equal to the weight of either. [1.18 CM] 4. The sum of two point charges is 7µC. They repel each other with a force of 1 N when kept 30 cm apart in free space. Calculate the value of each charge. [5µC, µc] 5. An infinite number of charges each equal to 4µC are placed along x-axis at x=1m, x=m, x=4m, x=8m and so on. Find the total force on a charge of 1C placed at the origin.4.8 x 10 4 N] 6. Consider three charges of equal magnitudes placed at the vertices of an equilateral triangle of side l. what is the force on a charge Q (with the same sign as q) placed at the centroid of the triangle? [zero] 7. When can we ignore the quantization of electric charge? Explain. 8. A point charge +10 μ C is at a distance of 5 cm directly above the centre of a square of side 10 cm. What is the magnitude of the electric flux through the square? 9. Calculate the distance between two protons such that the electrical repulsive force between them is equal to the weight of either. 10. Two similarly equally charged identical metal spheres A and B repel each other with a force of x10-5 N. A third identical uncharged sphere C is touched to A, then placed at the mid- point between A and B. Electrostatic force on C. 11. What is an electric dipole? Define dipole moment and give its SI unit. 1. Derive an expression for the electric field at a point on the equatorial line of an electric dipole. 13. State and prove gauss theorem. 14. Apply Gauss theorem to show that for spherical shell, the electric field inside the shell vanishes, whereas outside it, the field is as if all the charge had been concentrated at the centre. 15. A spherical conducting shell of inner radius r 1 and r has a charge Q. A charge q is placed at the centre of the shell. (i)what is the surface charge density on the inner and outer surface of the shell? (ii) Write the expression for the electric field at a point x> r from the centre of the shell. 16. Consider three charges of equal magnitudes placed at the vertices of an equilateral triangle of side l. what is the force on a charge Q (with the same sign as q) placed at the centroid of the triangle?

2 17. Keeping the voltage of the charging source constant, what would be the percentage change in the energy stored in a parallel plate capacitor if the separation between its two plates were to be decreased by 10%. 18. Find the ratio of the potential differences that must be applied across the parallel and the series combination of two capacitors C1 & C with their capacitances in the ratio 1:3 so that the energy stored in the two cases, become the same. 19. Three concentric metallic shell A, B and C of radii, a, b and c (a<b<c) have surface charge densities + - and + respectively. (i) draw suitable diagram, (ii) find potential of three shells A, B and C. (iii) If the shells A and C are at the same potential, obtain the relation between radii a, b and c. 0. Solve NCERT text book questions (solved, unsolved and additional exercise) of chapters Electrostatics-I & Electrostatics-II. 1. Write 8 activities in activity copy, 4 from section A and 4 from section-b.. Prepare a working model and project report on the basis of XII-PHYSICS syllabus, for fulfillment of board practical examination. ****************************

3 Q.1. Q.. SUBJECT - BIOLOGY What will you do to convert bisexual flower into a female flower, so that it is cross pollinated artificially by the pollen of some other flower. Differentiate between... a) Parthenocarpy and parthenogenesis. b) Zoospores and zygote. Q.3. Draw the sketches of zoospore and conidium. Mention two dissimilarities and at least one feature common to both. Q.4. Describe the stages of embryo development in a dicot plant. Q.5. a) Explain the process of double fertilization. b) Draw a labelled diagram of anatropus ovule. Q.6. Incompatibility is a natural barrier in the fusion of gametes. Justify the statement. Q.7. a) Write the characteristics features of anther pollen and stigma of wind pollinated flowers. b) How do flowers reward their insect pollinators? Explain. Q.8. Draw a labelled diagram of T.S. of mature pollen grain in angiosperms and explain the functions of its different parts. Q.9. Are Parthenocarpy and Apomixis different phenomena? Discuss their benefits. Q.10. a) List three strategies that a bisexual chagamous flower can evolve to prevent self pollination. b) Does self incompatibility impose any restrictions on autogamy? Give reasons and suggest the method of pollination in such plants. Q.11. "Nothing goes waste in the living system "Prove this statement with the help of different stages of Graffian follicle in the ovary. Q.1. A women has conceived and implantation has occurred within her uterus.discuss the sequence of changes upto the parturition which will take place within her body under the influence of various hormones in our body. Q.13. When and where are the primary acolytes formed in a human female? Trace the development of these acolytes till ovulation.how do gonadotropin help this developmental process? Q.14. Give an electron microscopic view of human sperm along with the diagram and description. Q.15. What is spermatogenesis? Where does it occur? Describe the stages of this process along with a flow chart. Q.16. Describe with the help of a diagram the internal structure of an ovary. Q.17. What are the major functions of male accessory ducts and glands also give the composition of semen. Q.18. Why are angiosperm anthers called dithecous? Describe the structure of its microsporangium. Q.19. Explain the role of tapetum in the formation of pollen grain wall. Q.0. Differentiate between... a) Coleoptile and Coleorrhiza b) Perisperm and Pericarp c) Leydigcell and Sertoli cells ***********************

4 SUBJECT MULTIMEDIA & WEB TECHNOLOGY Q.1 What is JavaScript? Q. What is Reserve word? Q.3 What is the difference between / and % operator? Q.4 State the difference between = and ==. Q.5 Explain about conditional operator with its syntax. Q.6 Evaluate the following expressions, if the values of the variables are a=, b=3 and c=9. (a) A=(b++)*(--c) (b) (b) a = (++b)%c Q.7 Convert the following code segment using switch-case construct: Var num = parseint(prompt( Enter any number )); Var txtres; { if(num>= && num<=5) txtres= Prime ; else if(num==6 num==8 num ==10) txtres = Even ; else txtres = Non Valid ; } Document.write( Result :- +txtres); Q. 8 Write a JavaScript program to print the following Pattern: (i) Output (ii) Output 6 A 5 5 A A A A A A A A A A A A A A A A A A A A Q. 9 Write a JavaScript program to print the first 1 terms of Fibonacci series. e.g; Q. 10 Write a JavaScript program to print the mathematical table from to 5. Q. 11 Write a JavaScript code to swap two numbers without using third variable. Q. 1 Write a function in JavaScript to reverse a number (1345). Q. 13 Write a function to find the sum of series. 1+1/+1/3+1/4+1/5+1/6+ upto N terms. Q. 14 Write a JavaScript program to print greatest number in 3 inputs. Q.15 Write a JavaScript program to perform the following tasks: Read an array of 10 numbers. Multiply each element of array by 5. Display the new array. ***************************

5 SUBJECT DRAWING & PAINTING Q.1. Q.. Practice Sketches of Human Figures in Drawing Copy. (5 figures). Draw on these topics: (a) Village Scene (b) Birthday Party (c) Football Match (d) Celebration of Festival SUBJECT ENGLISH 10 days English newspaper cutting of News. Review of the novel The Invisible Man. Character sketches of all the leading characters. One article / poem on any topic. ********************* SUBJECT I.P JAVA - CHAPTER NO. 3, 4, 5 (REVISION TOUR OF JAVA) MYSQL - CHAPTER NO. 13 (REVISION TOUR OF MYSQL) **************************

6 SUBJECT MATHEMATICS CLASS-XII ( Q.1. Using properties of determinants, prove that b c q r y z a p x c a r p z x b q y a b p q x y c r z. b c a a Q. Prove b c a b 4abc. c c a b Q.3. Using properties of determinants, prove that a ab ac ba b bc 4a b c ca cb c Q.4. Using properties of determinants, prove the following: x y z x y z xyz(x y(y z)(z x) x y z Q.5. Using properties of determinants, prove the following: x 4 x x x x 4 x (5x 4)(4 x). x x x 4 Q.6 Using properties of determinants, solve the following for x: x x 3 3x 4 x 4 x 9 3x 16 0 x 8 x 7 3x 64 Q.7. Prove, using properties of determinants x y z x y z y z x y (x y z) z x z x y a 1 ab ac Q.8. Prove using properties of determinants ab b 1 bc 1 a b c Q.9. Prove that 3 ca cb c 1 ( )( )( )( ) 1 x 1 1 Q.10. Using properties of determinants, prove that 1 1 y 1 xyz xy yz zx z

7 x 3 Q.11. Show that if x y z and y y 1 y 0, then 1 + xyz = 0 z x z 1 x 1 z Q.1. Use product to solve system of equations x y + z = 1; y 3z = 1; 3x y + 4z = 1 1 Q.13. If A 3 0 1, find A 1 using A 1 solve the following of equations 6 0 x y + z = - 3, 3x z = 0 and x + 6y = 0 Q.14 Using matrix method, solve the following system of equations , 1, x y z x y z 6 9 0, x, y,z 0 x y z Q.15. For the following matrices A and B, verify that [AB] = B A ; A = 1 4, B = [1 1] Q.16. If A 1 3, find value of A 3A + l Q.17. Express the following matrix as a sum of a symmetric and a skew-symmetric matrix and verify your result; Q.18. Using Elementary Row Transformation (ERT), find inverse of matrix Q.19. Using elementary transformation, find inverse of following matrices A

8 SUBJECT COMPUTER SCIENCE CLASS-XII ( Attempt the solved and unsolved questions based on the following topics from the chapter 'Communication and Network Concepts'. 1. Network & need of Networking. Evolution of Networking 3. Switching Techniques 4. Transmission Media 5. Data Communication Technologies 6. Types of Networks 7. Network Topologies 8. Communication Protocols 9. Wireless / Mobile Computing 10. Internet working Terms and Concepts 11. Introduction to Open Source Based Software 1. Network Security 13. Viruses Note: No need to attempt repeated questions.

Roll Number SET NO. 42/1

Roll Number SET NO. 42/1 Roll Number SET NO. 4/1 INDIAN SCHOOL MUSCAT FIRST TERM EXAMINATION PHYSICS CLASS: XII Sub. Code: 04 Time Allotted: Hrs 0.04.018 Max. Marks: 70 General Instructions: 1. All questions are compulsory. There

More information

INDIAN SCHOOL MUSCAT FIRST TERM EXAMINATION PHYSICS

INDIAN SCHOOL MUSCAT FIRST TERM EXAMINATION PHYSICS Roll Number SET NO. General Instructions: INDIAN SCHOOL MUSCAT FIRST TERM EXAMINATION PHYSICS CLASS: XII Sub. Code: 04 Time Allotted: Hrs 0.04.08 Max. Marks: 70. All questions are compulsory. There are

More information

Where, ε 0 = Permittivity of free space and = Nm 2 C 2 Therefore, force

Where, ε 0 = Permittivity of free space and = Nm 2 C 2 Therefore, force Exercises Question.: What is the force between two small charged spheres having charges of 2 0 7 C and 3 0 7 C placed 30 cm apart in air? Answer.: Repulsive force of magnitude 6 0 3 N Charge on the first

More information

PHYSICS. Electrostatics

PHYSICS. Electrostatics Electrostatics Coulomb s Law: SYNOPSIS SI unit of electric intensity is NC -1 Dimensions The electric intensity due to isolated point charge, Electric dipole moment, P = q (2a), SI unit is C m Torque on

More information

Class XII Chapter 1 Electric Charges And Fields Physics

Class XII Chapter 1 Electric Charges And Fields Physics Class XII Chapter 1 Electric Charges And Fields Physics Question 1.1: What is the force between two small charged spheres having charges of 2 10 7 C and 3 10 7 C placed 30 cm apart in air? Answer: Repulsive

More information

1)Tw o charges g 4q q and q q are placed

1)Tw o charges g 4q q and q q are placed Electrostatics 1)Two charges 4q and q are placed a distance r apart. A charge Q is placed exactly mid way between them. What will be the value of Q so that charge 4q experiences no net force? q/4 q/4 q4

More information

2014 F 2014 AI. 1. Why must electrostatic field at the surface of a charged conductor be normal to the surface at every point? Give reason.

2014 F 2014 AI. 1. Why must electrostatic field at the surface of a charged conductor be normal to the surface at every point? Give reason. 2014 F 1. Why must electrostatic field at the surface of a charged conductor be normal to the surface at every point? Give reason. 2. Figure shows the field lines on a positive charge. Is the work done

More information

INDIAN SCHOOL MUSCAT Department of Physics Class : XII Physics Worksheet - 1 ( ) Electric Charges and Fields

INDIAN SCHOOL MUSCAT Department of Physics Class : XII Physics Worksheet - 1 ( ) Electric Charges and Fields INDIAN SCHOOL MUSCAT Department of Physics Class : XII Physics Worksheet - 1 (2017-2018) Electric Charges and Fields Section A Conceptual and application type Questions 1 What happens to the electric field

More information

A) 1, 2, 3, 4 B) 4, 3, 2, 1 C) 2, 3, 1, 4 D) 2, 4, 1, 3 E) 3, 2, 4, 1. Page 2

A) 1, 2, 3, 4 B) 4, 3, 2, 1 C) 2, 3, 1, 4 D) 2, 4, 1, 3 E) 3, 2, 4, 1. Page 2 1. Two parallel-plate capacitors with different plate separation but the same capacitance are connected in series to a battery. Both capacitors are filled with air. The quantity that is NOT the same for

More information

7. A capacitor has been charged by a D C source. What are the magnitude of conduction and displacement current, when it is fully charged?

7. A capacitor has been charged by a D C source. What are the magnitude of conduction and displacement current, when it is fully charged? 1. In which Orientation, a dipole placed in uniform electric field is in (a) stable (b) unstable equilibrium. 2. Two point charges having equal charges separated by 1 m in distance experience a force of

More information

ELECTROSTATIC CBSE BOARD S IMPORTANT QUESTIONS OF 1 MARKS

ELECTROSTATIC CBSE BOARD S IMPORTANT QUESTIONS OF 1 MARKS ELECTROSTATIC CBSE BOARD S IMPORTANT QUESTIONS OF 1 MARKS 1. Name any two basic properties of electric charge. [1] 2. Define the term electric dipole-moment. [1] 3. Write the physical quantity, which has

More information

13 - ELECTROSTATICS Page 1 ( Answers at the end of all questions )

13 - ELECTROSTATICS Page 1 ( Answers at the end of all questions ) 3 - ELECTROSTATICS Page ) Two point charges 8 and - are located at x = 0 and x = L respectively. The location of a point on the x axis at which the net electric field due to these two point charges is

More information

ELECTROSTATICS (Important formulae and Concepts) I Electric charges and Coulomb s law

ELECTROSTATICS (Important formulae and Concepts) I Electric charges and Coulomb s law ELECTROSTATICS (Important formulae and Concepts) I Electric charges and Coulomb s law II Electric Field and Electric Dipole www.nrpschool.com www.nrpschool.com III ELECTRIC POTENTIAL www.nrpschool.com

More information

Downloaded from

Downloaded from Question 1.1: What is the force between two small charged spheres having charges of 2 10 7 C and 3 10 7 C placed 30 cm apart in air? Repulsive force of magnitude 6 10 3 N Charge on the first sphere, q

More information

1. Short Answer (25 points total)

1. Short Answer (25 points total) Physics 116b First Practice Examination Due September 19, 2001 Name: Please circle your section: Section 1 Section 2 Section 3 Section 4 I nstructions This is practice for a one hour, closed book examination.

More information

Física Básica Experimental I Cuestiones Tema VII. Electrostática. Soluciones incluidas. 1.

Física Básica Experimental I Cuestiones Tema VII. Electrostática. Soluciones incluidas. 1. 1. A cubical surface with no charge enclosed and with sides 2.0 m long is oriented with right and left faces perpendicular to a uniform electric field E of (1.6 10 5 N/C) î. The net electric flux E through

More information

Physics (

Physics ( Question 2.12: A charge of 8 mc is located at the origin. Calculate the work done in taking a small charge of 2 10 9 C from a point P (0, 0, 3 cm) to a point Q (0, 4 cm, 0), via a point R (0, 6 cm, 9 cm).

More information

Phys222 W16 Exam 2: Chapters Key. Name:

Phys222 W16 Exam 2: Chapters Key. Name: Name: Please mark your answer here and in the scantron. A positively charged particle is moving in the +y-direction when it enters a region with a uniform electric field pointing in the +y-direction. Which

More information

Turn in scantron You keep these question sheets

Turn in scantron You keep these question sheets Exam 1 on FEB. 20. 2018 - Physics 106 R. Schad YOUR NAME ¼À Turn in scantron You keep these question sheets 1) Electric flux through a spherical surface of radius 1m dueto a charge inside [which is the

More information

F = Q big = c) The electric potential in a certain region of space can be described by the equation: 16y2 (1 + z 2 ) V (x, y, z) = 10x

F = Q big = c) The electric potential in a certain region of space can be described by the equation: 16y2 (1 + z 2 ) V (x, y, z) = 10x 1) Short Answer (4 points each)(show YOUR WORK) a) A 3.0 nc (positive) charge and a 1.0 nc (negative) charge are located 0.80 m apart from each other. What is the force on the 3.0 nc (positive) charge

More information

3. A solid conducting sphere has net charge of +6nC. At electrostatic equilibrium the electric field inside the sphere is:

3. A solid conducting sphere has net charge of +6nC. At electrostatic equilibrium the electric field inside the sphere is: Conceptual Questions. Circle the best answer. (2 points each) 1. If more electric field lines point into a balloon than come out of it, you can conclude that this balloon must contain more positive charge

More information

Consider a point P on the line joining the two charges, as shown in the given figure.

Consider a point P on the line joining the two charges, as shown in the given figure. Question 2.1: Two charges 5 10 8 C and 3 10 8 C are located 16 cm apart. At what point(s) on the line joining the two charges is the electric potential zero? Take the potential at infinity to be zero.

More information

PHYS 241 EXAM #1 October 5, 2006

PHYS 241 EXAM #1 October 5, 2006 1. ( 5 points) Two point particles, one with charge 8 10 9 C and the other with charge 2 10 9 C, are separated by 4 m. The magnitude of the electric field (in N/C) midway between them is: A. 9 10 9 B.

More information

SELAQUI INTERNATIONAL SCHOOL, DEHRADUN

SELAQUI INTERNATIONAL SCHOOL, DEHRADUN CLASS XII Write Short Note: Q.1: Q.2: Q.3: SELAQUI INTERNATIONAL SCHOOL, DEHRADUN ELECTROSTATICS SUBJECT: PHYSICS (a) A truck carrying explosive has a metal chain touching the ground. Why? (b) Electric

More information

Q1. Three point charges are arranged as shown in FIGURE 1. Find the magnitude of the net electrostatic force on the point charge at the origin.

Q1. Three point charges are arranged as shown in FIGURE 1. Find the magnitude of the net electrostatic force on the point charge at the origin. Coordinator: Saleem Rao Monday, May 01, 2017 Page: 1 Q1. Three point charges are arranged as shown in FIGURE 1. Find the magnitude of the net electrostatic force on the point charge at the origin. A) 1.38

More information

Gurgaon TOPIC: ELECTROSTATIC Assignment 1 (2018)

Gurgaon TOPIC: ELECTROSTATIC Assignment 1 (2018) LJPS Class XII Gurgaon TOPIC: ELECTROSTATIC Assignment (08). A uniform electric field E exists between two charged plates as shown in figure. What would be the work done in moving a charge q along the

More information

Electrostatic Potential and Capacitance Examples from NCERT Text Book

Electrostatic Potential and Capacitance Examples from NCERT Text Book Electrostatic Potential and Capacitance Examples from NCERT Text Book 1. (a) Calculate the potential at a point P due to a charge of 4 10 located 9 cm away. (b) Hence obtain the done in bringing a charge

More information

Phys102 Second Major-161 Zero Version Coordinator: Dr. Naqvi Monday, December 12, 2016 Page: 1

Phys102 Second Major-161 Zero Version Coordinator: Dr. Naqvi Monday, December 12, 2016 Page: 1 Coordinator: Dr. Naqvi Monday, December 12, 2016 Page: 1 Q1. Two point charges, with charges q1 and q2, are placed a distance r apart. Which of the following statements is TRUE if the electric field due

More information

Electrostatics. 4πε 2) + Q / 2 4) 4 Q

Electrostatics. 4πε 2) + Q / 2 4) 4 Q Two spheres A and B of radius a and b respectively are at the same potential The ratio of the surface charge density of A to B is: ) a / b ) b / a a / b b / a Two free protons are separated by a distance

More information

Taller de Electróstatica

Taller de Electróstatica Taller de Electróstatica TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) A neutron carries a negative charge. 1) 2) The coulomb, which is the unit of charge, is the

More information

CLASS XII ELECTROSTATICS

CLASS XII ELECTROSTATICS PHYSICAL EDUCATION CLASS XII To do practice of specific game & develop skill. Answer the following questions:- UNIT- I a) Write type of tournament & explain. b) Draw know fixtures for number of teams-

More information

Physics (

Physics ( Exercises Question 2: Two charges 5 0 8 C and 3 0 8 C are located 6 cm apart At what point(s) on the line joining the two charges is the electric potential zero? Take the potential at infinity to be zero

More information

Physics 212 Exam I Sample Question Bank 2008 Multiple Choice: choose the best answer "none of the above" may can be a valid answer

Physics 212 Exam I Sample Question Bank 2008 Multiple Choice: choose the best answer none of the above may can be a valid answer Multiple Choice: choose the best answer "none of the above" may can be a valid answer The (attempted) demonstration in class with the pith balls and a variety of materials indicated that () there are two

More information

AP Physics B Notes: Ch 16: Electric Potential Name:

AP Physics B Notes: Ch 16: Electric Potential Name: AP Physics B Notes: Ch 16: Electric Potential Name: Excess Charges on Conductors Where does the excess charge reside on a charged conductor? What conditions would produce high positive electrical potential

More information

Capacitance. Chapter 21 Chapter 25. K = C / C o V = V o / K. 1 / Ceq = 1 / C / C 2. Ceq = C 1 + C 2

Capacitance. Chapter 21 Chapter 25. K = C / C o V = V o / K. 1 / Ceq = 1 / C / C 2. Ceq = C 1 + C 2 = Chapter 21 Chapter 25 Capacitance K = C / C o V = V o / K 1 / Ceq = 1 / C 1 + 1 / C 2 Ceq = C 1 + C 2 Copyright 25-2 Capacitance 25.01 Sketch a schematic diagram of a circuit with a parallel-plate capacitor,

More information

AP Physics C. Electric Potential and Capacitance. Free Response Problems

AP Physics C. Electric Potential and Capacitance. Free Response Problems AP Physics C Electric Potential and Capacitance Free Response Problems 1. Two stationary point charges + are located on the y-axis at a distance L from the origin, as shown above. A third charge +q is

More information

LAST Name (print) ALL WORK MUST BE SHOWN FOR THE FREE RESPONSE QUESTION IN ORDER TO RECEIVE FULL CREDIT.

LAST Name (print) ALL WORK MUST BE SHOWN FOR THE FREE RESPONSE QUESTION IN ORDER TO RECEIVE FULL CREDIT. Physics 107 LAST Name (print) First Mid-Term Exam FIRST Name (print) Summer 2013 Signature: July 5 UIN #: Textbooks, cell phones, or any other forms of wireless communication are strictly prohibited in

More information

Chapter 1 The Electric Force

Chapter 1 The Electric Force Chapter 1 The Electric Force 1. Properties of the Electric Charges 1- There are two kinds of the electric charges in the nature, which are positive and negative charges. - The charges of opposite sign

More information

End-of-Chapter Exercises

End-of-Chapter Exercises End-of-Chapter Exercises Exercises 1 12 are primarily conceptual questions designed to see whether you understand the main concepts of the chapter. 1. (a) If the electric field at a particular point is

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education *1952591909* BIOLOGY 0610/23 Paper 2 Core October/November 2014 1 hour 15 minutes Candidates answer

More information

Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. Name: Class: _ Date: _ w9final Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. If C = 36 µf, determine the equivalent capacitance for the

More information

Unit 8 Angiosperms Student Guided Notes

Unit 8 Angiosperms Student Guided Notes Unit 8 Angiosperms Student Guided Notes Angiosperms General Characteristics of FloweringPlants All belong to the division Magnoliophyta and. Developing from the flower is. This extremely diverse division

More information

104 Practice Exam 1-2/21/02

104 Practice Exam 1-2/21/02 104 Practice Exam 1-2/21/02 1. One mole of a substance contains 6.02 > 10 23 protons and an equal number of electrons. If the protons could somehow be separated from the electrons and placed in separate

More information

Phys102 Second Major-181 Zero Version Coordinator: Kunwar, S Monday, November 19, 2018 Page: 1

Phys102 Second Major-181 Zero Version Coordinator: Kunwar, S Monday, November 19, 2018 Page: 1 Coordinator: Kunwar, S Monday, November 19, 2018 Page: 1 Q1. A neutral metal ball is suspended by a vertical string. When a positively charged insulating rod is placed near the ball (without touching),

More information

f n+2 f n = 2 = = 40 H z

f n+2 f n = 2 = = 40 H z Coordinator: Dr.I.M.Nasser Monday, May 18, 2015 Page: 1 Q1. Q2. One end of a stretched string vibrates with a period of 1.5 s. This results in a wave propagating at a speed of 8.0 m/s along the string.

More information

Sample Question: A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical.

Sample Question: A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical. A point in empty space is near 3 charges as shown. The distances from the point to each charge are identical. A. Draw a vector showing the direction the electric field points. y +2Q x B. What is the angle

More information

Electrostatics Previous Questions (AIPMT). An electric dipole of moment p is placed in an electric field of intensity E. The dipole acuires a position such that the axis of the dipole makes an angle θ

More information

Sample Question Paper. Class XII -Physics. (Applicable for March 2016 Examination) Time Allowed: 3 Hours Maximum Marks: 70

Sample Question Paper. Class XII -Physics. (Applicable for March 2016 Examination) Time Allowed: 3 Hours Maximum Marks: 70 Sample Question Paper Class XII -Physics (Applicable for March 2016 Examination) Time Allowed: 3 Hours Maximum Marks: 70 General Instructions 1. All questions are compulsory. There are 26 questions in

More information

Basal angiosperms, and plant breeding systems Today s lecture

Basal angiosperms, and plant breeding systems Today s lecture Basal angiosperms, and plant breeding systems Today s lecture Nymphaeaceae Magnoliaceae Ranunculaceae Video Breeding systems Class exercise Angiosperm phylogeny Soltis et al., 2011 Ranunculaceae' Monocots'

More information

---------------------------------------------------------------------------------------------------------- PHYS 2326 University Physics II Class number ---------------------------------------------------------------------------------------------------------------------

More information

Practice Questions Exam 1/page1. PES Physics 2 Practice Exam 1 Questions. Name: Score: /.

Practice Questions Exam 1/page1. PES Physics 2 Practice Exam 1 Questions. Name: Score: /. Practice Questions Exam 1/page1 PES 110 - Physics Practice Exam 1 Questions Name: Score: /. Instructions Time allowed for this is exam is 1 hour 15 minutes 5 multiple choice (5 points) 3 to 5 written problems

More information

Summer vacation Home work

Summer vacation Home work Biology Class Xth 1. Define the following terms: 1) nutrition 2) photosynthesis 3) peristalsis 4) excretion 5) osmoregulation 6) holozoic nutrition 2. Distinguish between: 1) breathing and respiration

More information

4 pt. (in J) 3.A

4 pt. (in J) 3.A Mark Reeves - Physics 22, Fall 2011 1 A point charge of mass 0.0699 kg and charge q = +6.87 µc is suspended by a thread between the vertical parallel plates of a parallel-plate capacitor, as shown in the

More information

(a) Consider a sphere of charge with radius a and charge density ρ(r) that varies with radius as. ρ(r) = Ar n for r a

(a) Consider a sphere of charge with radius a and charge density ρ(r) that varies with radius as. ρ(r) = Ar n for r a Physics 7B Midterm 2 - Fall 207 Professor R. Birgeneau Total Points: 00 ( Problems) This exam is out of 00 points. Show all your work and take particular care to explain your steps. Partial credit will

More information

Physics 420 Fall 2004 Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers.

Physics 420 Fall 2004 Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers. Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers. 1. A charge q 1 = +5.0 nc is located on the y-axis, 15 µm above the origin, while another charge q

More information

PHYSICS 222 Fall 2009 EXAM 1: October 1, :00pm 10:00pm

PHYSICS 222 Fall 2009 EXAM 1: October 1, :00pm 10:00pm PHYSICS 222 Fall 2009 EXAM 1: October 1, 2009 8:00pm 10:00pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 25 multiple-choice questions, plus two extra-credit questions,

More information

A) 4 B) 3 C) 2 D) 5 E) 6

A) 4 B) 3 C) 2 D) 5 E) 6 Coordinator: Saleem Rao Monday, January 01, 2018 Page: 1 Q1. A standing wave having three nodes is set up in a string fixed at both ends. If the frequency of the wave is doubled, how many antinodes will

More information

Lecture 8 Multiple Choice Questions :

Lecture 8 Multiple Choice Questions : Lecture 8 Multiple Choice Questions : 1. A point charge -3Q lies at the centre of a conducting shell of radius 2R. The net charge on the outer surface of the shell is -3Q Zero +1.5 Q d. +3Q 2. Two identical

More information

Physics 2220 Fall 2010 George Williams SECOND MIDTERM - REVIEW PROBLEMS

Physics 2220 Fall 2010 George Williams SECOND MIDTERM - REVIEW PROBLEMS Physics 0 Fall 010 George Williams SECOND MIDTERM - REVIEW PROBLEMS The last four problems are from last years second midterm. Solutions are available on the class web site.. There are no solutions for,

More information

*Modifications in reproduction were key adaptations enabling plants to spread into a variety of terrestrial habitats.

*Modifications in reproduction were key adaptations enabling plants to spread into a variety of terrestrial habitats. Plant Reproduction *Modifications in reproduction were key adaptations enabling plants to spread into a variety of terrestrial habitats. Reproduction In Plants Plant reproduction is the production of new

More information

Phys102 Second Major-133 Zero Version Coordinator: A.A.Naqvi Tuesday, August 05, 2014 Page: 1

Phys102 Second Major-133 Zero Version Coordinator: A.A.Naqvi Tuesday, August 05, 2014 Page: 1 Coordinator: A.A.Naqvi Tuesday, August 05, 2014 Page: 1 Q1. igure 1 shows four situations in which a central proton (P) is surrounded by protons or electrons fixed in place along a half-circle. The angles

More information

Physics 42 Exam 2 PRACTICE Name: Lab

Physics 42 Exam 2 PRACTICE Name: Lab Physics 42 Exam 2 PRACTICE Name: Lab 1 2 3 4 Conceptual Multiple Choice (2 points each) Circle the best answer. 1.Rank in order, from brightest to dimmest, the identical bulbs A to D. A. C = D > B > A

More information

a. capture sunlight and absorb CO 2

a. capture sunlight and absorb CO 2 BIO 274-01 Exam 1 Name Matching (10 pts) 1. Match each plant part with its function: root c a. capture sunlight and absorb CO 2 for photosynthesis leaves a b. provides support, conducts water and nutrients

More information

PHY 131 Review Session Fall 2015 PART 1:

PHY 131 Review Session Fall 2015 PART 1: PHY 131 Review Session Fall 2015 PART 1: 1. Consider the electric field from a point charge. As you move farther away from the point charge, the electric field decreases at a rate of 1/r 2 with r being

More information

PHYSICS 241 TEST 1 Monday, February 17, 2003

PHYSICS 241 TEST 1 Monday, February 17, 2003 PHYSICS 241 TEST 1 Monday, February 17, 2003 This 15-question test (each question is worth approximately 6.67 points) is worth 100 points, each question is weighted equally. Please fill out the answer

More information

Worksheet for Morgan/Carter Laboratory #16 Plant Diversity II: Seed Plants

Worksheet for Morgan/Carter Laboratory #16 Plant Diversity II: Seed Plants Worksheet for Morgan/Carter Laboratory #16 Plant Diversity II: Seed Plants BE SURE TO CAREFULLY READ THE INTRODUCTION PRIOR TO ANSWERING THE QUESTIONS!!! You will need to refer to your text book to answer

More information

Read The Invisible Man by H.G Wells and write a Book Review discussing the following aspects:

Read The Invisible Man by H.G Wells and write a Book Review discussing the following aspects: CLASS XII SCIENCE ENGLISH Read The Invisible Man by H.G Wells and write a Book Review discussing the following aspects: a. The novel as a cautionary tale b. Griffin as the anti-hero c. The adaptations

More information

PHYS1212 Exam#2 Spring 2014

PHYS1212 Exam#2 Spring 2014 PHYS Exam# Spring 4 NAME There are 9 different pages in this quiz. Check now to see that you have all of them. CEDIT PAT A 6% PAT B 4% TOTAL % GADE All work and answers must be given in the spaces provided

More information

Phys222 S11 Quiz 2: Chapters Name: = 80 nc, and q = 24 nc in the figure, what is the magnitude of the total electric force on q?

Phys222 S11 Quiz 2: Chapters Name: = 80 nc, and q = 24 nc in the figure, what is the magnitude of the total electric force on q? Name: 1. Three point charges are positioned on the x axis. If the charges and corresponding positions are +3 µc at x = 0, +0 µc at x = 40 cm, and 60 µc at x = 60 cm, what is the magnitude of the electrostatic

More information

JSR INSTITUTE (PHYSICS) XII ASSINGMENT 1 (CAPACITANCE)

JSR INSTITUTE (PHYSICS) XII ASSINGMENT 1 (CAPACITANCE) Physics J S R ESTD:007 JSR INSTITUTE (PHYSIS) XII ASSINGMENT (APAITANE). A capacitor of capacitance, which is initially charged up to a potential difference, is connected with a battery of emf / such that

More information

PHYS 2135 Exam I February 13, 2018

PHYS 2135 Exam I February 13, 2018 Exam Total /200 PHYS 2135 Exam I February 13, 2018 Name: Recitation Section: Five multiple choice questions, 8 points each Choose the best or most nearly correct answer For questions 6-9, solutions must

More information

DEHRADUN PUBLIC SCHOOL I TERM ASSIGNMENT SUBJECT- PHYSICS (042) CLASS -XII

DEHRADUN PUBLIC SCHOOL I TERM ASSIGNMENT SUBJECT- PHYSICS (042) CLASS -XII Chapter 1(Electric charges & Fields) DEHRADUN PUBLIC SCHOOL I TERM ASSIGNMENT 2016-17 SUBJECT- PHYSICS (042) CLASS -XII 1. Why do the electric field lines never cross each other? [2014] 2. If the total

More information

Ch. 16 and 17 Review Problems

Ch. 16 and 17 Review Problems Ch. 16 and 17 Review Problems NAME 1) Is it possible for two negative charges to attract each other? A) Yes, they always attract. B) Yes, they will attract if they are close enough. C) Yes, they will attract

More information

AP physics B web review ch 15 electric forces and fields

AP physics B web review ch 15 electric forces and fields Name: Class: _ Date: _ AP physics B web review ch 15 electric forces and fields Please do not write on my tests Multiple Choice Identify the choice that best completes the statement or answers the question.

More information

Flowers Seeds Pollination Germination

Flowers Seeds Pollination Germination * Flowers Seeds Pollination Germination *In order for plants to be successful in many different environments they must be able to reproduce themselves. *The reproductive patterns of plants reflect the

More information

A) I B) II C) III D) IV E) V

A) I B) II C) III D) IV E) V 1. A square loop of wire moves with a constant speed v from a field-free region into a region of uniform B field, as shown. Which of the five graphs correctly shows the induced current i in the loop as

More information

Physics 122 Spring 2012 Test 2

Physics 122 Spring 2012 Test 2 Name: Instructions: Physics 122 Spring 2012 Test 2 There are some useful tables at the end of this exam paper. You may use a calculator and your 3x5 index card. Please ATTACH your index card to the test

More information

The third charge has to be along the line joining the two charges, outside the two charges, and closer to the weaker.

The third charge has to be along the line joining the two charges, outside the two charges, and closer to the weaker. Coordinator: Dr. M.F.Al-Kuhaili Thursday, uly 30, 2015 Page: 1 Q1. Two point charges q and 4q are at x = 0 and L, respectively. A third charge q is to be placed such that the net force on it is zero. What

More information

BIOL 305L Spring 2018 Laboratory Seven

BIOL 305L Spring 2018 Laboratory Seven Please print Full name clearly: BIOL 305L Spring 2018 Laboratory Seven Flowering and reproduction Introduction Flowers are not simple structures, and the diversity of flower shape, color, and fragrance

More information

PHYSICS - CLUTCH CH 22: ELECTRIC FORCE & FIELD; GAUSS' LAW

PHYSICS - CLUTCH CH 22: ELECTRIC FORCE & FIELD; GAUSS' LAW !! www.clutchprep.com CONCEPT: ELECTRIC CHARGE e Atoms are built up of protons, neutrons and electrons p, n e ELECTRIC CHARGE is a property of matter, similar to MASS: MASS (m) ELECTRIC CHARGE (Q) - Mass

More information

AP Physics C Electricity & Magnetism Mid Term Review

AP Physics C Electricity & Magnetism Mid Term Review AP Physics C Electricity & Magnetism Mid Term Review 1984 37. When lighted, a 100-watt light bulb operating on a 110-volt household circuit has a resistance closest to (A) 10-2 Ω (B) 10-1 Ω (C) 1 Ω (D)

More information

Physics 1302, Exam 1 Review

Physics 1302, Exam 1 Review c V Andersen, 2006 1 Physics 1302, Exam 1 Review The following is a list of things you should definitely know for the exam, however, the list is not exhaustive. You are responsible for all the material

More information

Physics 2135 Exam 1 September 20, 2016

Physics 2135 Exam 1 September 20, 2016 Eam Total / 200 Phsics 2135 Eam 1 September 20, 2016 Printed Name: Rec. Sec. Letter: Five multiple choice questions, 8 points each. Choose the best or most nearl correct answer. 1. Two positive charges

More information

DELHI PUBLIC SCHOOL, BAHADURGARH Sample Paper 1 PHYSICS CLASS-XII Date- Duration:3hr

DELHI PUBLIC SCHOOL, BAHADURGARH Sample Paper 1 PHYSICS CLASS-XII Date- Duration:3hr SET: 1 General Instructions:- DELHI PUBLIC SCHOOL, BAHADURGARH Sample Paper 1 PHYSICS CLASS-XII Date- Duration:3hr All questions are compulsory. There are 30 questions in total. Questions 1 to 8 carry

More information

F 13. The two forces are shown if Q 2 and Q 3 are connected, their charges are equal. F 12 = F 13 only choice A is possible. Ans: Q2.

F 13. The two forces are shown if Q 2 and Q 3 are connected, their charges are equal. F 12 = F 13 only choice A is possible. Ans: Q2. Q1. Three fixed point charges are arranged as shown in Figure 1, where initially Q 1 = 10 µc, Q = 15 µc, and Q 3 = 5 µc. If charges Q and Q 3 are connected by a very thin conducting wire and then disconnected,

More information

Chapter 18 Solutions Set Up: (a) The proton has charge and mass Let point a be at the negative plate and

Chapter 18 Solutions Set Up: (a) The proton has charge and mass Let point a be at the negative plate and Chapter 18 Solutions *18.1. Set Up: Since the charge is positive the force on it is in the same direction as the electric field. Since the field is uniform the force is constant is upward is to the right,

More information

1. ELECTRIC CHARGES AND FIELDS

1. ELECTRIC CHARGES AND FIELDS 1. ELECTRIC CHARGES AND FIELDS 1. What are point charges? One mark questions with answers A: Charges whose sizes are very small compared to the distance between them are called point charges 2. The net

More information

Sample Question Paper 3 Class XII Physics

Sample Question Paper 3 Class XII Physics Sample Question Paper 3 Class XII Physics Time allowed: 3hrs Maximum Marks: 70 General Instructions: 1. All questions are compulsory. There are 26 questions in all. 2. This question paper has five sections:

More information

Biology 211 (1) Exam 3 Review! Chapter 31!

Biology 211 (1) Exam 3 Review! Chapter 31! Biology 211 (1) Exam 3 Review Chapter 31 Origin of Land Plants: 1. Fill in the correct amount of years ago the following events occurred. years ago there was a thin coating of cyanobacteri b. years ago

More information

Parts of a Flower. A lesson from the New Jersey Agricultural Society Learning Through Gardening Program

Parts of a Flower. A lesson from the New Jersey Agricultural Society Learning Through Gardening Program Parts of a Flower A lesson from the New Jersey Agricultural Society Learning Through Gardening Program OVERVIEW: Students create a flower with craft materials in order to learn the parts of flowers and

More information

Phys 2102 Spring 2002 Exam 1

Phys 2102 Spring 2002 Exam 1 Phys 2102 Spring 2002 Exam 1 February 19, 2002 1. When a positively charged conductor touches a neutral conductor, the neutral conductor will: (a) Lose protons (b) Gain electrons (c) Stay neutral (d) Lose

More information

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION

KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION KENDRIYA VIDYALAYA SANGATHAN, HYDERABAD REGION SAMPLE PAPER 04 (2017-18) SUBJECT: PHYSICS (043) BLUE PRINT : CLASS XII UNIT VSA (1 mark) SA - I (2 marks) SA II (3 marks) VBQ (4 marks) LA (5 marks) Total

More information

PH 222-2A Spring 2015

PH 222-2A Spring 2015 PH -A Spring 15 Capacitance Lecture 7 Chapter 5 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) 1 Chapter 5 Capacitance In this chapter we will cover the following topics: -Capacitance

More information

Practice Paper-3. Q. 2. An electron beam projected along + X-axis, in a magnetic field along the + Z-axis. What is

Practice Paper-3. Q. 2. An electron beam projected along + X-axis, in a magnetic field along the + Z-axis. What is Practice Paper-3 Q. 1. An electric dipole of dipole moment 20 10 6 cm is enclosed by a closed surface. What is the net flux coming out of the surface? Q. 2. An electron beam projected along + X-axis, in

More information

Physics 55 Final Exam Fall 2012 Dr. Alward Page 1

Physics 55 Final Exam Fall 2012 Dr. Alward Page 1 Physics 55 Final Exam Fall 2012 Dr. Alward Page 1 1. The specific heat of lead is 0.030 cal/g C. 300 g of lead shot at 100 C is mixed with 100 g of water at 70 C in an insulated container. The final temperature

More information

SAMPLE PAPER III. Time : 3 hours Max. Marks : 70

SAMPLE PAPER III. Time : 3 hours Max. Marks : 70 SAMPLE PAPER III Time : 3 hours Max. Marks : 70 General Instructions All questions are compulsory. 1. Draw the equipotential surfaces for two point charges each of magnitude q > 0 placed at some finite

More information

SAMPLE PAPER-05 (solved) PHYSICS (Theory) Class XII. Time allowed: 3 hours Marks: 70

SAMPLE PAPER-05 (solved) PHYSICS (Theory) Class XII. Time allowed: 3 hours Marks: 70 SAMPLE PAPER-05 (solved) PHYSICS (Theory) Class XII Time allowed: 3 hours Marks: 70 Maximum General Instructions: a) All the questions are compulsory. b) There are 26 questions in total. c) Questions 1

More information

Physics 1302W.500 Lecture 9 Introductory Physics for Scientists and Engineering II

Physics 1302W.500 Lecture 9 Introductory Physics for Scientists and Engineering II Physics 1302W.500 Lecture 9 Introductory Physics for Scientists and Engineering II In today s lecture, we will finish our discussion of Gauss law. Slide 25-1 Applying Gauss s law Procedure: Calculating

More information

LAB 13 The Plant Kingdom

LAB 13 The Plant Kingdom LAB 13 The Plant Kingdom Overview The importance of plants for life on earth cannot be overstated. Plants along with photosynthetic microbes produce all of the oxygen gas (O 2 ) in our atmosphere. Essentially

More information

Chapter 23: Plant Diversity and Life Cycles

Chapter 23: Plant Diversity and Life Cycles Chapter 23: Plant Diversity and Life Cycles Section 1: Introduction to Plants Cuticle: a waxy or fatty and watertight layer on the external wall of epidermal cells Spore: a reproductive cell or multicellular

More information