midterm study Flashcards
the output value, Q, only changes on the rising edge of G
keeps the internal SR latch from going into an invalid state
Is a great circuit to use in a register
D-Flip Flop
for an SR latch, what states are valid?
10
01
11
The output value, Q, changes with the D input as long as G is high
Keeps the interal SR latch from going into an invalid state
D- latch
what logic gate adds two bits together and ignores any carry
xor
Using an adder, when is there a carry?
both input bits are 1
the sum of the input bit is 1 and the carry in is 1
what binary number represents false?
0
zero
what binary number represents true?
1
one
_____ Gate: If both the inputs are high then the output is also high
AND
_____ Gate: If a minimum of one input is high then the output is High
OR
____ Gate: If the minimum one input is high then only the output is high
XOR
______ Gate: If the minimum one input is low then the output is high
NAND
____ Gate: If both the inputs are low then the output is high.
NOR
The Following truth table has what outputs with an AND gate
A B
0 0
0 1
1 0
1 1
Output
0
0
0
1
if one of the two inputs of an AND gate is zero (0) then the output will be ____
zero
The Following truth table has what outputs with an OR gate
A B
0 0
0 1
1 0
1 1
Output:
0
1
1
1
If one of two the inputs to the OR gate is 1 then the output will be _____
One
In a NOR gate, the input One (1) creates an output _____ and an input of Zero (0) gives and output of _____
Zero
One
The Following truth table has what outputs with an NAND gate
A B
0 0
0 1
1 0
1 1
Output
1
1
1
0
The _____ gate is a digital logic gate with ‘n’ i/ps and one o/p, that performs the operation of the AND gate followed by the operation of the NOT gate.
NAND
If one or both of two inputs to the NAND gate is zero (0) then the output will be _____
One
The _____ gate is a digital logic gate with n inputs and one output, that performs the operation of the OR gate followed by the NOT gate.
NOR