1. Addition polymerisation takes place either by a free radical mechanism or ionic machanism depending on the reagents used. Free radical polymerisation is catelyzed by __________ , which decompose to give free radicals.





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Suitable impurities are added to a semiconductor depending on its use. This is done in order to?....
QA->In a bid to fill the vacant seats in trains and meet the challenges posed by the roadways and airways, the Indian Railways has decided to give discount of up to __________ to passengers on ticket fares in air-conditioned executive class and chair cars of trains like Shatabdi Express, Gatiman Express, Tejas Express, Double Decker and Intercity Express.....
QA->__________ helps to give uniform margin on all sheets while typing.....
QA->A man can row at 5 km/h in still water. If the river is running at 1 km/h, it takes him 75 minutes to row to a place and back. How far is the place?....
QA->For a polymer prepared by free radical polymerization....
MCQ->Addition polymerisation takes place either by a free radical mechanism or ionic machanism depending on the reagents used. Free radical polymerisation is catelyzed by __________ , which decompose to give free radicals.....
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->Which of the following polymers are produced by employing all bulk polymerisation, solution polymerisation & suspension polymerisation technique of addition (chain) polymerisation ?....
MCQ->Chain growth polymerisation is a process, in which the monomers are added in a chain fashion, and it requires an initiator to produce the free radical. An example of chain growth polymerisation products is....
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