1. Which isotope of uranium capable of sustaining chain reactions?

Answer: U-235

Reply

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

Comments

Show Similar Question And Answers
QA->Which isotope of uranium capable of sustaining chain reactions?....
QA->The isotope of uranium capable of sustaining chain reaction is?....
QA->Uranium eventually decays into a stable isotope of element?....
QA->In which cell organelle do photo and thermochemical reactions occur in different sites?....
QA->Which is produced during allergic reactions?....
MCQ->The isotope of uranium capable of sustaining chain reaction is...
MCQ->With reference to food chains in ecosystems, consider the following statements :1. A food chain illustrates the order in which a chain of organisms feed upon each other.2. Food chains are found within the populations of a species.3. A food chain illustrates the numbers of each organism which are eaten by others. Which of the statements given above is / are correct?...
MCQ->After two hours 1/15 th of the radio active isotope remains undecayeHalf life of the isotope is:...
MCQ->The half life period of an isotope is 2 hours. After 6 hours what fraction of the initial quantity of the isotope will be left behind?...
MCQ->Which of the following statements are correct about the C#.NET code snippet given below? namespace IndiabixConsoleApplication { class index { protected int count; public index() { count = 0; } } class index1: index { public void increment() { count = count +1; } } class MyProgram { static void Main(string[] args) { index1 i = new index1(); i.increment(); } } } count should be declared as public if it is to become available in the inheritance chain. count should be declared as protected if it is to become available in the inheritance chain. While constructing an object referred to by i firstly constructor of index class will be called followed by constructor of index1 class. Constructor of index class does not get inherited in index1 class. count should be declared as Friend if it is to become available in the inheritance chain....
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