Sunday, February 1, 2015

COMBINATIONAL LOGIC

1.2 COMPUTATIONAL LOGIC

In digital circuit theory, computational logic (also called combination logic) is a type of logic circuit whose output is a pure function of the present input only. This is in contrast to sequential logic, in which the output depends not only on the present input but also on the history of the input.

In other words, sequential logic has memory while computational logic does not.
Computational logic is used in computer circuits to do Boolean algebra on input signals and on stored data. Practical computer circuits normally contain a mixture of computational and sequential logic. For example, the part of an arithmetic logic unit, or ALU, that does mathematical calculations is constructed in accord with computational logic, although the ALU is controlled by a sequencer that is constructed in accord with sequential logic.

No comments:

Post a Comment