Official title and information are available only for Plus and Premium subscribers.
Patent Granted Control logic is a key part of a software program that controls the operations of the program. The control logic responds to commands from the user, and it also acts on its own to perform automated tasks that have been structured into the program.[1] Model of a simple stopwatch[2] Control logic can be modeled using a state diagram,[3] which is a form of hierarchical state machine. These state diagrams can also be combined with flow charts to provide a set of computational semantics for describing complex control logic.