Quiz
This is a quiz to see how much you have learnt about Pascal. You will
be told your results at the end, so just select the answer you think is
best, click the corresponding image, and move on to the next question.
Good Luck!.
Rules
You start with a score of 20. A correct answer gives you four marks and an incorrect
answer takes one off your score. There are 20 questions so the lowest mark you can get is
zero and the highest mark is one-hundred.

Question 1
What is the var section for?
Question 2
What does the Integer type hold?
Question 3
How do you set the number of decimal places to be printed, with the writeln() statement?
Question 4
What function is used to find the Sine of an angle?
Question 5
How do you open a file for reading?
Question 6
Question 7
What command can you use instead of using if?
Question 8
How do you change the color of text?
Question 9
What type can't you use with the case statement?
Question 10
What command is used to stop your program from running?
Question 11
What unit is used in most pascal programs?
Question 12
How do objects differ from records?
Question 13
Which one of these is not a loop in pascal?
Question 14
What command is used to locate the cursor at a set position on the screen?
Question 15
Which one of these trigonometry functions is pascal missing?
Question 16
What would X be equal to if, in pascal you had the code:-
X := 7*8-5 mod 3? (pascal has the same order of operations as a scientific calculator)
Question 17
What does the break command do?
Question 18
How do you clear the screen in pascal?
Question 19
Which one of these is a keyword?
Question 20
Which one of these can only be declared in the type section?