GeneralG7B06
What is a shift register?
A
Answer
Practical circuits
Type
A
A clocked array of circuits that passes data in steps along the array
B
An array of operational amplifiers used for tri-state arithmetic operations
C
A digital mixer
D
An analog mixer
Answer Notes
A shift register is a digital memory circuit typically constructed from a cascaded chain of flip-flops. It is designed so that the output of one flip-flop feeds directly into the input of the next.
When a clock pulse is applied to the circuit, the stored digital data (bits) are shifted one position along the array. This step-by-step movement is extremely useful in digital electronics for tasks like converting serial data (bits sent one after another) into parallel data (bits sent simultaneously on multiple wires), or for creating digital delays.
Distractors mentioning operational amplifiers or mixers are incorrect because shift registers deal strictly with discrete digital data moving in a sequential, clocked manner, rather than performing analog mixing or arithmetic operations.
Previous · G7B05
How many states does a 3-bit binary counter have?
Next · G7B07
Which of the following are basic components of a sine wave oscillator?