teach-ict.com logo

THE education site for computer science and ICT

Sequence

Sequence is one of the three basic logic flows in computing programming. The other two being selection and iteration

Sequence means to set down instructions one after another for the computer to execute in turn. The instructions are put together to form a software program.

Algorithms are programmed as a sequence of instructions with iteration and selection modifying the execution flow if a certain condition is met.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Computer programming sequence

2020-10