Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Shift Registers Questions
Recirculating register — definition by connection Which description correctly defines a recirculating register?
In digital counters, a ring counter advances a single 1 (one-hot) through its flip-flops. For a modulus-12 (mod-12) ring counter, what is the minimum number of flip-flops required to realize exactly 12 unique states?
An 8-bit serial-in/serial-out (SISO) shift register is clocked at 2 MHz. Assuming one bit shifts per clock, what total time delay (td) does the register introduce from input to output?
In shift-register terminology, what is the essential difference between a shift-right register and a shift-left register in digital logic design?
In a microprocessor system, what is the most appropriate and common use of a latch (e.g., transparent latch or D latch) when interfacing with buses and peripherals?
Three-state (tri-state) buffers support bus sharing by offering a third output condition beyond logic HIGH and logic LOW. What are the three possible output conditions of a three-state buffer?
In bused digital systems, when is it especially important to insert a three-state buffer between sources and a common line to prevent contention and ensure correct logic levels?
Digital electronics – tri-state outputs on shift registers When the output of a tri-state (three-state) shift register is disabled, what electrical state is presented at the output pins?
Ring counter initialization – starting a one-hot sequence To start a ring shift counter so that it operates correctly, what initialization is required?
Serial loading into a 5-bit shift register (right-most bit first) Bits 11001 are shifted in (LSB first) to a 5-bit parallel-output shift register whose initial state is 01110. After three clock pulses, what pattern is stored?
8-bit shift register initially clear – serial entry (right-most bit first) The sequence 10011100 is shifted in (LSB first) to an 8-bit parallel-out shift register initially 00000000. After four clock pulses, what are the Q outputs?
SISO register timing – loading nibble 1100 (LSB first) A 4-bit serial-in/serial-out shift register is initially 0000. You wish to store 1100 with right-most bit first. What 4-bit pattern is present after the second clock pulse?
Johnson counter sequencing (4-bit) On the third clock pulse, a 4-bit Johnson sequence is Q0 = 1, Q1 = 1, Q2 = 1, Q3 = 0. What are Q0..Q3 on the fourth clock pulse?
Serial load into an 8-bit parallel-out register (LSB first) Bits 10110111 are shifted in right-most bit first to an 8-bit parallel-out shift register with initial state 11110000. What is the register state after two clock pulses?
Definition – parallel load in a shift register What is meant by a “parallel load” operation for a shift register?
Serial loading time vs. clock rate At a 200 kHz clock frequency, how long does it take to serially load eight bits into a shift register?
74×395A family behavior – role of Output Enable (OE) On the 74395A shift-register device, what function is controlled by the Output Enable pin?
Digital electronics – Ring counter state evolution An 8-bit ring counter has the initial state 10111110 (bit 7 to bit 0). After four clock pulses (circular shifting each clock), what will be the new 8-bit state?
Digital systems – Definition of a transceiver What is a transceiver circuit in the context of shared digital data buses?
Parallel in / Parallel out (PIPO) shift register – effect of clocking after a parallel load A 4-bit PIPO register is loaded with D3 D2 D1 D0 = 0 1 1 1 (i.e., D0 = 1, D1 = 1, D2 = 1, D3 = 0). After three left-shifts on the subsequent clock pulses (zero fill), what are Q3 Q2 Q1 Q0?
1
2
3
4