Digital Electronics

Sequential Circuits — Practice MCQs for CCAT

25 Questions Section C: Hardware Digital Electronics

Practice 25 Sequential Circuits multiple-choice questions designed for CDAC CCAT exam preparation. Click "Show Answer" to reveal the correct option with detailed explanation.

Q1.
Flip-flop is:
ACombinational circuit
B1-bit memory element
CMulti-bit memory
DLogic gate
Show Answer & Explanation

Correct Answer: B — 1-bit memory element

Flip-flop stores 1 bit of information.

Q2.
SR flip-flop invalid state is when:
AS=0, R=0
BS=1, R=0
CS=0, R=1
DS=1, R=1
Show Answer & Explanation

Correct Answer: D — S=1, R=1

S=R=1 is invalid in SR flip-flop (indeterminate output).

Q3.
JK flip-flop advantage over SR:
AFaster
BNo invalid state (J=K=1 toggles)
CMore outputs
DSimpler
Show Answer & Explanation

Correct Answer: B — No invalid state (J=K=1 toggles)

JK: when J=K=1, output toggles (no invalid state).

Q4.
D flip-flop:
AHas invalid state
BOutput follows D input on clock
CToggles always
DHas no clock
Show Answer & Explanation

Correct Answer: B — Output follows D input on clock

D flip-flop: Q follows D on clock edge (data latch).

Q5.
T flip-flop when T=1:
AOutput stays same
BOutput toggles
COutput = 0
DOutput = 1
Show Answer & Explanation

Correct Answer: B — Output toggles

T=1: output toggles. T=0: output holds.

Q6.
Register is:
ASingle flip-flop
BGroup of flip-flops storing multi-bit data
CLogic gate
DCounter
Show Answer & Explanation

Correct Answer: B — Group of flip-flops storing multi-bit data

Register: group of flip-flops storing n-bit word.

Q7.
Counter:
AOnly counts up
BSequential circuit that counts pulses
CCombinational circuit
DStores data only
Show Answer & Explanation

Correct Answer: B — Sequential circuit that counts pulses

Counter: sequential circuit that counts clock pulses.

Q8.
Mod-10 counter counts:
A0 to 10
B0 to 9
C1 to 10
D0 to 15
Show Answer & Explanation

Correct Answer: B — 0 to 9

Mod-10 (decade) counter: 0 to 9 then resets.

Q9.
Synchronous counter:
AFlip-flops triggered at different times
BAll flip-flops triggered simultaneously
CNo clock
DRipple effect
Show Answer & Explanation

Correct Answer: B — All flip-flops triggered simultaneously

Synchronous: all flip-flops share common clock.

Q10.
Shift register can:
AOnly store
BShift data left/right, serial-parallel conversion
COnly count
DOnly add
Show Answer & Explanation

Correct Answer: B — Shift data left/right, serial-parallel conversion

Shift register shifts data and converts serial↔parallel.

Q11.
What differentiates sequential circuits from combinational circuits?
ASequential circuits are faster
BSequential circuits have memory/feedback
CSequential circuits use more gates
DSequential circuits have no outputs
Show Answer & Explanation

Correct Answer: B — Sequential circuits have memory/feedback

Sequential circuits have memory elements (flip-flops) and feedback, so output depends on current input and previous state.

Q12.
What is a latch?
AA type of gate
BA level-triggered storage element
CAn edge-triggered storage element
DA type of counter
Show Answer & Explanation

Correct Answer: B — A level-triggered storage element

A latch is a level-triggered bistable device that can store one bit of data. It responds to input level, not edge.

Q13.
What is a flip-flop?
ALevel-triggered storage element
BEdge-triggered storage element
CCombinational circuit
DType of counter
Show Answer & Explanation

Correct Answer: B — Edge-triggered storage element

A flip-flop is an edge-triggered bistable device that changes state only on clock edge (rising or falling).

