//Heading Displayed on the QUiz Page
pageHeading="Units and names Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Named after the French Scientist Andre Marie Ampere. Ampere is a unit of what ?",
    "Electric current",
    "Electric charge",
    "Magnetic flux",
    "Electrical inductance", 
0)

qa[1] = new Question("The unit of electrical charge is called ?",
    "Ampere",
    "Tesla",
    "Ohm",
    "Coulomb", 
3)

qa[2] = new Question("The unit Farad is named after Michael Faraday. It is the unit of what ?",
    "Electrical capacitance",
    "Electric charge",
    "Magnetic flux",
    "Electrical inductance",
0)

qa[3] = new Question("The unit of electrical inductance is ?",
    "Hertz",
    "Ohm",
	"Tesla",
    "Henry",
3)

qa[4] = new Question("What do you call the unit of frequency ?",
	"Ohm",
	"Tesla",
	"Pascal",
	"Hertz",
3)

qa[5] = new Question("The unit of energy is named after which English scientist ?",
    "Hawkings",
    "Newton",
    "Faraday",
    "Joule",
3)

qa[6] = new Question("What is the unit of absolute temperature ?",
	"Kelvin",
	"Newton",
	"Faraday",
	"Hawking",
0)

qa[7] = new Question("After which famous scientist is the unit of force named ?",
    "Hawkings",
    "Newton",
    "Faraday",
    "Joule", 
1)

qa[8] = new Question("Named after a Croatian born and naturalized American scientist, his surname denotes the magnetic flux density also called magnetic induction. Name the unit or the scientist :",
	"Tesla",
	"Ivanesevic",
	"Tito",
	"Binelli",
0)

qa[9] = new Question("What do you call the unit of power ?",
	"Watt",
	"Weber",
	"Volt",
	"Pascal",
0)