SW StudyWalks

Computer Science  /  CS 0187  ·  Atom · ~20 seconds

Procedural Programming

Video not yet published
to the StudyWalks catalog
State

Procedural programming organizes code into procedures — named functions, each built for one task — a sub-type of imperative programming, and the source of modularity's small reusable pieces.

Show

A checkout system split into named pricing, tax, and receipt procedures reads as a team of specialists.

Watch for

Every procedural language is imperative; the reverse fails.