1. Addition of zircon to silica refractory brick improves its





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->The heavier silicates named ‘Sima’ or silica + magnesium are most abundant in which layer?....
QA->Which is the artificial form of aluminium oxide used for making refractory crucibles?....
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....
MCQ->Addition of zircon to silica refractory brick improves its....
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->Inhalation of silica dust by human being during hand drilling in mica mining, lead & zinc mining, silica refractory manufacture and in foundaries causes....
MCQ->An insulating refractory brick should have high porosity and low thermal conductivity. Which of the following is not used for inducing porosity in the insulating refractory bricks during its manufacture ?....
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; }....
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