« État » : différence entre les versions


(nouveau terme)
Balise : Éditeur de wikicode 2017
(nouveau terme)
Balise : Éditeur de wikicode 2017
Ligne 1 : Ligne 1 :


== Domaine ==
== Domaine ==
[[Category:Vocabulary]]
[[Category:Vocabulary]]<br/>
[[Category:Informatique]]Informatique<br/>
[[Category:Coulombe]]Coulombe<br/>
   
   
== Définition ==
== Définition ==
 
L'état est une notion très générale en informatique qui désigne les propriétés d'un objet, d'un programme ou d'un système à un moment précis.
   
   


== Français ==
== Français ==
état  
état
   
   
   
   

Version du 11 avril 2019 à 18:48

Domaine


Informatique
Coulombe

Définition

L'état est une notion très générale en informatique qui désigne les propriétés d'un objet, d'un programme ou d'un système à un moment précis.


Français

état


Anglais

State (computer science)

In information technology and computer science, a program is described as stateful if it is designed to remember preceding events or user interactions;[1] the remembered information is called the state of the system.

The set of states a system can occupy is known as its state space. In a discrete system, the state space is countable and often finite, and the system's internal behaviour or interaction with its environment consists of separately occurring individual actions or events, such as accepting input or producing output, that may or may not cause the system to change its state. Examples of such systems are digital logic circuits and components, automata and formal language, computer programs, and computers. The output of a digital circuit or computer program at any time is completely determined by its current inputs and its state.[2]