David Hollingswo
Quiz por , criado more than 1 year ago

techniques in programming

24
0
0
David Hollingswo
Criado por David Hollingswo mais de 8 anos atrás
Fechar

programming techniques

Questão 1 de 3

1

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

Selecione uma das seguintes:

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

Explicação

Questão 2 de 3

1

Recognise what the programming principle 'selection' is ?

Selecione uma das seguintes:

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

Explicação

Questão 3 de 3

1

Choose an answer which best relates to iteration?

Selecione uma das seguintes:

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

Explicação