Explore topic-wise InterviewSolutions in Current Affairs.

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.

The length of a rectangle is 2 more than its width. The area of the rectangle is 80. Find length and breadth.

Answer»

Let x be the width, then length = x + 2

x (x + 2) = 80

x2 + 2x = 80

x2 + 2x + 1 = 80 + 1

(x + 1)2 = 81

x + 1 = 9 

x = 8 

length = 10 

width = 8

2.

The difference of two positive numbers is 6. Their product is 216. Find the numbers.

Answer»

Let the numbers be x, x + 6 

Products : x (x+6) = 216

x2 + 6x = 216

x2 + 6x + 9 = 216 + 9 = 225

(x + 3)2 = 225

x + 3 = 15

x = 15 – 3 = 12

Numbers : 12, 18

3.

In a right triangle one of the perpendicular sides is one less than 2 times the smaller side. Hypotenuse is one more than 2 times the same smaller side. By taking the smaller side as x cm, write the algebraic expression for the other two sides. Compute all the 3 sides of the right triangle.

Answer»

Smaller side = x

Perpendicular side = 2x – 1

Hypotenus = 2x + 1

x2 + (2x – 1)2 = (2x + 1)2

x2 + 4x2 – 4x + 1 = 4x2 + 4x + 1

x2 – 8x = 0

x (x – 8) = 0

x = 0 or x = 8

Side = 8 cm, 15 cm, 17 cm

4.

The sum of a number and its reciprocal is 5/2

Answer»

Let x be the number

\(x+\frac{1}{x}=\frac{5}{2}\)

\(\frac{x^2+1}{x}=\frac{5}{2}\)

2x2 + 2 = 5x

2x2 - 5x + 2 = 0

5.

The sum of a number is 12 and sum of its reciprocal is 3/8 Find the numbers.

Answer»

If we take numbers as 6 + x, 6 – x

\(\frac{1}{6+x}+\frac{1}{6-x}=\frac{3}{8}\)

12 x 8 = 3 (36 - x2),

96 = 108 - 3x2

3x2 = 12x2 = 4,

x - 2 or -2

Numbers = 6 + 2 = 8, 6 - 2 = 4

6.

The sum of a number and its reciprocal is 13/6 What is the number ?

Answer»

Let number = x, then its reciprocal = 1/x

\(x+\frac{1}{x}=\frac{13}{6},(x^2+1)\times6=13x\)

6x2 - 13x + 6 = 0

\(x=\frac{13\pm \sqrt{(-13)^2-4\times6\times6}}{2\times6}\)

\(\frac{13\pm \sqrt{169-144}}{12}=\frac{13\pm \sqrt{25}}{12}\)

Number = \(\frac{3}{2}\) or \(\frac{2}{3}\)

7.

The sum of even numbers from 2 in an order is 240

Answer»

2 + 4 + 6 + + 2n = 420

2(1 + 2 + 3 + ….+ n) = 420

\(2\times\frac{n(n+1)}{2}=420\)

n2 + n - 420 = 0

8.

Prove that the difference of a number and its reciprocal will be always positive.

Answer»

Number = x, its reciprocal = 1/x then, x − \(\frac{1}{x}\) = k

\(x^2-kx-1=0,x=\frac{+k\,\pm \sqrt{k^2+\,4} }{2}\)

Since k being a positive number, k2 + 4 also negative.

9.

The sum of a number and its square root is 6.

Answer»

Let x be the number

x + √x = 6

x – 6 = √x

(x – 6)2 =(–√x)2

x2 – 12x + 36 = x

x2 – 13 x + 36 = 0

10.

How many consecutive natural numbers from 1 should be added to get 465?

Answer»

Sum of first n natural numbers

\(\frac{n(n+1)}{2}=465\)

n2 + n = 930

\(n^2+n+\frac{1}{4}=930+\frac{1}{4}\)

\((n+\frac{1}{2}){^2}=\frac{3721}{4},n+\frac{1}{2}=\frac{61}{2}\)

n = 30

The sum of first 30 natural numbers = 465

11.

The sum of first n natural numbers is 210.

Answer»

\(\frac{n(n+1)}{2}=210\)

n2 + n = 420

n2 + n – 420 = 0

12.

Sum of the area of two squares is 500 m2 . If the difference of their perimeters is 40m, find the sides of the two squares.

Answer»

