//Heading Displayed on the QUiz Page
pageHeading="Computer Tech"
//Questions

qa=new Array()

qa[0] = new Question("When and where was the first computer invented?",
"1980 in U.S.A.",
"1946 in U.S.A.",
"1970 in Japan.",
1)

qa[1] = new Question("What was the name of the British Mathematician who worked out the principles of the computer in the 19th century?",
"Charles Babbage ",
"Blaise Pascal",
"G.W.Lientz",
0)

qa[2] = new Question("The device that converts bits and bytes into signals that can travel over telephone lines and vice versa is called?",
"Sensor",
"Modem",
"Transister",
1)

qa[3] = new Question("Who wrote the first book about personal computers in 1974?",
"Ted Nelson",
"George Boole",
"John Napier",
0)

qa[4] = new Question("How long would it take to send the encyclopedia Britanica over a Fibre optic cable at a rate of 2 gigabits per second?",
"Two seconds",
"One second",
"Three seconds",
0)

qa[5] = new Question("Name the computer language invented by 'Niklaus Wirth'.",
"Cobol",
"Pascal",
"Fortran",
1)

qa[6] = new Question("Who first introduced Graphic User Interface (GUI)?",
"Novell's DR DOS",
"IBM",
"Apple's Macintosh",
2)

qa[7] = new Question("In Feburary 1946, world's first all-electronic digital computer was formally dedicated. Name this computer.",
"Havard Mark I",
"ENIAC",
"EDVAC",
1)

qa[8] = new Question("What was the first computer called?",
"PC",
"Computing Machines",
"ENIAC",
2)

qa[9] = new Question("When was the Pentium introduced?",
"1993",
"1990",
"1989",
0)
