1. The following four hydrological features have to be estimated or taken as inputs before one can compute the flood hydrograph at any catchment outlet: 1. Unit hydrograph 2. Rainfall hydrograph 3. Infiltration index 4. Base flow The correct order in which they have to be employed in the computations is





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->A statement followed by two assumptions I and II is given. You have to consider the statement to be true even if it seems to be at variance from commonly known facts. You are to decide which of the given assumptions can definitely be drawn from the given statement. Indicate which one of the four given alternatives is correct ? Statement : If more encouragement is given to Sports, Indians will win more gold medals at the Olympic Games. Assumptions : I. Indians do not win gold medals. II. More enc....
QA->In order to promote growth and investment, a new provision has been inserted in the Income-tax Act with effect from FY 2019-20 which allows any domestic company an option to pay income-tax at the rate of __ per cent subject to condition that they will not avail any exemption/incentive.?....
QA->Which article of the Indian Constitution says, "No child below the age of fourteen years shall be employed to work in any factory or mine or engaged in any other hazardous employment" ?....
QA->Sankaracharya founded four mutts in four comers of India;They are?....
QA->A and B can finish a work 30 days if they work together. They worked together for 20 days and then B left. A finished the remaining work in another 20 days. In how many days A alone can finish the work?....
MCQ->The following four hydrological features have to be estimated or taken as inputs before one can compute the flood hydrograph at any catchment outlet: 1. Unit hydrograph 2. Rainfall hydrograph 3. Infiltration index 4. Base flow The correct order in which they have to be employed in the computations is....
MCQ->A catchment has an area of 150 hectares and a run-off/rainfall ratio of 0.40. If due to 10 cm rainfall over the catchment, a stream flow at the catchment outlet lasts for 10 hours, what is the average stream flow in the period ?....
MCQ->Consider the following statements : 1. Infiltration galleries are placed along the river beds at a depth of 4 to 6 m. 2. The draw-down for the infiltration galleries is more than that for radial wells. 3. Clogging of pipe pores in inflitration galleries is less than that for radial wells. 4. The cost of extracting unit volume of water is more in case of infiltration galleries as compared to radial wells. Which of the statements given above is/are correct ?....
MCQ->If a 6 h unit hydrograph is added to the same 6 h unit hydrograph beginning 6 h later,this can be reduced to a 12 h unit hydrograph by dividing the ordinates by:....
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution