registers
group of FFs that share a common clock and each store 1bit
register with parallel load
shift register
register that shifts the binary info held in each cell to the neighbouring cell
- has common clk pulses
serial input/output of shift register
first input into first register
last output from last register
universal shift register
bidirectional and has parallel-load capabilities
universal shift register mode control
s1 s0 operation
0 0 no change
0 1 shift right
1 0 shift left
1 1 parallel load
universal shift register usees _____ FF
D
counter
register that goes though a predetermined sequence of binary states
binary counter
ripple counter
FF output transition is the source for triggering the other FFs
- clock input only goes into one FF
synchronous counter
the clock inputs of all FFs receive a common clock impulse
an n-bit ripple counter is called a _____
modulo-N counter
N = 2^n
T inputs of a binary ripple counter _________
are permanent logic 1, so each FF complements once there is a negative transition
what type of FFs does a BCD counter use
T
what is the purpose of the output y of a BCD counter
to initiate restart when value reaches 9
parallel load binary counter
used to transfer an initial binary number into the counter before the count operation
parallel load binary counter inputs
ring counter
switch tail ring counter
johnson counter