EECS 1520 Final: Final Review Pt 2

128 views3 pages
mahika.c06 and 40040 others unlocked
EECS 1520 Full Course Notes
54
EECS 1520 Full Course Notes
Verified Note
54 documents

Document Summary

Gate: device that performs a basic operation on electrical signals. Circuits: gates combined to perform more complicated tasks. Boolean expressions: uses boolean algebra, a mathematical notation for expressing two- valued logic. Logic diagrams: a graphical representation of a circuit; each gate has its own symbol. Truth tables: a table showing all possible input values and the associated output values. Functional notation: uses a function name followed by a list of arguments in place of the operands used in boolean expressions. Accepts one input signal and returns the complementary(opposite) signal as output. If both are 1, then output is 1; otherwise output is 0. If both are 0, then output is 0; otherwise output is 1. If both are 1, then output is 0; otherwise output is 1. If both are 0, then output is 1; otherwise output is 0. If both are same, then output is 0; otherwise output is 1.