Correct option is B
Procedural programming revolves around
data and functions. The data represents variables that hold values, while functions define operations to manipulate this data. This approach ensures step-by-step execution of code blocks.
Important Key Points:
1.
Procedural Paradigm: Follows a sequence of steps where functions operate on reserved data.
2. Functions are reusable blocks of code for performing specific tasks.
3. Variables (data) store values that functions process.
Knowledge Booster:
· Procedural languages include
C, Pascal, and Fortran.
· This paradigm contrasts with Object-Oriented Programming, which focuses on objects (combination of data and methods).
·
Reserved Batch: Typically refers to memory allocated for variables during runtime.