4th Year Review Flashcards
AND gate truth statement
Any low gives a low
A•B=Y
OR gate truth statement
Any high gives a high
A+B=Y
NAND gate truth statement
Any low gives a high
—-
A•B=Y
NOR gate truth statement
Any high gives a low
——
A+B=Y
NOT (inverter) gate truth statement
Output is opposite input
-
A=A
XOR gate truth statement
A or B, not both
- -
A•B + A•B=Y
What is the main outstanding feature of using ‘gray code’ for use with transducers?
Changes by one bit per position
What is ASCII used for?
Coding computer inputs into binary
De-coding it back so we can understand
When a flip-flop is preset it stores a binary __ (1 or 0)
1
To set or clear a flip-flop, must the signlas applied to the PR and CLR inputs be permanent?
No
Can a single flip-flop store more than one binary bit of data to Q?
No
Which is considered the primary output of a flip-flop;
-
Q or Q?
Q
When 1 is present at the Q output of a flip-flop, it is said to be in the _____ (set/reset) condition.
Set
Another term used for a flip-flop being in the clear condition is that it is ______ (set/reset).
Reset
By applying a low to the PR input the J-K flip-flop will be _____ (set/reset).
Set
By applying a low to the CLR input the J-K flip flop will be _____ (set/reset)
Reset
When J and K inputs are both 1, and an appropriate clock pulse occurs, what happens to the flip-flop’s Q input?
It changes
What gate is this?
AND gate
What gate is this?
OR gate
What gate is this?
NAND gate
What gate is this?
NOR gate
What gate is this?
NOT (inverter) gate
What gate is this?
XOR gate