Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
Which insulator is used on dead ends of medium voltage line? ?->(Show Answer!)
Question Set

1. Which insulator is used on dead ends of medium voltage line?





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 device used for converting current from a lower voltage to a higher voltage is known as?....
QA->Why are Metals good conductor of heat than insulator?....
QA->An​ ​electrochemical​ ​cell​ ​which​ ​is​ ​used​ ​as​ ​a​ ​source​ ​of​ ​direct​ ​electrical current​ ​at​ constant​ ​voltage​ ​under​ ​standard​ ​conditions​ ​is​ ​called​ ​a:....
QA->A vehicle which is used to carry a dead body....
QA->Dr Ambedkar had said that Article ___ should normally remain a 'dead letter' and would be used only in the 'last resort'.?....
MCQ->Which insulator is used on dead ends of medium voltage line?....
MCQ->Consider the following statements relating to hydraulic gradient line and energy gradient line 1. In the case of a fluid flowing in a pipeline, hydraulic gradient line and energy gradient line may coincide. 2. The line joining the points representing piezometric heads is known as hydraulic gradient line. 3. In the case of ideal fluid, energy gradient line is always horizontal. 4. Hydraulic gradient line has a downward slope in the case of flow through pipes. Of these statements :....
MCQ->Among V,W,X,Yand Z, seated in a straight line, facing north, who sits exactly in the middle of the line ? W sits third to the right of Z. X is an immediate neighbour of W. V sits to the immediate left of Y. X sits at one of the extreme ends of the line. Only two people sit between X and V. Y sits to the immediate right of V. Y does not sit at any of the extreme ends of the line.....
MCQ->class Bar { } class Test { Bar doBar() { Bar b = new Bar(); / Line 6 / return b; / Line 7 / } public static void main (String args[]) { Test t = new Test(); / Line 11 / Bar newBar = t.doBar(); / Line 12 / System.out.println("newBar"); newBar = new Bar(); / Line 14 / System.out.println("finishing"); / Line 15 / } } At what point is the Bar object, created on line 6, eligible for garbage collection?....
MCQ->What will be the output of the program? public class HorseTest { public static void main (String [] args) { class Horse { public String name; / Line 7 / public Horse(String s) { name = s; } } / class Horse ends / Object obj = new Horse("Zippo"); / Line 13 / Horse h = (Horse) obj; / Line 14 / System.out.println(h.name); } } / class HorseTest ends /....
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