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. 

Answered by Alexis C. Computing tutor

11707 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

Describe how sensors and microprocessors are used to maintain certain conditions.


What do 0s and 1s have anything to do with Boolean Logic?


How to convert any binary number to decimal?


i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy