1. Electrons in the outer orbit are called





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->The elements which lose electrons in chemical reaction are called _________....
QA->What are species containing same number of electrons called?....
QA->The outer most covering of ovum is called:....
QA->The outer layer of skin on the human body is called the....
QA->Who discovered Positive Electrons ?....
MCQ->Satellites used for telecommunication relay are kept in a geostationary orbit. A satellite is said to be in such an orbit when: The orbit is geosynchronous. The orbit is circular. The orbit lies in the plane of the Earth’s equator. The orbit is at an altitude of 22,236 km. Select the correct answer using the codes given below:....
MCQ->Electrons in the outer orbit are called....
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);....
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