Conhecimento Declarativo / Imperativo

Status
Fechado a novas mensagens.
Paradigma imperativo
In computer science, imperative programming is a programming paradigm that describes computation in terms of statements that change a program state. In much the same way as the imperative mood in natural languages expresses commands to take action, imperative programs define sequences of commands for the computer to perform.

The term is used in opposition to declarative programming, which expresses what needs to be done, without prescribing how to do it in terms of sequences of actions to be taken. Functional and logical programming are examples of a more declarative approach.
Paradigma declarativo

In computer science, Declarative programming is a programming paradigm that attempts to minimize or eliminate side effect (computer science) by describing what the program should accomplish, rather than describing how to go about accomplishing it[1]. This is a different approach from imperative programming, which requires a detailed description of the algorithm to be run. Regular expressions are a very common declarative language.

cumps
 
Status
Fechado a novas mensagens.
Back
Topo