Chapter 2: Combinational Circuits Flashcards
What are gates?
combinational logic elements which depend only on the current inputs
What are flip-flops?
are sequential logic elements which depend on both the current inputs and previous inputs
What are sequential elements a form of?
Memory since they can store values
A logical value can be either
0 or 1
When does an AND gate return 1
When all inputs are 1
When does an AND gate return 0
When any of the inputs are 0
What is an AND gate denoted by?
a . (dot)
What is an OR gate denoted by?
A + symbol
When does an OR gate return 1?
When any of the inputs are 1
When does an OR gate return 0?
When all of the inputs are 0
What is a NOT gate and what is it represented by?
gate inverts the current value, indicated by the overbar
What is a NAND gate?
An AND gate followed by an inverter
When does a NAND gate return 1?
When there is any mixture of 0’s and 1’s as input
When does a NAND gate return 0?
When all inputs are 1
What is a NOR gate?
An OR gate followed by an inverter