imperative
Noun · AdjectiveWordNet 3.0
Noun (2)
- a mood that expresses an intention to influence the listener's behaviorSynonyms: imperative moodjussive moodimperative form
- some duty that is essential and urgent
Adjective (2)
- requiring attention or action“as nuclear weapons proliferate, preventing war becomes imperative”“requests that grew more and more imperative”
- relating to verbs in the imperative mood
Webster's Dictionary (GCIDE)
1.Expressive of command; containing positive command; authoritatively or absolutely directive; commanding; authoritative; as, imperative orders. [1913 Webster]
The suit of kings are imperative.— Bp. Hall.[1913 Webster]
2.Not to be avoided or evaded; obligatory; binding; compulsory; as, an imperative duty or order. [1913 Webster]
3.(Gram.) Expressive of command, entreaty, advice, or exhortation; as, the imperative mood. [1913 Webster]
Free On-line Dictionary of Computing
<language> Any programming language that specifies explicit manipulation of the state of the computer system, not to be confused with a procedural language, which specifies an explicit sequence of steps to perform.
An example of an imperative (but non-procedural) language is a data manipulation language for a relational database management system. This specifies changes to the database but does not necessarily require anyone to specify a sequence of steps.
Both contrast with declarative languages, which specify neither explicit state manipulation nor a sequence of steps.
(2007-10-02)