Programming Key Words 0.0 / 5 ? ComputingProgrammingGCSEAll boards Created by: Paddy MackenzieCreated on: 14-05-17 13:16 Sequence Sequence is the order that instructions are followed. 1 of 5 Selection Selection is a method of controlling the execution sequence using conditions to execute a particular block of code. 2 of 5 Iteration Iteration is a method of repeatably executing certain blocks of code either a certain number of times, or until a condition is met. 3 of 5 Algorithm An algorithm is a set of instructions that perform a specific task. 4 of 5 Procedure A procedure is a sequence of instructions that perform a specific task, packaged as a unit. 5 of 5
Comments
No comments have yet been made