1. A large iceberg melts at the base but not at the top because?

Answer: Higher pressure at the base lowers the melting point of ice

Reply

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

Comments

Show Similar Question And Answers
QA->A large iceberg melts at the base but not at the top because?....
QA->Who said ‘Climbing to the top demands strength; whether it is to the top of Mount Everest or to the top of your career’?....
QA->When large current passes through the fuse wire, it melts away. Why?....
QA->The angle of elevation of the top of a hill at the foot of a tower is 60° and the angle of elevation of the top of the tower from the foot of the hill is 30°. If the tower is 50 m high, the height of the hill is—....
QA->In Kiran’s opinion, his weight is greater than 65 kg but less than 72 kg. His brother does not agree with Kiran and he thinks that Kiran’s weight is greater than 60 kg but less than 70 kg. His mother’s view is that his weight cannot be greater than 68 kg. If all are them are correct in their estimation, what is the average of different probable weights of Kiran?....
MCQ->A large iceberg melts at the base, but not at the top, because of the reason that...
MCQ->A large iceberg melts at the base but not at the top, because?...
MCQ->A large iceberg melts at the base but not at the top because?...
MCQ->What will be the output of the following program? #include<iostream.h> class Base { int x, y; public: Base() { x = y = 0; } Base(int xx) { x = xx; } Base(int p, int q = 10) { x = p + q; y = q; } void Display(void) { cout<< x << " " << y << endl; } }objDefault(1, 1); class Derived: public Base { Base obj; public: Derived(int xx, int yy): Base(xx, xx + 1) { } Derived(Base objB = objDefault) { } }; int main() { Derived objD(5, 3); Derived ptrD = new Derived(objD); ptrD->Display(); delete ptrD; return 0; }...
MCQ->In an iceberg, 15% of the volume projects above the sea surface. If the specific weight of sea water is 10.5 kN/m3 , the specific weight of iceberg ir kN/m3 is...
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