OCR GCSE Computer Science 2.2 Programming fundamentals overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which data type should be used to store a price such as 4.99?
What is the difference between a variable and a constant?
What is the result of 17 DIV 5?
What is the result of 17 MOD 5?
Which kind of loop should be used when the number of repetitions is known in advance?
What does the Boolean operator AND do in a condition?
In the OCR Exam Reference Language, what is the index of the first element of an array?
Which SQL clause filters which records are returned by a condition?
What is the result of the string operation "Monday".substring(0,3)?
Why should a program close a text file after using it?
What is the key difference between a procedure and a function?
What is a parameter?