Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ഏപ്രില് 07
Multiple Choice Question in current-affairs-2016-12-22
Multiple Choice Question in current-affairs-2017-01-22
Multiple Choice Question in biochemistry-structure-and-properties-of-peptides
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ക്വിസ് | ഡിസംബര് 05 - 12
Multiple Choice Question in biochemical-engineering-fluid-flow
Multiple Choice Question in biochemistry-allosteric-effects
Multiple Choice Question in current-affairs-2017-05-07
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 26
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
chemical engineering chemical engineering thermodynamics
1. In the reaction, H2 +I2 2HI, addition of an inert gas will
(A): increase the partial pressure of H2.
(B): increase the partial pressure of I2.
(C): increase the total pressure and hence shift the equilibrium towards the right.
(D): not effect the equilibrium conditions
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->The inert gas which is substituted for nitrogen in the air used by deep sea divers for breathing, is?....
QA->A substance that speeds up a chemical reaction without being consumed itself in the reaction....
QA->Phosgene is obtained by the reaction of carbon monoxide and which gas?....
QA->Who is the inventor of Inert Gases (Argon; Neon; Helium etc)?....
QA->The most abundant inert gaseouselement . present in the atmosphere?....
MCQ->In the reaction, H2 +I2 2HI, addition of an inert gas will....
MCQ->What is correct about the following program? #include
class Addition { int x; public: Addition() { x = 0; } Addition(int xx) { x = xx; } Addition operator + (int xx = 0) { Addition objTemp; objTemp.x = x + xx; return(objTemp); } void Display(void) { cout<< x << endl; } }; int main() { Addition objA(15), objB; objB = objA + 5; objB.Display(); return 0; }....
MCQ->Rate constant for a first order reaction does not depend upon reaction time, extent of reaction and the initial concentration of reactants ; but it is a function of reaction temperature. In a chemical reaction, the time required to reduce the concentration of reactant from 100 gm moles/litre to 50 gm moles/litre is same as that required to reduce it from 2 gm moles/litre to 1 gm mole/litre in the same volume. Then the order of this reaction is....
MCQ->A chain growth polymerisation reaction consists of three different types of reaction namely initiation reaction, propagation reaction & termination reaction. Chain growth polymerisation reaction is not involved in the manufacture of....
MCQ->What will be the output of the following program? #include<iostream.h> struct MyData { public: int Addition(int a, int b = 10) { return (a = b + 2); } float Addition(int a, float b); }; int main() { MyData data; cout<<data.Addition(1)<<" "; cout<<data.Addition(3, 4); return 0; }....
×
×
Type The Issue
×
Your Marks
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