Imperative Programming
Back: Programming Paradigms
Programs are composed of sequences of statements that change program state. The programmer specifies exactly how to perform computation step by step, making it the most direct mapping to how CPUs actually execute instructions.