Imperative Programming
From Rice Wiki
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.