Sequential Logic Circuits Flashcards
1
Q
What do flip-flops do?
A
- Store one bit
- Synchronous with digital circuits
2
Q
What is a D-type flip flop?
A
- Just a data input
- Acts like a delay or 1 bit store
- State changes only when clock is high
3
Q
How are flip flops limited?
A
They can only store one bit
4
Q
What is a register?
A
A group of flip-flops that can store multiple bits
5
Q
What is a shift register?
A
A register that shifts its output once every clock cycle
6
Q
What do shift registers convert?
A
They convert between serial and parallel data
7
Q
A