Selection

Descripción

Use, understand and know how selection can be used within programs. Be able to use Relational Operators and the Boolean Operations AND, OR. Develop programs that make use of nested selection statements.
Daniel Smillie
Fichas por Daniel Smillie, actualizado hace más de 1 año
Daniel Smillie
Creado por Daniel Smillie hace más de 6 años
1
0

Resumen del Recurso

Pregunta Respuesta
Sequence Steps are executed one at a time, order of steps is order they’re written in, and hence the order that they are to be executed in, Each step is executed only once.
Selection The principle of choosing what action to take based on certain criteria. Allows a computer to compare values and then decide what course of action to take
IF… THEN… ELSE… ENDIF Program flow controlled by evaluation of a Boolean condition which evaluates to true or false.
Mostrar resumen completo Ocultar resumen completo

Similar

A level Computing Quiz
Zacchaeus Snape
Types and Components of Computer Systems
Jess Peason
Input Devices
Jess Peason
Output Devices
Jess Peason
Computing
Kwame Oteng-Adusei
Pack of playing cards answer
Karl Taylor
Code Challenge Flow Chart
Charlotte Hilton
Iteration
Daniel Smillie
File Handling & Exceptions
Daniel Smillie
Subroutines
Daniel Smillie