Let the side of the squares be x and y meters.

According to the condition,

x2 + y2 = 500

4x – 4y = 40

(x – y) = 10

y = x – 10

Substituting the value of y in, we get

x2 + (x – 10)2 – 500

2x2 – 20x – 400 = 0

x2 – 10x – 200 = 0

x = 20 or x = – 10

As the side cannot be negative, x = 20 

Hence, side of the first square, x = 20 m 

Side of the second square, y = 20 – 10 = 10 m

13.

Sum of the squares of three consecutive natural numbers is 110.

Answer»

If the numbers are x, x + 1, x + 2, then

x2 + ( x + 1)2 + (x + 2)2 = 110

x2 + x2 + 2x + 1 + x2 + 4x + 4 = 110

3x2 + 6x – 105 = 0

\(x=\frac{-6\pm\sqrt{6^2-4\times3\times-105}}{2\times3}\)

\(\frac{-6\pm\sqrt{1296}}{6}=\frac{-6\pm36}{6}=5.7\)

14.

What number added to 1 gives its own square?

Answer»

Let the number be x

x + 1 = x2

x2 - x - 1 = 0

\(x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}=\frac{1\pm \sqrt{1+4}}{2}\) \(=\frac{1\pm \sqrt{5}}{2}\)

Numbers \(\frac{1+\sqrt{5}}{2},\frac{1-\sqrt{5}}{2}.\)

15.

In copying a second-degree equation to solve it, the term without x was written as 24 instead of – 24. The answers found were 4 and 6. What are the answers of the correct problem?

Answer»

(x - 4) (x - 6) = 0

x2 - 10x + 24 = 0

The correct equation = x2 - 10x - 24 = 0

a = 1, b = 10, c = 24

b2 - 4ac = (-10)2 - 4 x 1 x 24 = 196

\(x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}=\frac{10\pm14}{2}\)

x = 12, -2

The correct answer is 12, -2

16.

In the figure AB is the diameter of the circle. CD = 10 cm. BC is 15 cm less than Ac. Find AB?

Answer»

AC x CB = CD2

AC = x

x(x-15) = 102

x2 - 15x = 100

\(x^2-15x+\frac{225}{4}=100+\frac{225}{4}\)

\((x-\frac{15}{2})^2=\frac{625}{4},x-\frac{15}{2}=\frac{25}{2}\)

\(x=\frac{25}{2}+\frac{15}{2},\)

∴ AB = 20 + 5 = 25 cm

17.

Find two numbers with sum 4 and product 2.

Answer»

Sum of the numbers = 4

If, First number = x

Then second number = 4 – x

x(4 - x) = 2

-x2 + 4x = 2

x2 - 4x = -2

(x - 2)2 = -2 + 4

(x - 2)2 = 2

x - 2 = \(\pm\)√2

x - 2 = √2, x - 2 - √2

x = 2 + √2, x = 2 - √2

The numbers are 2 + √2, 2 - √2

18.

If the equation 4x2 – 5 x + k = 0 has two equal solutions. Find the value of k.

Answer»

If there is one solution, the discriminant = 0

b2 - 4ac = 0

(-5)2 - 4 x 4 x k = 0

25 - 16k = 0

16k = 25

\(K=\frac{25}{16}=1\frac{9}{16}\)

19.

The product of a number and 2 more than that is 168, what are the numbers?

Answer»

Let the number be x

x(x+2) = 168

x2 + 2x = I68

x2 + 2x + 1 = I68 + 1

(x+1)2 = 169

x + 1 = ± 13

x + 1 = 13

x + 1= – 13

x = 13 – 1 = 12

x = -13 – 1 = – 14

The number is 12 and 14 or – 12 and – 14

20.

The product of a number and the number 8 more than it is 105.a. What is the least number to be added to make the product a perfect square?b. What are the numbers in the problem?

Answer»

a. Let the number be x, then second number is x + 8

x(x + 8) = 105

x2 + 8x = 105

The number to be added to get a perfect square is 16

b. x2 + 8x + 16 = 121

(x + 4)2 = 121 ;

x + 4 = 11 or -11

x = 7 or -15

number 7, 15 or -15, -7

21.

When the sides of a square are increased by 4, area become 256. Find the length of the first square.

Answer»

Let x be the side of square

(x + 4)2 = 256

x2 + 8 x - 240 = 0

