| Program State |
Article Index for Program |
Website Links For Program |
Information AboutProgram State |
| CATEGORIES ABOUT PROGRAM STATE | |
| operating system technology | |
|
In fact, the state is often hidden from the computer itself as well, which normally has no idea that this piece of information encodes state, while that is temporary and will soon be discarded. This is a serious problem, as the state information needs to be shared across multiple processors in parallel processing machines. Without knowing which state is important and which isn't, most languages force the programmer to add a considerable amount of extra code to indicate which data and parts of the code are important in this respect. In Computer Science , imperative programming is opposed to Declarative Programming . Imperative programming is a Programming Paradigm that describes computation in terms of a program State and statements that change the program state. SEE ALSO |
|
|