AQA Paper 1 - Fundamentals of Programming

?

1. What is a procedure?

  • Something that runs when it is called without returning a value
  • Something that runs when it is called and returns a value
  • Something that is run repeatedly
  • Something that runs when a condition is met
1 of 20

Other questions in this quiz

2. What is iteration?

  • A changing variable
  • Repetition of something
  • Limited repeats of a function
  • A mail protocol

3. What is a float (real) ?

  • A decimal
  • A single character
  • A pointer
  • A date/time

4. What is nested selection?

  • A recursion operation within a recursion operation
  • A selection operation within a selection operation
  • An instantiation operation within an instantiation operation
  • A global selection algorithm

5. What is OOP (Object Oriented Programming)?

  • A computer programming model that organises design around data in classes and objects
  • A computer programming model that organises design around data in global objects
  • A computer programming model that organises design around data in logic and functions
  • A computer programming model that organises design around data in indefinite iteration

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Fundamentals of computer systems resources »