Imperative Programming: Difference between revisions
From Rice Wiki
(Created page with "Category:Programming Paradigm") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Programming Paradigm]] | [[Category:Programming Paradigm]] | ||
'''Imperative programming''' is a [[Programming Paradigm|programming paradigm]] that uses statements to change a program's state. Like a recipe, it focuses on describing how a program operates step by step. This includes [[Procedural Programming|procedural programming]] and [[Object-Oriented Programming|object-oriented programming]]. It is the ''original'' form of programming in that at the most basic level, computers are machines that take in one instruction at a time and output results. |
Latest revision as of 21:37, 23 March 2024
Imperative programming is a programming paradigm that uses statements to change a program's state. Like a recipe, it focuses on describing how a program operates step by step. This includes procedural programming and object-oriented programming. It is the original form of programming in that at the most basic level, computers are machines that take in one instruction at a time and output results.