GATE EC 2015 Set 2 — Question 47
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.MCQ+2 / -0.67MediumRipple & Synchronous CountersSequential LogicDigital Circuits
Digital Circuits → Sequential Logic → Ripple & Synchronous Counters
Last updated
Question
The figure shows a binary counter with synchronous clear input. With the decoding logic shown, the counter works as a

Correct answer
(C) mod-5 counter
Solution
The question is known to be flawed in the official GATE 2015 paper. The provided diagram and the official answer are inconsistent. We will analyze both the diagram as given and the likely intended circuit that leads to the correct answer.Analysis of the Diagram as Given:
1.The circuit has a binary counter with a synchronous clear (CLR) input.
2.The decoding logic is an OR gate with inputs Q₂ and Q₁. So, the clear condition is CLR = Q₂ + Q₁.
3.The clear is synchronous, meaning the counter will reset to 000 on the next clock edge if the CLR input is high.
4.Let's trace the states (Q₂Q₁Q₀):
- State 0 (000): CLR = 0 + 0 = 0. Counter proceeds to the next state.
- State 1 (001): CLR = 0 + 0 = 0. Counter proceeds to the next state.
- State 2 (010): CLR = 0 + 1 = 1. The CLR condition is met. On the next clock edge, the counter will reset to 000.
1.The official answer key indicates (C) mod-5 counter.
2.For a counter to be mod-5, it must count 5 states (0, 1, 2, 3, 4) and reset when it reaches state 5 (101).
3.The clear condition must become true at state 5 (Q₂Q₁Q₀ = 101).
4.A simple logic to detect state 5 is Q₂ AND Q₀. If CLR = Q₂ ⋅ Q₀, let's trace the states:
- States 0 to 4 (000 to 100): The condition Q₂ ⋅ Q₀ is false (CLR=0).
- State 5 (101): The condition Q₂ ⋅ Q₀ becomes true (CLR=1).
- On the next clock edge, the counter resets to 000.
6.This implies that the question intended the decoding logic to be an AND gate with inputs Q₂ and Q₀, despite drawing an OR gate with inputs Q₂ and Q₁.
Given the discrepancy, we follow the official answer, which implies the intended circuit was for a mod-5 counter.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 ?