Programming Flashcards
1
Q
What’s the difference between imperative programming and declarative programming?
A
In the imperative paradigm, you specify the steps needed for an action and the computer executes these steps to return the outputs (Python). In the declarative paradigm, you specify the outputs you want, and the computer figures out the steps needed to get you the queried outputs (SQL)