\(x=\frac{-8\,\pm\, \sqrt{64\,+\,960}}{2}=\frac{-8 \,\pm\,32}{2}\) = 12, -20

x will not -20 

The side of the first square = 12 cm

22.

When each side of a square was reduced by 2 metres, the area became 49 square metres. What was the length of a side of the original square?

Answer»

Let the length of each side of the original square be x, then

(x - 2)2 = 49

x - 2 = \(\pm\) 7

x - 2 = 7

x - 2 = -7

x = 7 + 2 = 9

x = -7 + 2 = -5

The length of each side of the original square = 9 cm

23.

Explain the cause, concept and preventive measures of the following: a) Cholera b) Salmonellosis

Answer»

(a) Cholera: 

cause-Vibrio cholera

Concept: dehydration is the most common manifestation of cholera

Prevention: Sanitation measure and vaccination

(b) Salmonellosis: 

cause- Salmonella typhi 

Concept: mainly it affects the intestine and liberates toxins into blood circulation. 

Prevention: Sanitation measure and vaccination.

24.

The square of a term in the arithmetic sequence 2, 5, 8, ……., is 2500. What is its position?

Answer»

Let 2500 is the square of the nth term of the arithmetic sequence 2, 5, 8, ……

xn = dn + (f - d)

= 3n + (2 - 3) = 3n - 1

(3n - 1)2 = 2500

3n - 1 = 50

3n = 51

n = 17

It is the 17th term.

25.

1 added to the product of two consecutive even numbers gives 289. What are the numbers?

Answer»

Let the two consecutive even numbers be x,

x + 2

x, x + 2 

x(x + 2) + 1 = 289 

x2 + 2x = 288 

x2 + 2x – 288 = 0 

x2 + 2x = 288 

(x+1)2 = 288 + 1 

(x+1)2 = 289 

x + 1 = ± 17 

x = 16, – 18 

The numbers are 16, 18

26.

Represent in the tabular form, the foods that can be liberally used and the foods that should be avoided for a person suffering from typhoid.

Answer»

Foods to include:

1. Plenty of fluids like juices, soups, 1. High fibre foods like whole grain coconut water, electrolyte, barley cereals and their products e.g. whole water, soups. wheat flour, whole wheat bread, oats

2. Milk and milk based beverages. and cracked wheat, whole pulses and 

3. Bland, well cooked, well mashed, pulses with husk. sieved, soft, semisolid foods.

Foods to avoid:

1. High fibre foods like whole grain coconut water, electrolyte, barley cereals and their products e.g. whole water, soups. wheat flour, whole wheat bread, oats 

2. Milk and milk based beverages. and cracked wheat, whole pulses and 

3. Bland, well cooked, well mashed, pulses with husk. sieved, soft, semisolid foods like 

4. Low fibre foods such as refined

27.

He may be at home.i do not know

Answer»

He may be at home but I don't know.

28.

Analyse the data and represent it in tabular form

Answer»
DATECAPACITYDEMAND
2019-0429,26346,193
2019-0528,03749,131
2019-0621,59650,124
2019-0725,89548,850
2019-0825,81347,602
2019-0922,42743,697
2019-1023,60541,058
2019-1124,26337,364
2019-1224,24334,364

29.

What are the steps involved in telling an effective data story?

Answer»

1. Understanding the audience 

2. Choosing the right data and visualisations 

3. Drawing attention to key information 

4. Developing a narrative 

5. Engaging your audience

30.

You are Shreya/ Sanjit, the head girl of Model High School. As a part of social service your school has decided to clean the surrounding. Write a notice in about 80 words for your school notice board asking the students to participate in this campaign.

Answer»

Model High School 

NOTICE

22nd December, 2018

As part of social service our school has decided to clean the area around our school. All the students who wish to participate in this campaign should give their name to the undersigned. Whole hearted participation of student will ensure the success of this programme. 

Head Girl / Boy 

Shreya / Sanjit 

31.

Write a letter to your father about your preparation for the examination.

Answer»

Govt. High School 

Lakshmana Nagar 

17 January 2018

Dear Daddy, 

As the exam dates are fast approaching, I know that you are worried about my studies. Please don’t worry. I put in two hours of study every morning and three hours in the evening.

Two tests have already been conducted and I am glad to inform you that in these preparatory exams I have scored above 85% in all the subjects. Teachers are satisfied with my performance although they have warned me about careless mistakes. They have also given me some tips about time management.