Q14.
How does D flip-flop solve the invalid state problem of SR flip-flop?
AUses only one input that goes to S, and its complement to R
BUses more gates
CUses feedback
DUses larger transistors
Show Answer & Explanation

Correct Answer: A — Uses only one input that goes to S, and its complement to R

D flip-flop has single data input D. S=D and R=D', so S and R can never both be 1 simultaneously.

Q15.
What does the D flip-flop do on clock edge?
AInverts the output
BCopies input D to output Q
CClears the output
DSets the output
Show Answer & Explanation

Correct Answer: B — Copies input D to output Q

D flip-flop copies the value of D input to Q output on the active clock edge.

Q16.
What is the toggle mode of JK flip-flop?
AJ=0, K=0
BJ=0, K=1
CJ=1, K=0
DJ=1, K=1
Show Answer & Explanation

Correct Answer: D — J=1, K=1

When J=1 and K=1, JK flip-flop toggles its output on each clock edge (Q changes to Q').

Q17.
What is a synchronous counter?
ACounter where all flip-flops are clocked simultaneously
BCounter that runs at high speed
CCounter that counts synchronously with input
DCounter with synchronization circuit
Show Answer & Explanation

Correct Answer: A — Counter where all flip-flops are clocked simultaneously

In synchronous counter, all flip-flops receive the same clock signal and change state simultaneously.

Q18.
What is a ripple counter?
ACounter with wave-like output
BAsynchronous counter where each flip-flop triggers the next
CCounter that counts in ripples
DHigh-speed counter
Show Answer & Explanation

Correct Answer: B — Asynchronous counter where each flip-flop triggers the next

In ripple (asynchronous) counter, each flip-flop output clocks the next, causing changes to ripple through.

Q19.
What is the MOD of a counter with 4 flip-flops?
A4
B8
C16
D32
Show Answer & Explanation

Correct Answer: C — 16

MOD (modulus) = 2^n where n is number of flip-flops. 4 flip-flops give MOD-16 counter (counts 0-15).

Q20.
What is SISO shift register?
ASerial In Serial Out
BSingle In Single Out
CShift In Shift Out
DSequential In Sequential Out
Show Answer & Explanation

Correct Answer: A — Serial In Serial Out

SISO is Serial In Serial Out - data enters serially one bit at a time and exits serially.

Q21.
What is a ring counter?
ACounter with circular display
BShift register with output fed back to input
CCounter that counts in rings
DCounter with ring topology
Show Answer & Explanation

Correct Answer: B — Shift register with output fed back to input

A ring counter is a shift register where the output of the last flip-flop is connected back to the input of the first.

Q22.
What is a Johnson counter?
ACounter named after inventor
BRing counter with inverted feedback
CBinary counter
DDecimal counter
Show Answer & Explanation

Correct Answer: B — Ring counter with inverted feedback

A Johnson counter (twisted ring counter) has the inverted output of the last flip-flop connected to input of the first.

Q23.
What is master-slave flip-flop?
ATwo flip-flops in series triggered on opposite clock edges
BPrimary and secondary flip-flop
CMain flip-flop only
DBackup flip-flop
Show Answer & Explanation

Correct Answer: A — Two flip-flops in series triggered on opposite clock edges

Master-slave consists of two flip-flops: master captures input on one clock edge, slave transfers to output on other edge.

Q24.
What is race condition in flip-flops?
AFlip-flops operating too fast
BUnpredictable output due to multiple state changes in one clock
CCompetition between flip-flops
DTiming constraint
Show Answer & Explanation

Correct Answer: B — Unpredictable output due to multiple state changes in one clock

Race condition occurs when output changes multiple times during one clock period due to feedback, causing unpredictable results.

Q25.
What is metastability in flip-flops?
AStable state
BUnstable intermediate state when setup/hold times violated
CMaximum stability
DLow power state
Show Answer & Explanation

Correct Answer: B — Unstable intermediate state when setup/hold times violated

Metastability is an unstable state when input changes too close to clock edge, violating setup/hold times.