AQA A-Level Computer Science 4.1 Fundamentals of programming overview quiz quiz
12questions. Pick an answer and you'll see why right away.
Which data type is most appropriate for storing whether a light is on or off?
Which iteration construct should you use to repeat a process a known, fixed number of times?
What is the value of ?
Applying operator precedence, what is the value of ?
What is the difference between a procedure and a function?
Why are local variables generally preferred to global variables?
Which two parts must every recursive subroutine have?
In object-oriented programming, what is the relationship between a class and an object?
What does encapsulation in OOP achieve?
Which OOP feature lets the same method call behave differently depending on the object's class?
Which statement about a WHILE loop is correct?
What is the difference between a parameter and an argument?