I have set a time table for myself and hope to complete revision well in time. I have the confidence of doing well in the final exams. Please convey my love to mummy. How is my little sister? Nothing more to pen now.

Yours affectionately 

Aruna

32.

English

Answer»

Yoga is an ancient art that connects the mind and body. It is an exercise that we perform by balancing the elements of our bodies. In addition, it helps us meditate and relax. Moreover, yoga helps us keep control of our bodies as well as mind.

33.

Write a paragraph in about 80-100 words on any one topic given below : (a) Summer Vacation (b) Secret of work (c) The Ganga (d) Importance of Labour. 

Answer»

(a) Summer Vacation 

 Holidays bring great joy and relief. We have to work hard when our school session is on. So, we get tired. We wait for the holidays eagerly. We make plans for spending the holidays. A long vacation gives us freedom from the boredom of our daily life. It brings a welcome change in our dull life. We can spend the vacation as we wish. During the vacation we are free from the monotony of our school life. So, we look forward to the vacation impatiently. Recently I have enjoyed the summer vacation.

(b) Secret of Work 

 Many are the blessings of work. All the humanity has achieved during the course of generations was a result of hard work. Man owes all his greatness to hard work. It is but the very 'secret of work'. Man is human because he is capable of hard work, while the animal is not. All human civilization and culture is the result of hard work. Our agriculture, industries, art, science, literature, architecture etc. have all been achieved through hard work. Indeed 'work is worship'. But it is also important that a part from our own work, we must also find out sometime to work for the well being of other persons of the society. 

(c) The Ganga The 

Ganga is considered the most holy river in our country. The Ganga rises in the Himalayas. Many famous cities are situated on its bank such as—Patna, Varanasi, Allahabad, Kanpur etc. Most of them have become the places of pilgrimage. Its water is pure and clean. Many rivers from north to south join the Ganga. The Hindus believe that a dip in the Ganga washes all sins. People take the dead bodies to its banks for cremation. The plains of Ganga is very fertile. But now a days Ganga is being polluted. The Ganga is very useful for our country. It also balances the level of water under earth. People worships it and call it 'Maa Ganga'.

(d) Importance of Labour 

 We say "labour never goes invain." There is no substitute for hard work. Without labour one cannot be successful. The person who do hard work has achieved success. There is a proverb 'Work is Worship'. We should work honestly and with a will. Hard work will bear fruit and change this world into a paradise. We must put in hard work. It is always rewarded. 

34.

Mr. Mahesh is telling a story to all his students. He made it an interesting activity by involving all the students. Identify the skill being developed by the teacher in students: a) Problem solving b) Active listening c) Trust building d) Writing Skills

Answer»

b) Active listening

Mr. Mahesh is telling a story to all his students. He made it an interesting activity by involving all the students. Active listening skill being developed by the teacher in students.

35.

Write a letter to your Headmaster to give you a character certificate.

Answer»

10, Kingston Gardens 

Bangalore 

12 October 2017

The Headmaster 

Mahatma Gandhi Govt. 

High School Bangalore.

Dear Sir, 

As l am the Cultural Secretary, I hope to be remembered by you. I am Anil of Standard X and i request you to issue me a character certificate. I am applying for membership in Gliders’ Club and I am asked to submit a character certificate signed by the Headmaster.

I have been studying in this school for the past six years. I have always been among the top ten in my examination scores. I have actively participated in school and inter-school competitions and have also won many prizes. On this merit, I have been chosen as the Cultural Secretary this year, i hope the information that I have furnished is enough for your perusal.

I thank you for all the opportunity given and I once again request you to issue me a character certificate.

Yours faithfully 

Anil

36.

The bankrupt organisation has been handed over to its new owners, lock, stock and barrels.A. Only a few departments of the bankrupt organisations have been taken over by the new ownersB. The new owners have bought the bankrupt organisation for a very nominal amountC. The owners have bo ught the bankrupt organiszation in a hurryD. The new owners have completely taken over the bankrupt organisation

Answer» Correct Answer - D
37.

The right upper abdominal quadrant is:

Answer»

The right upper quadrant (RUQ) includes the pancreas, right kidney, gallbladder, liver, and intestines.

38.

