Procedural Programming
Term side of the Card
Topic: Programming Approaches
Unit title: Procedural Programming
Categories: Programming paradigm
Explanation side of the Card
Explanation: The style of programming where the logic of the application is divided into functions. The focus is on calling these functions and the sequential execution of tasks.