What is Control Flow in a Computer Program?

Control Flow is the order in which elements of a computer program - instructions, statements and function calls - are executed and evalutated. In a computer program, actions will run in sequence, one after the other, unless selection or iteration is used. Selection refers to a decison made by the program which determines which part of the code is executed based on the result of some action. Most programming languages use control flow statements such as IF, THEN and ELSE to make these decisions. Iteration is when a set of actions is repeated, eg. in a loop. 

AC
Answered by Alexis C. Computing tutor

16889 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

Assuming Two's complement convert 10010110 to decimal.


How do I put 10101011 from binary into decimal?


Describe the process used by a binary search algorithm, and explain why binary search would not be appropriate for the list [3,2,5,7,9]


Describe the diference between an object and a class


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2025 by IXL Learning