David Hollingswo
Quiz by , created more than 1 year ago

techniques in programming

24
0
0
David Hollingswo
Created by David Hollingswo over 8 years ago
Close

programming techniques

Question 1 of 3

1

Identify which of the following is a correct description of sequence?

Select one of the following:

  • A sequence is the execution of statements or functions one after another.

  • A sequence is where the flow through a program is interrupted and control is passed to another point in the program.

  • A sequence is where a procedure or function calls itself.

Explanation

Question 2 of 3

1

Recognise what the programming principle 'selection' is ?

Select one of the following:

  • Selection is where the flow through a program is interrupted and control is passed to another point in the program. Based on a boolean expression.

  • Selection is the execution of statements or functions one after another.

  • Selection is where a procedure or function calls itself.

Explanation

Question 3 of 3

1

Choose an answer which best relates to iteration?

Select one of the following:

  • The execution of statements or functions one after another.

  • Repeated execution of a set of steps based on a boolean condition.

  • Where a procedure or function calls itself.

Explanation