1. Consider the following: Energy storage capability of basic passive elements is due to the fact thatresistance dissipates energycapacitance stores energyinductance dissipates energy Which of the above is/are correct?





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The Panchayat is constructing a community hall in our ward.Choose the correct passive form of the above sentence.....
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
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->Select the correct passive form: They are considering our plan:....
QA->Which is the plant that stores food in its leaves?....
MCQ->Consider the following: Energy storage capability of basic passive elements is due to the fact thatresistance dissipates energycapacitance stores energyinductance dissipates energy Which of the above is/are correct?....
MCQ->Read the given information carefully and answer the given question : Charities do not have charge VAT to customers. Therefore, charity stores can charge lower prices as compared to the other stores, which are not registered as charity. Which of the following statement(s) is/are true? Charity stores pay less tax than non-charity stores VAT leads to increment in prices of things. The stores recover their taxes from the customers Since charities do not charge VAT, their products are of lower quality....
MCQ->Read the given information carefully and answer the given question. Charities do not have charge VAT to customers. Therefore, charity stores can charge lower prices as compared to the other stores, which are not registered as charity. Charity stores pay less tax than non-charity stores VAT leads to increment in prices of things The stores recover their taxes from the customers Since charities do not charge VAT, their products are of lower quality....
MCQ->In the following program add a statement in the function fact() such that the factorial gets stored in j. #include void fact(int); int main() { int i=5; fact(&i); printf("%d\n", i); return 0; } void fact(int j) { static int s=1; if(j!=0) { s = sj; j = j-1; fact(j); / Add a statement here / } }....
MCQ->Which of the following statement is correct about the program given below? #include<iostream.h> long FactFinder(long = 5); int main() { for(int i = 0; i<= 0; i++) cout<< FactFinder() << endl; return 0; } long FactFinder(long x) { if(x < 2) return 1; long fact = 1; for(long i = 1; i <= x-1; i++) fact = fact i; return fact; }....
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