This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
If a person. of. mass. 50. carrying. a mass. of. 60 kg. up to. height. of. 20m. in. 60sec. . Find. the. power. of. person |
Answer» The power of person is 333.3 wattExplanation: The mass of man = 50 kg The load on his head = 60 kg The total mass = 50 + 60 = 110 kg The height covered by this mass h = 20 m The work DONE W = mass x acceleration due to gravity x height THUS W = 110 x 10 x 20 = 22 x 10³ J The power = Work/time Thus power = |
|
| 2. |
Q3. A solid sphere is rolling without sliding on a horizontalplane. Calculate the ratio of rotational kinetic energy andtotal kinetic energy |
|
Answer» Answer: ROTATIONAL KINETIC ENERGY /Total energy K2/r2/(1+K2/r2) K2/r2 = 2/5 Put VALUE Answer - 2/7Thanks for Reading Mark it Brainlist |
|
| 3. |
What is liquor ammonia |
| Answer» | |
| 4. |
An object of 20kg is taken to a height of 1600000m above the surface of earth. How much does the object weight at this point? |
|
Answer» Answer: gravity at a HEIGHT h is given by substitute values PLS mark brainliest |
|
| 5. |
Write a program to check whether it is a Lead number or not in java |
Answer» Java program to find whether the given number is a lead number or notA number is said to be a Lead number is the SUM of the even digits in the number is equal to the sum of the odd digits in the number. Program: IMPORT java.util.*; PUBLIC class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int number=sc.nextInt(); int gnumber=number; int evensum=0; int oddsum=0; while(number!=0) { int x = number%10; number = number/10; if(x%2==0) { evensum+=x; } else{ oddsum+=x; } } if(evensum==oddsum) { System.out.println(gnumber+" is a Lead number"); } else{ System.out.println(gnumber+" is NOT a Lead number"); } } } Input 1: 6374Output 1: 6374 is a Lead number(Explanation: Odd digits sum = 7+3 = 10 and Even digits sum = 6+4 = 10. Therefore, Odd sum=Even sum) Input 2: 6372Output 2: 6372 is NOT a Lead number(Explanation: Odd digits sum = 7+3 = 10 and Even digits sum = 6+2 = 8. Therefore, Odd sum ≠ Even sum) Learn more: 1. Write a program in Java to generate the following pattern using nested loops. 2. Write a java program to input name and mobile numbers of all employees of any office. Using "Linear Search", search array of phone numbers for a given "mobile number" and print name of EMPLOYEE if found, otherwise print a suitable message. |
|
| 6. |
The ID card of a person is 6 cm long and 7cm wide. Find the area of the card. |
|
Answer» AREA of card=6 X 7=42 CM square Explanation: |
|
| 7. |
Can virtual image be obtained on the screen in case of mirrors??? |
|
Answer» EXPLANATION:YES it can be OBTAINED |
|
| 8. |
Make a list of the various machines used in your home and in neighbourhood brifely |
| Answer» | |
| 9. |
Any other method instead of |
|
Answer» GO through DERIVATION but it BECOMES HARD?..... |
|
| 10. |
What is dimension of decay constant |
|
Answer» Answer: In English, “PER SECOND”. It doesn't have to be seconds; any time unit will work. Usually it is whatever units the half-life is expressed in. DECAY constant is related to the half-life by. Decay constant = LN(2)/(half-life) |
|
| 11. |
Polarisation occurs due to charging by conduction or charging by induction? |
|
Answer» both Explanation: |
|
| 12. |
B) When v-t graph is parallel to x-axis, thebody isLihat |
|
Answer» UNIFORM velocity Explanation: |
|
| 13. |
Name of you occupations in which women are found to be most suitable !!!! |
|
Answer» HUMAN resource is most SUITABLE OCCUPATION for WOMEN |
|
| 14. |
What defines the characteristics quality or timbre of soundno spam |
|
Answer» Timbre or SOUND quality is that characteristics by virtue of which we can distinguish between sounds of the same pitch and loudness PRODUCED by two different musical instruments or by different VOICES. |
|
| 16. |
Relation between Kinetic energy and momentum |
|
Answer» Answer: Relation between momentum and KINETIC ENERGY. Note that if a massive PARTICLE and a light particle have the same momentum, the light one will have a lot more kinetic energy. If a light particle and a HEAVY one have the same velocity, the heavy one has more kinetic energy. |
|
| 17. |
Explain why a tennis ball and a cricket ball dropped together will hit the ground atabout the same time, even though the cricket ball is heavier. |
|
Answer» in BRIEF....bcz the force acting on it...i.e. force of GRAVITATION doesn't depend on weight... |
|
| 18. |
Find the elecric field at A,B and C in the Figure....PLEASEEEEE.Whoever answers correctly I'll make ur answer the brainliest!!! |
|
Answer» Answer: SHI to HAI yaar C par koi charge NI hai to uska electric field nil hoje ga fir SIMPLE electric field KA formula lga k kar de |
|
| 19. |
Find the realtionship torque and angular momemtum |
|
Answer» TORQUE = ∆L/∆t ∆L = CHANGE in ANGULAR momentum ∆t = t2-t1 Thanks for Reading Mark it Brainlist |
|
| 20. |
What is the principle on which electric motor works? |
|
Answer» Answer: ELECTRIC motor WORKS on the principle of FLEMING's left HAND rule.. |
|
| 21. |
❄️ A block whose nass is 2 kg is fastened to a spring. The spring has a constant of 50 N/m. The block is pulled to a distance x= 10 cm from its equilibrium postion at x=0 on a frictionless surface from rest rest at t= 0. Calculate the. kinetic, potential and total energies of the block when it is 5 cm away from the mean postion.# don't spam :P |
|
Answer» MASS= 2kg Spring constant = 50N/m Distance x=10cm X=0 t=0 Kinetic and POTENTIAL energy of the block = 5 CM AWAY from the MEAN position |
|
| 22. |
A. Thermal expansion is maximum in |
|
Answer» Answer: In case of gases, when balloon is partially inflated in a cool room it EXPANDS to full size when PUT in warm water. This all is due to thermal expansion. So, increase in dimension of a BODY due to increase in temperature is thermal expansion. The expansion in LENGTH is CALLED linear expansion. |
|
| 23. |
A biconvex lens made of glass of refractive index 1.5 has radius of currature of both of itssurfaces as 40cm. Calculate the (i) power and (ii) focal length of the lens. Also find out the changein the focal length of the lens when it is submerged in water. (The refractive index of water withrespect to air, 1.33 wan ) |
|
Answer» REFRACTIVE INDEX of glass=1.5 f=20cm Power=1/0.20=5D Focal length=20 CM |
|
| 24. |
How can we make our streets and roads beautiful |
|
Answer» Answer: Experts have had a TOUGH time of it of late. From politician to pollster, those in power stand accused of misunderstanding what people want. Or not caring. Or worse. Confidence in institutions and their intentions is at rock bottom. We often see in community engagement work we do that councils’, architects’ or developers’ motivations are assumed – unfairly – to verge on the ACTIVELY malign. Society is changing. People no long believe that the MAN (it usually was a man) in Whitehall or TOWN Hall knows best. They EXPECT to influence what happens near where they live and work. And, our research shows, they are more inclined to support development when they are genuinely involved – not just in a tawdry and ersatz PR exercise. |
|
| 25. |
What is the difference between Divergence and Curl? |
|
Answer» Answer: We can say that the divergence operation turns a vector FIELD into a SCALAR field. Note that the RESULT of the CURL is a vector field. We can say that the curl operation turns a vector field into ANOTHER vector field. |
|
| 26. |
What is the power of a lamp connected to 12v when carries 2.5 |
|
Answer» Answer: 30 watts Explanation: Acc. to the RELATIONSHIP of POWER with VOLTAGE and Current, We have, P = I × V = 25/10 × 12 = 30 Watts Therefore Power = 30 watts |
|
| 27. |
2) What is the unit of Universal GravitationalConstant in SI unit?A) N-m-KgB) N/m-kgC) N-m/Kg2D) N/m2-kg |
|
Answer» UR correct answers is option d.. i mean N/m2-kg.. |
|
| 28. |
A bomb of mass 8 kg at rest explodes in three fragments. Two equal masses of 2kg each fly off at 20 m/s perpendicular to each other. Find magnitude and direction of velocity of third fragment. |
|
Answer» Answer: 10√2 m/s According to LAW of CONSERVATION of Linear momentum MV = m1v1 + m2V2 + m3v3 V= 0 0 = 40i + 40j + 4v v = -10I -10j |V| = 10√2 Thanks for READING |
|
| 29. |
The bus is change its velocity from 40m/s to6om/s in time taken of 5 seconds, what is- acceleration of the bus. |
Answer» Here's your ANSWER -:Explanation: GIVEN, -INITIAL velocity, U=40m/s
FINAL velocity, V=60m/sTime taken, t = 5sWe KNOW,a =Thanks |
|
| 30. |
ABCD is a square of side 1m. Charges +2x10-10 C, 4x10-10 C and +8x10-10 C are placed acorners A,B and C respectively. Calculate the amount of work done in transferring a char10pc from D to the point of intersection of diagonals. |
|
Answer» Explanation: |
|
| 31. |
The reproduction factor of nuclear chain reaction taking place ina nuclear reactor i |
|
Answer» Answer: A possible nuclear fission chain reaction. 1. A uranium-235 ATOM absorbs a NEUTRON, and fissions into two NEW atoms (fission fragments), RELEASING three new NEUTRONS and a large amount of binding energy |
|
| 32. |
How to start physics class 12 ( should I only learn or write definitions etc. |
|
Answer» Hey dude neve do this mistake that only READ books and LEARN definition Instead of that u shokh PRACTICE numerical so that concept will ALWAYS restore in YR mind Have a nice day |
|
| 34. |
A nan shouted near a hills and heard the echo after 8 second . what is the distance of the hill from the man of the speed of sound is 345m/s |
|
Answer» 1380 m is your answer explaination: TIME = 8S SPEED = 345 ms beacause of echo we will TAKE it as 2d, THEN WE KNOW THAT D = SPEED × TIME THERFORE,2D=S×T 2d = 345 × 8 d= 345×8/2 HENCE, d = 345 × 4 then, d = 1380m hope it will help you plz mark me as brainliest |
|
| 35. |
Time period in simple pendulum in summer |
|
Answer» Explanation: in summers the LENGTH of the pendulum INCREASES and the time period also increases hope this HELPS you |
|
| 36. |
name the phenomenon that is involved in the formation of image of an object by a concave mirror. _______ |
|
Answer» Answer: brainliest plz Explanation: A mirror CHANGES the DIRECTION of light that falls on it. This change of direction by a mirror is called reflection of light. When an OBJECT is PLACED in front of a plane mirror, its image is formed behind the mirror. |
|
| 37. |
The speed v of sound waves in air depends on the atmospheric pressure P and density r of the air. By using the method of dimensional analysis, find an expression for v in terms of P and r. |
|
Answer» please mark me as a result of the answer is yes Explanation: please mark me as a result of the answer is yes then please please mark me as a result of the braillianst the braillianst to be in RESPONSE the DICTIONARY
please mark me as a braillianst |
|
| 38. |
(iv) In uniform electric field, lines of force are......(a) parallel and equally spaced(b) perpendicular and equally spaced(c) converging(d) diverging121 |
|
Answer» Answer: |
|
| 39. |
what force does water exert on the base of a house tank of base area 1.5 metre square when it is filled with water up to a height of 1 metre ( density of water is 10 cube/m cube and g= 10m/s sq |
| Answer» | |
| 40. |
(ii) A force of interaction which binds protons and neutrons in the nucleus of an atom is........(a) real force(b) nuclear force(c) electrostatic force(d) electromagnetic force |
|
Answer» NUCLEAR force The force that acts between nucleons and binds PROTONS and NEUTRONS into atomic nuclei; the RESIDUAL strong force |
|
| 41. |
(i) The dimensions of torque are.........(a) [L2MT-2] (b) [LMT-1)(c) [L2MT-1](d) (LMT-2) |
|
Answer» |
|
| 42. |
Velocity = 339 cm/s Wavelength = 1.5 cm/s Find frequency |
|
Answer» REFER to the ATTACHMENT !! |
|
| 43. |
Hey guys what is the difference between reverberation and echo |
|
Answer» Answer: 1.eco is a SINGLE reflection of SOUND wave at a surface. 2.an eco is clear , and CLEARLY distinguish 3.eco can be heard both in closed and open surfaces Now about reverberation1.it is a sound or pattern created by the superposition of such echoes 2.it is not clear 3. it is not forutiloze the distance MANAGEMENT |
|
| 44. |
Which of the two mass or weight is the essential property of matter |
|
Answer» Explanation: |
|
| 45. |
Choose the correct option electromagnetism means |
| Answer» | |
| 46. |
What is factorial no |
|
Answer» Answer: 6/7,4/,2/3 are the QUESTIONS |
|
| 47. |
Trace the path of reflected ray in the following ray diagrams. |
|
Answer» Answer: draw perpendicular LINE NORMAL on points of incidence mark angle between normal and incident Ray and draw Ray with same angle Explanation: it is law of REFLECTION that angle of incidence and reflection are EQUAL with RESPECT to normal line |
|
| 48. |
The maximum acceleration of the train in which a box lying on its floor will remain stationary given that the coefficient of friction between the box and the train is 0.15(g=ms^-2? ) is(a) 15ms^-2, (b) 1.5 ms ^ -2, (C) 2.0ms^ -2, (d) 0.15ms^-2 |
|
Answer» Answer: acceleration a is GIVEN by a = coefficient of friction × G ( SINCE ma = coefficient of friction × mg) a = 0.15 × 10 = 1.5m/s^2 Hope it helps you. Mark as BRAINLIEST please |
|
| 49. |
The escape velocity from earth for a piece of 1g is 11.2km/s what would be the value for a piece of 10g |
|
Answer» Ve = √2GM/R Escape not depend on Mass of BODY it depends on mass of Planet so Ve = 11.2Km/sec Thanks for Reading Hope it Helps You |
|