State (computer science)

State (computer science)

n computer science, a stateful system remembers previous interactions and events to maintain state information that determines its behavior; the set of possible states is the system's state space. Examples include digital circuits, automata, computer programs, and computers, where the current output is completely determined by the current inputs and system state. Stateful systems contrast with stateless ones that don't record prior interactions.

1 courses cover this concept

CS 242 Programming Languages

Stanford University

Fall 2022

Stanford University's CS 242 teaches the basics of programming language theory, its applications, and future trends. It focuses on the practical and theoretical understanding of programming languages, covering typed lambda calculus, state, monads, and more.

No concepts data

+ 15 more concepts