"); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln ("
"); parent.frames[0].document.writeln ("Correct!"); parent.frames[0].document.writeln ("
Well done.
"); parent.frames[0].document.writeln ("
"); parent.frames[0].document.close(); } function wrongAnswer() { parent.frames[0].document.clear(); parent.frames[0].document.open(); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln ("
"); parent.frames[0].document.writeln ("Sorry."); parent.frames[0].document.writeln ("
Try again!
"); parent.frames[0].document.writeln ("
"); parent.frames[0].document.close(); } function allDone() { parent.frames[0].document.clear(); parent.frames[0].document.open(); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln ("
"); parent.frames[0].document.writeln ("Well done."); parent.frames[0].document.writeln ("
Thanks for taking the quiz.
"); parent.frames[0].document.writeln ("
"); parent.frames[0].document.close(); } function checkAnswer(test, Correct1, Correct2, Correct3, Correct4, ThisQ) { if (TrimString(test) == Correct1 || TrimString(test) == Correct2 || TrimString(test) == Correct3 || TrimString(test) == Correct4) { rightAnswer(); if (ThisQ == 'LastQ') { allDone(); } } else { wrongAnswer() } } function ShowCorrect(CorrectAnswer) { parent.frames[0].document.clear(); parent.frames[0].document.open(); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln ("
"); parent.frames[0].document.writeln ("Here is a possible correct answer:
"); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln (CorrectAnswer); parent.frames[0].document.writeln (""); parent.frames[0].document.writeln ("
"); parent.frames[0].document.writeln ("
"); parent.frames[0].document.close(); } // end hiding scripting -->

Self-Test Quiz: Archimede's Principle

Fill in your answer and then click on Check.

1. An ice berg floats on water of density 1032 Kg/m^3 . The density of the ice is 920 Kg/m^3 . Find the ration between the volume of the immersed part and the total volume of the ice berg ?

2. A wooden cube carries 200 g body above while it's floating on water surface, when this mass is removed the cube rises by a distance 2 cm . Find the cube's side's lenght in meter ?

3. A ship of mass 1200 ton, floating on sea water (RD= 1.030), find the volume submerged in m^3 ?

4. A metal cube of lenght 10 cm , of RD 2.7, find the tension in newton in air ( g= 10 m/s^2)?

5. A metal cube of lenght 10 cm , of RD 2.7, find the tension in newton when half of it immersed in water ( g= 10 m/s^2)?

6. A metal cube of lenght 10 cm , of RD 2.7, find the tension in newton when all of it immersed in water ( g= 10 m/s^2)?

This quiz was generated by Martin's Javascript Quiz Generator.