"); 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: Columns

Fill in your answer and then click on Check.

1. A aquarium of base area 800 cm^2 contains water of weight 380 N. FInd the pressure at a point on its base due to the water ( in pascal ) ?

2. A mercury barometer reads 76 cm.hg at the base of a building and 74.2 cm.hg at the top of it. if the average density of air is 1.2 Kg/m^3 , what's the height of it in meter ?

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