1. A short circuit test on a transformer gives :





Write Comment

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

Comments

Show Similar Question And Answers
QA->At the time of short-circuit; what will be the current in the circuit?....
QA->At the time of short-circuit, what will be the current in the circuit?....
QA->Which compound gives both ninhydrin test and Molisch’s test?....
QA->A transformer has a turn ration of 1:If the current in the primary has a peak value of 5A, then the current in the secondary will be :....
QA->Who is the inventor of Transformer?....
MCQ->Which two of the following are legal declarations for nonnested classes and interfaces? final abstract class Test {} public static interface Test {} final public class Test {} protected abstract class Test {} protected interface Test {} abstract public class Test {}....
MCQ->What will be the output of the program? public class Test { public int aMethod() { static int i = 0; i++; return i; } public static void main(String args[]) { Test test = new Test(); test.aMethod(); int j = test.aMethod(); System.out.println(j); } }....
MCQ->Match List I correctly with List II and select your answer using the codes given below : List I List II a) Chi-square test 1. Factor analysis b) Mann-Whitney test 2. k-samples test c) Eigenvalue 3. two samples test d) Kruskal-Wallis test 4. one sample test....
MCQ-> The first table gives the number of saris (of all the eight colours) stocked in six regional showrooms. The second gives the number of saris (of all the eight colours) sold in these six regional showrooms. The third table gives the percentage of saris sold to saris stocked for each colour in each region. The fourth table gives the percentage of saris of a specific colour sold within that region. The fifth table gives the percentage of saris of a specific colour sold across all the regions. Study the tables and for each of the following questions, choose the best alternative.Table 1 Table 2 Table 3Table 4Table 5 Which region-colour combination accounts for the highest percentage of sales to stock?
 ....
MCQ->What will be the output of the program? public class WrapTest { public static void main(String [] args) { int result = 0; short s = 42; Long x = new Long("42"); Long y = new Long(42); Short z = new Short("42"); Short x2 = new Short(s); Integer y2 = new Integer("42"); Integer z2 = new Integer(42); if (x == y) / Line 13 / result = 1; if (x.equals(y) ) / Line 15 / result = result + 10; if (x.equals(z) ) / Line 17 / result = result + 100; if (x.equals(x2) ) / Line 19 / result = result + 1000; if (x.equals(z2) ) / Line 21 / result = result + 10000; System.out.println("result = " + result); } }....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions