Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in 035/2016
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in
Multiple Choice Question in database-database-redesign
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
electronics and communication engineering networks analysis and synthesis
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?
(A): 1 and 2
(B): 1 and 3
(C): 1, 2, and 3
(D): 3 only
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
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; }....
×
×
Type The Issue
×
Your Marks
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