Week 3 - Logic Gates 1 Flashcards
What is the function of a NOT gate?
The NOT gate inverts the input signal
What is the function of the AND gate?
The AND gate typically takes between 2 and 8 inputs. Any logic low gives a logic low.
What is the function of the OR gate?
The OR gate takes more than 2 inputs. Any logic high gives a logic high.
What is the function of a NAND gate?
A NAND gate is an AND gate with an inverted output. Any low gives a high.
What is the function of the NOR gate?
The NOR gate is just the OR gate with an inverted output. Any high gives a low.
What is the function of the XOR gate?
The XOR gate is like the OR gate but when both or all inputs are logic high then the output is logic low. Essentially, matching inputs gives a logic low and differing inputs give a logic high.
What is a multiplexer composed of and what is the purpose of a multiplexor?
A multiplexer is composed of a decoder and a selector. The purpose of a multiplexer is to act as a switch with the output of the multiplexer being determined by the ‘select’ signal.
What is the difference between a half-adder and a full-adder?
A half-adder will perform bit addition but with no input for a carry bit. It has a sum and carry output.
A full-adder will perform bit addition along with a carry input.