1. Addition of resistors in parallel increases total resistance and decreases total current.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->.If three resistances 6 ohm,4 ohm and 3 ohm are connected in parallel,what will be the total resistance?....
QA->A man who can swim 48 m/minute in still water. He swims 200 m against the current and 200 m with the current. If the difference between those two times is 10 minutes, what is the speed of the current?....
QA->A man who can swim 48 m/minute in still water. He swims 200 m against the current and 200 m with the current. If the difference between those two times is 10 minutes, what is the speed of the current?....
QA->Speed of a swimmer when moving in the direction perpendicular to the direction of the current is 16 km/h, speed of the current is 3 km/h. So the speed of the swimmer against the current will be (in km/h):....
QA->Speed of a speed-boat when moving in the direction perpendicular to the direction of the current is 25 km/h, speed of the current is 5 km/h. So, the speed of the boat against the current will be:....
MCQ->Addition of resistors in parallel increases total resistance and decreases total current.....
MCQ->What is correct about the following program? #include class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->The total resistance of like value resistors in parallel is equal to the value of the resistors multiplied by the number of resistors used.....
MCQ->If four 10 k resistors are in series with a single 20 k resistor and one of the parallel resistors shorts, the voltage across the other parallel resistors ________.....
MCQ->Consider the following statements regarding tensile test diagrams for carbon steel with varying carbon contents : As the carbon content increases 1. the ultimate strength of steel decreases 2. the elongation before fracture increases 3. the ductility of the metal decreases 4. the ultimate strength increases. Of these statements :....
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