Chapter 1 Flashcards
Asserted signal is?
A signal that is (logically) true, or 1.
Deasserted signal is?
A signal that is (logically) false, or 0.
Blocks without memory are called?
Combinational
The output of a combinational block depends only on?
Current input
In blocks with memory, the outputs can depend on?
both the inputs and the value stored in memory; the state of the logic block
A logic system whose blocks do not contain memory, hence compute the same output given the same input?
Combinational logic
A group of logic elements that contain memory, hence whose value depends on the input as well as the current contents of the memory?
Sequential logic
Called a logical sum, since its result is 1 if either operand is 1.
The OR operation. A+B
The result of an AND operator is 1 only if Both inputs are?
1
The AND operator is also called ________, since its result is 1 only if both operands are 1.
Logical product