Calculate the freezing point of a 4.00 molal solution of methanol, CH3OH.
Determine the boiling point of a 2.00 molal solution of potassium bromide, KBr.
Calculate the molar mass of a nonelectrolyte if 40.0 grams of it dissolved in 200.0 grams of water lowers the freezing point to – 1.40 ° C.
Calculate absolute potential at 25 cm distance from 5 C charge.
Determine the Molarity of a solution made by dissolving 21.6 grams of sodium carbonate, Na2CO3, in enough water to make 400.0 ml of solution.
Calculate the pH of 0.01 M aqueous solution of sodium formate at 298 K. [Given: Ka (HCOOH) =1.7 × 10raise to the power -4 at 298K]
Calculate the degree of ionisation and the pH of a 0.01 M aqueous solution of formic acid at 298K. [Given, Ka (HCOOH) = 1.7 into 10 raise to the power -4 at 298K].
Find the velocity aquired by an electron in falling through a potential difference of 2000 volts.
Upon the heating of black body the maximum of its spectrum shiftedfrom 690 nm to 500 nm. By what factor did the radiant emittance increase?
Consider a class Computer having Two fields (i.e. companyName, price) and A single
function named show()
A class named Desktop inherits Computer class and adds fields representing color,
monitor size, and processor type and Override function named show() to display values
of its all attributes
A class named Laptop inherits Computer class and adds fields representing color, size,
weight, and processor type and Override function named show() to display values of its
all attributes
In Main() instantiate objects of derived classes to access respective show() functions to
see the polymorphic behavior.