GATE EC 2017 Set 1 — Question 44
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.NAT+2 / -0HardShift RegistersSequential LogicDigital Circuits
Digital Circuits → Sequential Logic → Shift Registers
Last updated
Question
A 4-bit shift register circuit configured for right-shift operation, i.e. , is shown. If the present state of the shift register is ABCD = 1101, the number of clock cycles required to reach the state ABCD = 1111 is __________.
Correct answer
10 to 10
Solution
The problem describes a 4-bit shift register with state (A, B, C, D) performing a right-shift operation. The next state is given by .The diagram shows that the input is generated by feedback from the outputs of flip-flops C and D, using an XOR gate. So, the feedback logic shown in the diagram is .Let's trace the state transitions using the logic from the diagram:
Initial state (Cycle 0): (A, B, C, D) = (1, 1, 0, 1).
Initial state (Cycle 0): (A, B, C, D) = (1, 1, 0, 1).
- .
- Now, .
- Cycle 0: (1, 1, 0, 1). .
- Cycle 1: (0, 1, 1, 0). .
- Cycle 2: (0, 0, 1, 1). .
- Cycle 3: (1, 0, 0, 1). .
- Cycle 4: (0, 1, 0, 0). .
- Cycle 5: (0, 0, 1, 0). .
- Cycle 6: (0, 0, 0, 1). .
- Cycle 7: (1, 0, 0, 0). .
- Cycle 8: (1, 1, 0, 0). .
- Cycle 9: (1, 1, 1, 0). .
- Cycle 10: (1, 1, 1, 1). The target state is reached.
Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE EC question to check your understanding.
AI-powered practice· Unlimited practice on eligible plans
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.
More questions on Sequential Logic
2026 Set 1 Q20In the circuit shown in the Figure, A and B are logic inputs and Y is the logic output. Which of…2026 Set 1 Q27A binary ripple counter is designed to count to . Which of the following…2026 Set 1 Q35The negative edge triggered JK flip-flop in the Figure has J and K inputs tied to Logic High and a…2026 Set 1 Q42The address of the first location of a 256 kilo byte (KB) memory is . Choose the correct…2026 Set 1 Q45What is the complement of ?