Difference between revisions of "State (computer science)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Description)
Line 8: Line 8:
 
* [[Computer program]]
 
* [[Computer program]]
 
* [[Computer science]]
 
* [[Computer science]]
 +
* [[Event-driven architecture]]
 
* [[Input/output]]
 
* [[Input/output]]
 
* [[Input (computing)]]
 
* [[Input (computing)]]
 
* [[Output (computing)]]
 
* [[Output (computing)]]
 +
* [[Software architecture]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/State_(computer_science) State (computer science)] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/State_(computer_science) State (computer science)] @ Wikipedia

Revision as of 08:27, 4 February 2016

In computer science and automata theory, the state of a digital logic circuit or computer program is a technical term for all the stored information, at a given instant in time, to which the circuit or program has access.

Description

The output of a digital circuit or computer program at any time is completely determined by its current inputs and its state.

External links