Imperative is one of two types of programming, with the opposite being Declarative Programming , where declarative is when you tell the computer what you want the end state to be but not how to reach it

In imperative, we have a sequence of statements that change the computers state and that gives us more control