1. Atoms that normally have three electrons in their outer shell are called __________________ atoms.





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 electrons present in the outmost shell of an atom is called?....
QA->Which element has two electrons in the K-shell only?....
QA->The maximum number of electrons in a shell?....
QA->The atomic number (Z) of an element is 25. In its ground state how many electrons are present in the N shell?....
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
MCQ->Atoms that normally have three electrons in their outer shell are called __________________ atoms.....
MCQ->A sphere with charge Q was placed in, but not touching a larger hollow sphere. If there is any charge initially on the outer sphere; to remove it the outer sphere was earthed momentarily, and then the inner sphere was removed. The charge remaining on the outer sphere was then measured. This charge was found to be __________ to the charge on the inner sphere.....
MCQ->public class Outer { public void someOuterMethod() { //Line 5 } public class Inner { } public static void main(String[] argv) { Outer ot = new Outer(); //Line 10 } } Which of the following code fragments inserted, will allow to compile?

....
MCQ->What will be the output of the program? int I = 0; outer: while (true) { I++; inner: for (int j = 0; j < 10; j++) { I += j; if (j == 3) continue inner; break outer; } continue outer; } System.out.println(I);....
MCQ->Consider the following statement If an electric field is applied to an n type semiconductor bar, the electrons and holes move in opposite directions due to their opposite charges. The net currents is both due to electrons and holes with electrons as majority carrierssum of hole and electron currentsdifference between electron and hole currents. Which of above statements are correct?....
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