Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in database-database-redesign
Multiple Choice Question in 035/2016
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in current-affairs-2017-03-05
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Question Answer in Malayalam General Knowledge
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
chemical engineering chemical engineering basics
1. Addition of silicon to aluminium improves its
(A): castability
(B): corrosion resistance
(C): machinability
(D): none of these
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->Which is the planet its length of its day and the tilt of its axis are almost identical to those of the earth?....
QA->The process in which a liquid changes into its vapour from its surface at a temperature below its boiling point is called?....
QA->The length of a rectangular floor is 2 meters more than its width and its perimeter is 20 meters, then its area is....
QA->How many moles are there is 140 g of Si (atomic mass of silicon is 28)?....
QA->IC chip using Silicon was invented by?....
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->Aluminium has low density and addition of silicon improves its fluidity and therefore, its castability.....
MCQ->Addition of silicon to aluminium improves its....
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; }....
MCQ->Silicon is doped with boron to a concentration of 4 x 1017 atoms/cm3. Assuming the intrinsic carrier concentration of silicon to be 1.5 x 1010/cm3 and the value of to be 25mV at 300K. Compared to undoped silicon, the Fermi level of doped silicon....
×
×
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