Here are some false statements. Identify the mistakes and rewrite them correctly. -SST 10th

1 Answer

Answer :

(a) Multiplying urban centres with large and dense populations and urban lifestyles have caused the over exploitation of water resources. These urban centres require land and so, a lot of forest cover is destroyed. Thus, the ecological balance is disturbed. Due to this, the rainfall decreases and so does the groundwater. So, this has caused over exploitation of water resources. (b) Regulating and damming of rivers affect the river's natural flow and its sediment flow. In the natural flow of a river, there are sediments deposited on the banks which increase the fertility of the soil. Most of the civilisations have been situated on river banks. Thus, if the water is in a standstill state, the sediment flow is disturbed. (c) In Gujarat, the Sabarmati basin farmers were agitated when higher priority was given to water supply in urban areas, particularly during droughts. When there is draught, then there is not only less water for domestic use, but also for agricultural use. So, the farmers were agitated when the priority was gives to urban areas as the farmers depend completely on the agricultural produces (d) Today in Rajasthan, the practice of rooftop rainwater harvesting is on the decline due to the Rajasthan canal. The Rajasthan Canal, also known as Indira Gandhi Canal, was created to make irrigation water available to the semi-arid regions of the state. Now, as water is easily available, the residents are less dependent on rainwater harvesting.

Related questions

Description : State true or false. If false correct the statement and rewrite. Different quantities are measured in different units.

Last Answer : State true or false. If false correct the statement and rewrite. Different quantities are measured in different units.

Description : Read the following four statements (A-D) about certain mistakes in two of them. (A) The first transgenic buffalo, Rosie produced milk which was human alpha-lactalbumin enriched. (B) Restriction enzymes are used in isolation of DNA ... mistakes? (a) B and C (b) C and D (c) A and C (d) A and B

Last Answer : (d) A and B

Description : Rewrite the given statements in their order of occurance: (i) 18 Grenadiers probed to scout for suitable routes for the assault.

Last Answer : Rewrite the given statements in their order of occurance: (i) 18 Grenadiers probed to ... Projected Mission Tiger Hill as a national challenge.

Description : Rewrite the given statements in their order of occurrence. The most difficult task of maintaining the hold on Tiger

Last Answer : Rewrite the given statements in their order of occurrence. The most difficult task of maintaining ... casualties, 8 Sikh captured Helmet on 5 July.

Description : Which of the following statements is an not an example of an inherent limitation of internal control? a. The effectiveness of control procedures depends on segregation of duties. b. ... nonroutine transactions. d. The cost-benefit relationship is a primary criterion in designing internal contro

Last Answer : The effectiveness of control procedures depends on segregation of duties

Description : Which sentence uses negatives correctly A Nobody hardly never sees them here. B Cameron, don't bother with the next chapter yet. C She said she wasn't never babysitting them again. D Doesn't the library have no prints of famous paintings?

Last Answer : it is A Nobody hardly never sees them here.

Description : 1. The author thought that he would have some time for farming. (Rewrite using the Infinitive of the underlined gerund)

