+**Procedural Programming** is a programming paradigm that structures a program as a sequence of instructions, or routines, to be executed. It emphasizes a clear [control flow](/wiki/control_flow), often using [functions](/wiki/function) to encapsulate specific operations and manage data.
+## See also
+- [Imperative Programming](/wiki/imperative_programming)
+- [Object-Oriented Programming](/wiki/object_oriented_programming)
+- [Structured Programming](/wiki/structured_programming)