0% found this document useful (0 votes)
24 views2 pages

Understanding Control Structures

This document discusses the three main types of control structures in programming: sequence, selection, and repetition. Sequence structures run code in sequential order, selection structures control program flow based on conditions, and repetition structures allow running code multiple times. These control structures are represented visually using differently shaped boxes connected by lines showing logic flow.

Uploaded by

Daniel Budd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Understanding Control Structures

This document discusses the three main types of control structures in programming: sequence, selection, and repetition. Sequence structures run code in sequential order, selection structures control program flow based on conditions, and repetition structures allow running code multiple times. These control structures are represented visually using differently shaped boxes connected by lines showing logic flow.

Uploaded by

Daniel Budd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Control

Structures
Three dierent control structures
1. Sequence
2. Selec6on
3. Repe66on

They appear in dierent shaped boxes joind


by lines showing the ow of logic

Three Types of Control Structures


SEQUENCE












SELECTION

REPETITION

You might also like