Karan lives at a hostel in Shimla. He calls his mother who lives in Delhi, to get her approval for the robotics class which is going to start in his school next week onwards. However, due to disruption in the phone line, his mother could not understand and reply to him. He got very upset. Which another medium can he use to get immediate approval of his mother? a) E-mail b) Letter c) Message through Friend d) Fax

Answer»

Correct option: a) E-mail

39.

Write an application to your Headmaster asking him for school leaving certificate. 

Answer»

To 

The Headmaster 

Government School 

Patna

Sub. :- Application for school leaving certificate.

R/Sir, 

With due respect, I beg to state that I am a student of class-X of your school. My father has been transferred to Shimla because he has a transferable job. He has therefore report to duty within three days. All the members of our family are leaving for Shimla tomorrow. I, too, have to leave with them. I, will do my further studies there. 

I have paid all the dues. Kindly issue me a School Leaving Certificate. I shall be thankful to you for this act of kindness. 

Yours obediently 

Ravi Raj 

Class-X/A

40.

Which of the following shortcut command is used to undo a task in word file? a) CTRL+Y b) CTRL+Z c)CTRL+V d)CTRL+S

Answer»

Correct answer is b) CTRL+Z 

41.

The researcher tried his best to explain the importance of his new discovery to the panel members but soon realized that he was casting pearls before a swine.A. He realised that the panel members would take his suggestions seriouslyB. He relised that he disclosed the information to a greedy panelC. He realised that he had come to the right group of peopleD. He realised that the panel members can not appreciate his findings

Answer» Correct Answer - D
42.

Write a letter to your father informing him about your studies.

Answer»

544, Gandhi Road, 

New Delhi – 110023

25th November, 2012

My dear Papa, 

I received your letter yesterday and I was very glad to read it. Papa, you will be glad to know that I am quite well here and hope the same for you.

I am working hard now-a-days. My studies are going fairly well. I am sure that I will get very good marks in the examination.

After the examination I have planned to join a short – term course of English conversation for one and half months. This course will be fruitful to me. I assure you that I will leave no stone unturned to make it up. I will work hard to learn it well. I have also bought a few books of English suggested by my English teacher. I will do at my best.

Rest is o.k.. 

I wish you to convey my regards to mother and love to Sonu.

Yours Affectionate Son

Vivek Kumar

43.

Rahul lives at a hostel in Goa. He calls his mother who lives in Bangalore, to get her approval for the picnic to Mumbai. However, due to a phone line outage, his mother was unable to understand and respond to him. He became enraged. What other means can he use to obtain his mother's immediate approval? a) Fax b) Letter c) Email d) Message through a friend.

Answer»

Correct answer is c) Email 

44.

You are Avinash living in a hostel. Last Sunday your science teacher took you and your classmates on a picnic on a riverside where you saved a drowning classmate. Write a letter to your mother describing the incident. You may take help of the following points :(i) Pleasant weather, decided to go for a picnic.(ii) Packed eatables and other essentials, went on bicycles.(iii) Enjoyed singing, dancing and boating.(iv) A classmate didn’t know how to swim.(v) Saw him sinking, shouting for help.(vi) Happy to have him saved.(vii) Rewarded by his parents and the institution.

Answer»

31 Veer Hostel Tonk Road Jaipur
21 April 2020

My dear Mother,

I’m well and good here and hope you to be the same.

In this letter, I’m describing an act of bravery of your son. Last Sunday, the weather was pleasant. I and my classmates decided to go for a picnic. We packed eatables and other essentials. We implored our science teacher. He became ready. We went on bicycles. He carried us on a riverside. We enjoyed singing, dancing and boating. A classmate didn’t’ know how to swim. Suddenly he fell down into the river. We saw him sinking and shouting for help. I saved the drowning classmate. I was happy. I was rewarded by his parents and the institution.

With regards

You loving son

Avinash

45.

Write a letter to your father informing him about the prize which you have won by standing first in the house examination. 

Answer»

16 December, 2018 

Patna 

Respected father, 

The prize distribution function of our school was held last Monday. The Chief Minister presided over the function. 

