AQA Paper 1 - Fundamentals of Programming

?

1. What is definite iteration?

  • Something that runs when it is called without returning a value
  • Something that runs a certain number of times
  • Something that runs until a condition is met
  • Something that is run repeatedly
1 of 20

Other questions in this quiz

2. What is an object?

  • Something that stores its data in parameters
  • Something that stores its attributes in fields
  • Something that stores its attributes in global variables
  • Something that uses OOP to function correctly

3. What is a parameter?

  • Data passed into a subroutine
  • Data passed into a nested loop constant
  • Data assigned to a global variable
  • Data assigned into a recursive program statement

4. 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

5. What is instantiation?

  • Creation of an object with custom attributes
  • Deletion of an object with custom attributes
  • Merging of an object with custom attributes
  • Sorting of multiple objects with custom attributes

Comments

No comments have yet been made

Similar Computing resources:

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