imperative languages - определение. Что такое imperative languages
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое imperative languages - определение

TYPE OF PROGRAMMING PARADIGM IN COMPUTER SCIENCE
Imperative languages; Imperative programming language; Imperative (programming); Imperative language; Imperative program; Imperative paradigm
  • Computer memory map
Найдено результатов: 2025
imperative language         
<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)
imperative programming         
Imperative programming         
In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform.
prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
If the cost of something is prohibitive, it is so high that many people cannot afford it. (FORMAL)
The cost of private treatment can be prohibitive.
ADJ
prohibitively
Meat and butter were prohibitively expensive.
ADV: ADV adj
let's         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
Frequency: The word is one of the 1500 most common words in English.
Let's is the usual spoken form of 'let us'.
Prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
·adj That prohibits; prohibitory; as, a tax whose effect is prohibitive.
prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
¦ adjective
1. serving to forbid, restrict, or prevent.
2. (of a price or charge) excessively high.
Derivatives
prohibitively adverb
prohibitiveness noun
let's         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
¦ contraction let us.
let's         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
(verbal form) (F) let's continue; let's go
prohibitive         
GRAMMATICAL MOOD THAT EXPRESSES A COMMAND OR REQUEST
Imperative sentence; Immediate imperative mood; Prohibitive mood; Let's; Let us; Imperative verb; Imperative (grammar); Imper.; Prohibitive; Imperative mode; Imperative form; Vetative; Command (linguistics)
a.; (also prohibitory)
Restrictive, prohibiting, forbidding.

Википедия

Imperative programming

In computer science, imperative programming is a programming paradigm of software that uses statements that change a program's state. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming focuses on describing how a program operates step by step, rather than on high-level descriptions of its expected results.

The term is often used in contrast to declarative programming, which focuses on what the program should accomplish without specifying all the details of how the program should achieve the result.