preAmble();

addQuestion("The protocols http and ftp both use which basic protocols?", 1, "V.90", "TCP/IP", "Linux", "Windows 98");
addQuestion("What does the term 'web browser' usually mean?", 1, "A person", "A program", "A file", "An operating system");
addQuestion("What is the name given to a computer which sends HTML and other files to users' PCs?", 3, "PC", "network", "workstation", "web server");
addQuestion("Which programming language always makes 'platform-independent' applications?", 0, "Java", "C++", "Visual Basic", "LISP");
addQuestion("Name a program used to edit web pages?", 3, "Explorer", "HTML", "Pageview", "Frontpage");

addQuestion("Name a file type NOT useable by most browsers?", 2, ".html", ".gif", ".com", ".jpg");
addQuestion("What can be embedded in web pages sent to users?", 0, "scripts", "windows", "Java source", "databases");
addQuestion("A typical maximum data rate between home PCs and the internet is?", 1, "9.6kb/s", "56kb/s", "512kb/s", "2Mb/s");
addQuestion("Data from the internet cannot usually be written to a user's hard disk. Name an exception.", 3, "https", "scripts", "applets", "cookies");
addQuestion("Which company makes the main rival browser to Internet Explorer?", 2, "IBM", "AOL", "Netscape", "Lotus");


setCommentOnScores(0,4,"Hard Luck!");
setCommentOnScores(5,7,"Not Bad!!");
setCommentOnScores(8,9,"Pretty Good");
setCommentOnScores(10,10,"Hot!");

postAmble();



