answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is meant by imperative in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math
Related questions

What is the difference between a declarative and imperative?

Declarative programming focuses on describing the desired results without specifying how to achieve them, while imperative programming involves providing specific step-by-step instructions on how to achieve a result. Declarative programming is more concerned with what needs to be done, while imperative programming is more concerned with how it should be done.


What is the difference between declarative and imperative programming?

Imperative is how the computer should do something. Declarative is what you would like the computer to do.


Is declarative the same as imperative?

No, declarative and imperative are not the same. Declarative programming focuses on describing what you want to achieve without specifying the exact steps to reach that goal, while imperative programming involves detailing the exact steps and actions to accomplish a task.


What programming category does OOP belongs?

Object-oriented programming is a category of programming languages. On a larger scale, OOP would belong under the imperative programming paradigm.


What is the difference between Imperative object-oriented functional and logic programming?

These are all programming paradigms; they describe the "style" used to build the structure and elements of a computer program. Imperative programming is typically contrasted with declarative programming because they are mutually-exclusive (you won't find any programming languages that are both imperative and declarative), in the same way that you won't find any languages that have both a structured paradigm and a non-structured paradigm. The main difference between the two is that imperative programming describes how a result is to be achieved without specifying what is to be achieved, whereas declarative programming describes what is to be achieved without specifying how it is to be achieved. Another key difference is that imperative programming makes extensive use of changing-state and mutable data whereas declarative programming does not. Put simply, there are no assignment operations or side-effects in declarative programming. Given that the object-oriented programming (OOP) paradigm is based upon objects with member methods that can mutate the object's attributes, OOP is based upon the imperative paradigm. The functional programming paradigm is not to be confused with function calls which are based upon the procedural programming paradigm, which is itself based upon the structured programming paradigm, both of which are imperative. By "functional" we really mean mathematical functions, which are declarative. Although there are some imperative languages that do allow a type of functional programming style, at best they are a grey area because of the side-effects. Logical programming is also declarative and is based on relations.


What is the difference between imperative and non-imperative programming languages?

Imperative languages focus on how the program should follow it's tasks, while non-imperative languages, functional or logical, tell the program what it needs to do, as opposed on how to do it.Imperative programming is programming which changes the computer's state and focuses on how a program is to perform. Non-imperative languages are predominantly declarative languages, where the programmer states what is to be performed without specifying how to achieve it.


What is meant by XMLHttpRequest?

web programming


What is BCPL?

BCPL (Basic Combined Programming Language) is a procedural, imperative, and structured computer programming language designed by Martin Richards of the University of Cambridge in 1966.


Which type of language c plus plus is?

It's an imperative, procedural and Object-Oriented programming language.


What is meant by interpreter in programming languages?

An interpreter is programme that translates a high-level programming..


What is meant by programming paradigms?

Programming paradigmsParadigm refers to a way of doing something.Programming paradigm refers to an approach to orstyle of programming.


When was pascal programming language invented?

quote: Pascal is an influential imperative and procedural programming language, designed in 1968/9 and published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.