Selection

Description

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
Flashcards by Daniel Smillie, updated more than 1 year ago
Daniel Smillie
Created by Daniel Smillie about 6 years ago
1
0

Resource summary

Question Answer
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.
Show full summary Hide full summary

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