1. First known super conductor?

Answer: Mercury

Reply

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

Comments

Show Similar Question And Answers
QA->First known super conductor?....
QA->Name the first Super computer made by Seymour Cray; the father of super computer?....
QA->Name the first Super computer made by Seymour Cray, the father of super computer?....
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?....
MCQ->What will be the output of the program? class Super { public Integer getLength() { return new Integer(4); } } public class Sub extends Super { public Long getLength() { return new Long(5); } public static void main(String[] args) { Super sooper = new Super(); Sub sub = new Sub(); System.out.println( sooper.getLength().toString() + "," + sub.getLength().toString() ); } }...
MCQ->What will be the output of the program? class Super { public int i = 0; public Super(String text) / Line 4 / { i = 1; } } class Sub extends Super { public Sub(String text) { i = 2; } public static void main(String args[]) { Sub sub = new Sub("Hello"); System.out.println(sub.i); } }...
MCQ->Consider the following statements : I. Personality is made up of Id. Ego and Super ego II. The Id. Ego and Super ego have their own components and operating principles III. They interact so closely that it is difficult to disentangle their effects IV. Behaviour is always the product of an interaction among Id, Ego and Super ego. Of the statements :...
MCQ->The electric field on the surface of a perfect conductor is 2V/m. The conductor is immersed in water with ε = 80 ε0. The surface charge density on the conductor is ((ε0 = 10-9/36p )F/m)...
MCQ->Consider an arbitrary distribution of conducting bodies in a charge free space according to the uniqueness theorem, which of following are required to be specified in order that the field is uniquely determined everywhere? Total charge on each conductorPotential at each conductor surfacePotential at same of conductor and total charge on the remainderTotal charge as well as potential gradient on each conductor surface Select the correct answer using the codes given below codes...
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