AQA Paper 1 - Fundamentals of Programming

?

1. What is a subroutine?

  • A block of code that makes it easier to copy code
  • A block of code that corresponds to a constant
  • A block of code that can be called upon to run
  • A block of code that can be reassigned
1 of 20

Other questions in this quiz

2. What is a class?

  • A global variable
  • A block of code that recalls itself and passes parameters to itself
  • An object with common characteristics or behaviours that can be assigned
  • An object with constants and recursive objects that can be assigned

3. What is a float (real) ?

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

4. What is an integer?

  • A pointer
  • A decimal
  • A number
  • A single character

5. What is a procedure?

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

Comments

No comments have yet been made

Similar Computing resources:

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