Last Answer : 1. The author thought that he would have some time for farming. (Rewrite using the Infinitive of ... it were the adivasis. (Rewrite removing who')

Description : Rewrite in exponential form?

Last Answer : answer:Okay, couple of hints to get you going in the right direction. Somebody has probably taught you that √x is the same thing as x^(½) (if not, then I just did). This rule applies for other roots of ... of info you should be able to get to the final answer, but let me know if you want more help.

Description : Game: Would you like to rewrite a child's rhyme to reflect adult issues?

Last Answer : answer:Here's mine: I am Sam. Sam I am. Do you like diazepam? I do, I like diazepam. And I will take it out of stress And I will take when head's a mess And I will take it when I fear And I will take ... it here or there Hell, I will take it anywhere! I do so like diazepam I do, I like it, Sam I Am.

Description : Rewrite : What thirst quenching,lip smacking,delicious non alcoholic drinks would you recommend for a party of teetotalers?

Last Answer : Coke Zero. Tastes great, and there’s no guilt involved.

Description : How to find articles, Rewrite articles and what are rules I should follow?

Last Answer : How old are you? Don’t they teach things like this in high school anymore?

Description : Rewrite. If Elvis Presley had lived he'd have been 75 today. What do you think he would have done with the rest of his life had he lived?

Last Answer : Elvis was one of our great 20th century artists, but given the road along which he had been led (or dragged), I doubt he would have aged gracefully-either physically or professionally. If ... was under and pursue his passions including acting, he might currently be enjoying a happy, fulfilled life.

Description : You can rewrite any movie/TV show you want to add or remove whatever you want—what movie/show are you choosing and what are you changing?

Last Answer : I would fix the ending to how I met your mother

Description : You can rewrite any movie/TV show you want to add or remove whatever you want—what movie/show are you choosing and what are you changing?

Last Answer : I would fix the ending to how I met your mother

Description : Which phrases/sentences in the text do you find difficult to understand? Select a few and guess the meaning of each. Rewrite a simple paraphrase of each. -English

Last Answer : Came into the nice division – The category of nice people. Masculine habitation. – The room seemed to suggest that there lived some male persons there. “Bertie, why do you bound? – Bound means ‘jump’. But here it means a person whose behaviour is unpleasant to other people.

Description : rewrite the equation 4x + 4y = 20 in slope-intercept form. -General Knowledge

Last Answer : 4x + 4y = 20 written in slope-intercept form is y = -x + 5. 4x + 4y = 20 4y = -4x + 20 (4y = -4x + 20)/(4) y = -x + 5.

Description : Find error(s) in the following HTML code segment. Rewrite the correct code. -Technology

Last Answer : There should be type instead of style. So, correct line is

Description : Rewrite the following code using switch case: int day=Integer.parseInt(jTextField1.getText()); -Technology

Last Answer : int day=Integer.parseInt(jTextField1.getText());switch(day){case 1:case 2:case 3:case 4:case 5:jOptionPane1.showMessageDialog(this, 'Working Day'); break;case 6:case 7:jOptionPane1.showMessageDialog(this, 'Off Day'); break;default:jOptionPane1.showMessageDialog(this, 'Invalid Entry');}

Description : Rewrite the following code using for loop: int attempt=0; -Technology

Last Answer : for(int attempt=0;attempt

Description : The following code has error(s). Rewrite the correct code underlining all the corrections made : -Technology

Last Answer : int start=2,end=20; //Correction 1do //Correction 2{start=start+start;} //Correction 3while(start

Description : Rewrite the following code using switch statement : -Technology

Last Answer : Given code using switch statement :switch (code){case A ;allowance = 3500 ;break ;case B ;allowance = 3200 ;break ;default ;allowance = 2000 ;break ;}

Description : The following code has error(s). Rewrite the correct code underlining all the corrections made : -Technology

Last Answer : int n=5 , int i=l . f=l ;do{f = f 8 i;i ++;}while (i

Description : Rewrite the following code using WHILE loop : -Technology

Last Answer : int x = 100 , i = 2;while (i < = 22){jTextAreal . append(' '+(i + x) ) ;x = x - 2 ;i = i + 4;}

Description : how do you rewrite 8x8x8x8x8 as a exponent?

Last Answer : 8^5

Description : If I only get an appointment later, what happens?

Last Answer : "Nothing in heaven. This deadline is not to be dragged on indefinitely, but to be a point of reference for punishing Rafael Kolompár if he didn't rewrite the car years later, while he was already selling it to his ... his cousin, and so on .... and no one is willing to admit, say, a traffic fine. "

Description : A is the area of the rectangle with length l units and breadth b units. Rewrite the formula for area making l as the subject.

Last Answer : A is the area of the rectangle with length l units and breadth b units. Rewrite the formula for area making l as the subject.

Description : (i) The Air Force targeted Tiger Hill on 2-3 July and hit the bull’s eye several times. (Use ‘Not only But also’ and rewrite)

Last Answer : (i) The Air Force targeted Tiger Hill on 2-3 July and hit the bull's eye several times. ... not be able to dislodge 18 Grenadiers. (Remove Negative)

Description : A simultaneous multidirectional assault emerged as the best strategy. (Use the word ‘Good’ and rewrite)

Last Answer : A simultaneous multidirectional assault emerged as the best strategy. (Use the word ‘Good’ and rewrite)

Description : 1. We must hold fast to constitutional methods. (Rewrite using a modal auxiliary showing ‘necessity)

Last Answer : 1. We must hold fast to constitutional methods. (Rewrite using a modal auxiliary showing necessity) ... that' and rewrite as a complex sentence)

Description : How do you rewrite 0.04 as a fraction?

Last Answer : 4/100

Description : Why do you need to rewrite a mixed fraction as an improper fraction in order to multiply?

Last Answer : You do not but you are more likely to make mistakes if youdon't.

Description : How do I rewrite 6.03 as a decimal fraction?

Last Answer : Your rewrite it as 66

Description : In your own words rewrite juliets speech in scene 2?

Last Answer : Need answer

Description : In your own words rewrite juliets speech in scene 2 lines 33-36?

Last Answer : Need answer

Description : How do I rewrite 6.03 as a decimal fraction?

Last Answer : Your rewrite it as 66

Description : Why do you need to rewrite a mixed fraction as an improper fraction in order to multiply?

Last Answer : You do not but you are more likely to make mistakes if youdon't.

Description : If you rewrite the following word equation as a balanced chemical equation what will the coefficient and symbol for fluorine be nitrogen trifluoride nitrogen plus fluorine?

Last Answer : 2NF3 --> N2 + 3F2

Description : Is there any way to rewrite a CDR?

Last Answer : No. It is possible to put information on a CDR and not take up the whole space (700MB) and then add more later; however, it is not recommended.

Description : How many times can I rewrite a CD-RW?

Last Answer : Very rarely do people rewrite on the same cd several hundred times but you can rewrite on the cd-r's at least 1,000 times before they are no longer any good.

Description : how do you rewrite 4.2 divided by 23.1 so that the divisor is a whole number thanks ! > anah?

Last Answer : 0.1818

Description : how do u rewrite the problem 4.2 divided by 23.1 so that the divisor is a whole number thanks ! >anah?

Last Answer : 0.1818

Description : Rewrite the fraction as a decimal 94/5?

Last Answer : 18.8

Description : How many ways can you rewrite the number 0.72?

Last Answer : Nothing

Description : Rewrite each list of number in order from least to gratest 9.08 8.98 98.1 9.8 9.88?

Last Answer : 8.98,9.08,9.8,98.1

Description : To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if the project needs 13 days, theteam consists of ? 13 programmers 10 programmers 8 programmers 100/13 programmers

Last Answer : 10 programmers

Description : The king dies and two men, the true heir and an impostor, both claim to be his long-lost son. Both fit the description of the rightful heir: about the right age, height, coloring and general ... the one who re-fused is correctly identified as the rightful heir. Can you figure out why? -Riddles

Last Answer : The test was a blood test. The elder remembered that the true prince was a hemophiliac.

Description : Given below is the scientific name of mango. Identify the correctly written name. Mangifera Indica Mangifera indica -Biology

Last Answer : The correctly written scientific name of mango is Mangifera indica.

Description : Identify the correctly matched pair

Last Answer : Identify the correctly matched pair A. Basel convention -Biodiversity conservation B. Kyoto protocol ... D. Ramsar convention -Ground water pollution.

Description : Identify the option a or b correctly along with its function/characteristic.

Last Answer : Identify the option a or b correctly along with its function/characteristic. A. a-tertiary ... division D. b-corpus luteum, secretes progesterone.

Description : Identify correctly

Last Answer : Identify correctly A. a-uterus, b-uterine cavity,c-oviducal funnel,d-ovary B. a-cervix,b-uterine cavity ... D. a-cervix,b-uterus,c-ovary,d-tumor.