//Heading Displayed on the QUiz Page
pageHeading="Maths Quiz"
//Questions

qa=new Array()

qa[0] = new Question("What is heavier : 1 kg of Iron or 1 kg of Cotton ?",
"Iron",
"Cotton",
"Both are same",
"None Of Above",
2)

qa[1] = new Question("If a man takes 2 hours to make 10 candles, how many candles will 50 men make in 4 hours?",
"400",
"1000",
"1200",
"800",
1)

qa[2] = new Question("In a right angle triangle hieght is 5 and base is 12 cm than third side would be?",
"17",
"13",
"19",
"11",
1)

qa[3] = new Question("How many time does 9 comes in 1 to 100?",
"9",
"10",
"19",
"20",
3)

qa[4] = new Question("One Kilobyte has?",
"1000 bytes",
"964 bytes",
"1024 bytes",
"1064 bytes",
2)

qa[5] = new Question("The following is a Fibonacci series ?",
"0,1,1,2,3,5,8...",
"0,1,2,3,4,5,6,7...",
"0,2,3,5,7,10,11...",
"1,4,7,9,12,16,19,...",
0)

qa[6] = new Question("Which of the following is an Armstrong number?",
"23",
"129",
"153",
"169",
2)

qa[7] = new Question("What is the next number of the series 1,4,9,16,25?",
"34",
"40",
"36",
"49",
2)

qa[8] = new Question("Zero was invented by?",
"Shakuntla Devi",
"Ramanajun",
"C V Raman",
"Aryabhatta",
3)

qa[9] = new Question("53 is a prime number?",
"True",
"False",
0)
