1. If a 'live' conductor of a public supply touches earth metal





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Who is the author of “ To Live or Not to Live “?....
QA->Who is the author of “To Live or not to Live”?....
QA->Which substance is a bad conductor of electricity but a good conductor of heat?....
QA->Mica is a good conductor of heat but bad conductor of?....
QA->Mica is a bad conductor of electricity and a good conductor of?....
MCQ->If a 'live' conductor of a public supply touches earth metal....
MCQ->The simplest method of welding two pieces of metal together is known as pressure welding.The ends of a metal are heated to a white heat-for iron,the welding temperature should be about 1300C-in a flame.At this temperature the metal becomes plastic.The ends are pressed or hammered together,and the joint is smoothed off.Care must be taken to ensure that surfaces are thoroughly clean first,for dirt will weaken the weld.Moreover,the heating of iron or steel to a high temperature cause oxidation,and a film of oxide is added to the heated surfaces.For this reason,flux is applied to the heated metal.At welding heat,flux melts and the oxide particles are dissolved in it together with any other impurities which may be present.The metal surfaces are pressed together,and the flux is squeezed out from the center of the weld.A number of different types of weld may be used,but for fairly thick bars of metals,a vee-shaped belt should be normally employed.It is rather stronger than ordinary butt weld. The simplest way of welding two pieces of metal together is....
MCQ->What will be the output of the program? public abstract class AbstractTest { public int getNum() { return 45; } public abstract class Bar { public int getNum() { return 38; } } public static void main (String [] args) { AbstractTest t = new AbstractTest() { public int getNum() { return 22; } }; AbstractTest.Bar f = t.new Bar() { public int getNum() { return 57; } }; System.out.println(f.getNum() + " " + t.getNum()); } }....
MCQ->. 'Live well, as long as you live. Live well even by borrowing, for, once cremated, there is no return.' This rejection of afterlife is an aphorism of the?....
MCQ->Which of the following statement is correct about the C#.NET code snippet given below? public class Sample { public int x; public virtual void fun() { } } public class DerivedSample : Sample { new public void fun() { } }....
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