1. Addition of 0.3 to 3.5% silicon to iron




Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->Steel isa form of iron. To make steel from iron, The carbon content is reduced from-....
QA->Iron coated with _________ is called galvanised iron....
QA->The manufacture of iron from iron ore involves the process of ?....
QA->When an iron nail gets rusted, the weight of the iron nail is....
QA->Which place is known as Silicon Vally of India....
MCQ->What is correct about the following program? #include<iostream.h> 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->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....
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->Straight silicon steel (containing Si from 0.5 to 5%) because of their low hysterisis loss and high magnetic permeability are used for electrical appliances. Which of the following electrical appliances made of silicon steel contains maximum percentage of silicon (about 4%) ?....
MCQ->Which of the following pairs are correctly matched ?1. Alpha iron....non magnetic2. Beta iron....strongly magnetic3. Gamma iron....non-magnetic and capable of dissolving carbon.4. Delta iron....non-magnetic and absorbs very little carbon.Select the correct answer using the codes given below :....
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