David Hollingswo
Test por , creado hace más de 1 año

techniques in programming

24
0
0
David Hollingswo
Creado por David Hollingswo hace más de 8 años
Cerrar

programming techniques

Pregunta 1 de 3

1

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

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 2 de 3

1

Recognise what the programming principle 'selection' is ?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 3 de 3

1

Choose an answer which best relates to iteration?

Selecciona una de las siguientes respuestas posibles:

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

Explicación