You will be glad to know that I have won the first prize by standing first in the house examinations. (There were many prize-winners, but I was the first to be called for getting the prize. I went to the stage and shook hands with the President. The students gave loud cheers. The President gave me the prize. There was a loud applause again. After this I came back to my seat. My friends congratulated me again and again. I wish papa you would be here that day.

46.

Read the following passage carefully and answer the question in your own words : Education is a device for helping a man to grow his full stature and makes him able to realize his own nature both mentally and spiritually. It is like a good gardener who helps each plant to develop that essential quality of its own. The good educator performs a similar business for the human being. But most of us do not stick to the services of a good education and fall flat in lives. One the other hand the man who has received the right kind of training and education, find the world larger and more exciting. As result even the simple common place things of life seem to be beautiful. This education develops in man the qualities of intelligence and good taste. These attributes are what differentiates man from other species and leads his true development. (i) What is education? (ii) What is the role of the right education? (iii) Which type of qualities are developed in man by education? (iv) Which word in this passage means 'qualities'.

Answer»

(i) Education is a device for helping a man to grow his full stature and makes him able to realize his own nature both mentally and spiritually. 

(ii) The man who received the right kind of education, find the world larger and more exciting. 

(iii) The qualities of intelligence and good taste are developed in man by education. 

(iv) 'Attributed'. 

47.

Write an application to your Headmaster to arrange extra class for Maths and Science in the school for class-X. 

Answer»

To The Headmaster, 

 ABC High School, 

 Patna 

Sub. :- Application to arrange extra classes for class-X. 

R/Sir, 

I am the student of class-Xth. On the behalf of the class, I have to make one request. In the beginning of the year, we had no regular teacher of Mathematics. Only temporary arrangements were made. So, our classes suffered a lot. 

Sir, we have not done many important chapters. So, we request you to arrange extra class for maths and science also. We shall be thankful to you for this kindness. 

 Thanking you. 

Yours obediently 

 Animesh 

48.

The following table tells us about, the population details of five villages. Study it and answer the questions given under.Name of the villageNo. of familiesMaleFemVeerukonda321390500Alkapur765766813Suripadu704960900Rambedu412390389Velagalammapudi563580530Answer the following questions. a) What information can we get from the above table?b) Which village has the highest n umber of total population?c) Which village is in the second place in female population?i) Veerukonda ii) Alkapur iii) Suripadud) The two villages with the same number of male population arei) Velagalammapudi and Suripadu ii) Rambedu and Suripadu iii) Veerukonda and Rambedue) Which of the following statements is true with reference to the information given above?i) The number of males and females in Rambedu is almost equal. ii) The number of females is higher than the number of males in Velagalammapudi. iii) Alkapur has the lowest number of families.

Answer»

a. Population details of five villages

b. Suripadu

c. ii) Alkapur

d. iii) Veerukonda and Rambedu

e. i) The number of males and females in Rambedu is almost equal.

49.

As the situation got out of control, the speaker of the parliament tried to put oil over troubled waters.A. The speaker tried to calm the situationB. The speaker tried to take advatage of the situationC. The speaker jumped into the fightD. The speaker remained indifferent to the situation

Answer» Correct Answer - A
50.

Read the following passage carefully and answer the questions given below in your own words : For many people who live in cities, parks are an important part of the landscape. They provide a place for people to relax and play sports, as well as a refuge from the often harsh environment of a city. What people often overlook is that parks also provide considerable environmental benefits. One benefit of parks is that plants absorb carbondioxide a key pollutant—and emit oxygen which human being need to breathe. According to one study, an acre of trees can absorb the same amount of carbon dioxide that a typical car emits in 11,000 miles of driving. Parks also make cities cooler. Scientists have long noted what it called the urban Heat Island Effect: building materials such as metal, concrete and asphalt, absorb much more of the sun's heat and release it much more quickly than organic surface like trees and grass. Because city landscape contain so much of these building materials cities are usually warmer than the surrounding rural areas. Parks and other green spaces help to mitigate the urban Heat Island Effect. (i) Why park is an important place for the people who live in cities? (ii) What is the benefit of parks? (iii) Why cities are warmer in the comparison of rural areas? (iv) What is urban Heat Island Effect? 

Answer»

(i) Park provides a place to relax and play sports as well as a refuge from the often harsh environment of a city. So, parks are an important place for the people who live in cities. 

(ii) Plants absorb carbondioxide—a key pollutant and emit oxygen which human being needs to breath. Parks also make cities cool. These are two benefits that park provides us. 

(iii) Cities are warmer because of excessive use of building materials than the surrounding rural areas. 

(iv) The Building Materials such as metal, concrete, asphalt etc. absorb much more of the sun's heat and release it much more quickly than organic surfaces like trees and grass.