Eduqas GCSE Computer Science programming overview quiz quiz
14questions. Pick an answer and you'll see why right away.
Which of these is a function of an operating system?
Which is an example of utility software?
How does a compiler differ from an interpreter?
What is machine code?
Which data type is most appropriate for a price in pounds and pence?
What is the result of 17 MOD 5?
Which loop should be used when the number of repetitions is not known in advance?
In an array indexed from 0, which element is data[2]?
What is the main advantage of an array over separate variables for a list?
What is the difference between a procedure and a function?
What is a parameter?
Which validation check ensures input is within allowed limits?
Which string operation joins two strings together?
Which three kinds of test data are used to test a program in the on-screen exam?