Control Structures

Control flow

Control flow in computer science refers to the order in which statements or instructions are executed in an imperative program. Control flow statements allow for choices between different paths, while functions and language constructs achieve similar results in non-strict functional languages. At a lower level, control flow instructions in machine or assembly language alter the program counter, often through conditional or unconditional branch instructions.

2 courses cover this concept

CSE 163 Intermediate Data Programming

University of Washington

Summer 2022

This course offers an intermediate level of data programming, focusing on different data types, data science tools, code complexity, and memory management. It emphasizes the efficient use of concepts for data programming.

No concepts data

+ 34 more concepts

CSE 142 Computer Programming I

University of Washington

Summer 2022

This introductory course teaches programming using Java. Students learn computational problem-solving techniques, functional decomposition, control structures, data abstraction, and code documentation. No prior programming experience is required.

No concepts data

+ 46 more concepts