In an SR latch, S stands for Set and is used to make the output .
Incorrect! Try again.
2For an active-high NOR-based SR latch, which input combination holds the previous output?
Latch (SR and D)
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
When both inputs are 0, a NOR-based SR latch keeps its previously stored state.
Incorrect! Try again.
3What is the main advantage of a D latch over an SR latch?
Latch (SR and D)
Easy
A.It counts incoming clock pulses
B.It avoids the invalid SR input
C.It produces two clock signals
D.It shifts data between stages
Correct Answer: It avoids the invalid SR input
Explanation:
A D latch uses one data input, preventing the invalid input condition associated with an SR latch.
Incorrect! Try again.
4Which flip-flop removes the invalid state of the SR flip-flop?
Flip-flop (SR, JK, D and T)
Easy
A.SR flip-flop
B.D flip-flop
C.T flip-flop
D.JK flip-flop
Correct Answer: JK flip-flop
Explanation:
The JK flip-flop removes the invalid SR condition by toggling when both inputs are 1.
Incorrect! Try again.
5What happens to a JK flip-flop when and ?
Flip-flop (SR, JK, D and T)
Easy
A.The output toggles
B.The output resets
C.The output holds
D.The output sets
Correct Answer: The output toggles
Explanation:
With both JK inputs high, the next output becomes the complement of the current output.
Incorrect! Try again.
6For a D flip-flop, what is the next output after the active clock edge?
Flip-flop (SR, JK, D and T)
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
A D flip-flop copies the value at its D input to the output on the active clock edge.
Incorrect! Try again.
7What does a T flip-flop do when ?
Flip-flop (SR, JK, D and T)
Easy
A.It sets its output
B.It toggles its state
C.It holds its state
D.It resets its output
Correct Answer: It holds its state
Explanation:
When , the T flip-flop keeps its current output unchanged.
Incorrect! Try again.
8Which flip-flop is commonly used to store one bit of input data directly?
Flip-flop (SR, JK, D and T)
Easy
A.T flip-flop
B.D flip-flop
C.JK flip-flop
D.SR flip-flop
Correct Answer: D flip-flop
Explanation:
A D flip-flop stores the single bit applied to its D input at the active clock edge.
Incorrect! Try again.
9A master-slave flip-flop is formed using how many connected flip-flop stages?
Master-slave flip-flop
Easy
A.Two stages
B.Four stages
C.One stage
D.Three stages
Correct Answer: Two stages
Explanation:
It consists of a master stage followed by a slave stage.
Incorrect! Try again.
10What is a main purpose of the master-slave arrangement in a JK flip-flop?
Master-slave flip-flop
Easy
A.To remove the clock
B.To convert data format
C.To prevent race-around
D.To increase input count
Correct Answer: To prevent race-around
Explanation:
The two-stage arrangement prevents repeated toggling during a single clock pulse.
Incorrect! Try again.
11To make a JK flip-flop behave like a T flip-flop, how are its inputs connected?
Conversion of basic flip-flop
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
Connecting both JK inputs to T makes the circuit hold for and toggle for .
Incorrect! Try again.
12How can a D flip-flop be made to operate as a T flip-flop?
Conversion of basic flip-flop
Easy
A.Use
B.Use
C.Use
D.Use
Correct Answer: Use
Explanation:
The XOR connection keeps the state when and complements it when .
Incorrect! Try again.
13What does SISO stand for in shift registers?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Easy
A.Serial-In Serial-Out
B.Parallel-In Serial-Out
C.Parallel-In Parallel-Out
D.Serial-In Parallel-Out
Correct Answer: Serial-In Serial-Out
Explanation:
A SISO register accepts data serially and also provides data serially.
Incorrect! Try again.
14Which shift register converts serial input data into parallel output data?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Easy
A.SISO
B.PISO
C.SIPO
D.PIPO
Correct Answer: SIPO
Explanation:
A Serial-In Parallel-Out register receives bits one at a time and presents them together.
Incorrect! Try again.
15Which shift register is used to convert parallel data into serial data?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Easy
A.SISO
B.SIPO
C.PIPO
D.PISO
Correct Answer: PISO
Explanation:
A Parallel-In Serial-Out register loads bits together and shifts them out one at a time.
Incorrect! Try again.
16In which register are data loaded and read out in parallel?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Easy
A.PISO
B.SIPO
C.SISO
D.PIPO
Correct Answer: PIPO
Explanation:
A Parallel-In Parallel-Out register loads and outputs all stored bits simultaneously.
Incorrect! Try again.
17Why is an asynchronous counter also called a ripple counter?
Asynchronous counter (UP/DOWN/Mod-N)
Easy
A.Outputs change before inputs
B.All stages share one clock
C.Clock changes ripple through stages
D.Data shifts in both directions
Correct Answer: Clock changes ripple through stages
Explanation:
Each stage clocks the next stage, so output changes propagate through the counter in sequence.
Incorrect! Try again.
18What sequence does a 3-bit binary UP counter follow after ?
Asynchronous counter (UP/DOWN/Mod-N)
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
is decimal 3, so the next count is decimal 4, represented as .
Incorrect! Try again.
19What sequence does a 3-bit binary DOWN counter follow after ?
Asynchronous counter (UP/DOWN/Mod-N)
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
is decimal 5, so the next lower count is decimal 4, represented as .
Incorrect! Try again.
20How many distinct states does a Mod-10 counter have?
Asynchronous counter (UP/DOWN/Mod-N)
Easy
A.8 states
B.12 states
C.16 states
D.10 states
Correct Answer: 10 states
Explanation:
A Mod- counter passes through exactly distinct states before repeating.
Incorrect! Try again.
21An active-high SR latch initially has . The input sequence is , followed by , and then . What is the final value of ?
Latch (SR and D)
Medium
A.
B. is indeterminate
C.
D. toggles continuously
Correct Answer:
Explanation:
sets the latch, holds that state, and resets it. Therefore, the final output is .
Incorrect! Try again.
22A gated D latch is transparent when its enable input . If changes from to while , and later changes to while remains , what happens to ?
Latch (SR and D)
Medium
A. becomes when becomes
B. toggles when becomes
C. remains unchanged while
D. becomes when becomes
Correct Answer: becomes when becomes
Explanation:
The latch holds its previous state while . When becomes , it is transparent, so follows the current value .
Incorrect! Try again.
23A D latch is implemented from an active-high SR latch using and . What is the main purpose of this connection?
Latch (SR and D)
Medium
A.It disables the latch when
B.It converts the latch into a counter
C.It makes the latch toggle automatically
D.It prevents the forbidden input combination
Correct Answer: It prevents the forbidden input combination
Explanation:
Because and are complements, they cannot both equal . This eliminates the forbidden condition of an active-high SR latch.
Incorrect! Try again.
24A positive-edge-triggered JK flip-flop has and initially . What is after five active clock edges?
Flip-flop (SR, JK, D and T)
Medium
A.
B. remains high impedance
C.
D. is indeterminate
Correct Answer:
Explanation:
With , the JK flip-flop toggles at every active edge. After an odd number of five toggles from , the output is .
Incorrect! Try again.
25A positive-edge-triggered D flip-flop initially has . The value of is just before the first clock edge, changes to between edges, and is just before the second edge. What are the values of immediately after the two edges?
Flip-flop (SR, JK, D and T)
Medium
A. after the first and after the second
B. after the first and after the second
C. after the first and after the second
D. after the first and after the second
Correct Answer: after the first and after the second
Explanation:
A D flip-flop samples only at its active clock edge. It stores at the first edge and at the second edge.
Incorrect! Try again.
26A T flip-flop starts with . Its input values at four successive active clock edges are . What is the final value of ?
Flip-flop (SR, JK, D and T)
Medium
A. remains unchanged throughout
B.
C. is indeterminate
D.
Correct Answer:
Explanation:
The flip-flop toggles on the first, third, and fourth edges. Starting from , the sequence is .
Incorrect! Try again.
27For a JK flip-flop, the present state is . Which input pair produces the next state without relying on the toggle operation?
Flip-flop (SR, JK, D and T)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The input resets a JK flip-flop, making regardless of the present state.
Incorrect! Try again.
28In a master-slave JK flip-flop, the master is enabled during the high clock level and the slave during the low clock level. When does the external output normally update?
Master-slave flip-flop
Medium
A.At the transition from high to low
B.Continuously during the high level
C.Continuously during the low level
D.At the transition from low to high
Correct Answer: At the transition from high to low
Explanation:
The master captures the input while the clock is high. When the clock goes low, the slave receives the master's stored state and updates the output.
Incorrect! Try again.
29Why does a master-slave JK flip-flop avoid the race-around problem when ?
Master-slave flip-flop
Medium
A.Its clock frequency is internally multiplied
B.Its inputs are forced low after each edge
C.Its stages respond during opposite clock levels
D.Its output is disconnected from all feedback
Correct Answer: Its stages respond during opposite clock levels
Explanation:
The master and slave are enabled during opposite clock levels, so the changed output cannot repeatedly feed back through both stages during one clock pulse.
Incorrect! Try again.
30A JK flip-flop is to operate as a D flip-flop. Which input connections provide ?
Conversion of basic flip-flop
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
For , the connection sets the JK flip-flop; for , it resets it. Thus, the next state always equals .
Incorrect! Try again.
31A D flip-flop is to behave as a T flip-flop. Which expression should be applied to its D input?
Conversion of basic flip-flop
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
When , the XOR expression gives , so the state is held. When , it gives , so the state toggles.
Incorrect! Try again.
32A JK flip-flop is configured as a T flip-flop by connecting . If for six active clock edges and the initial state is , what is the final state?
Conversion of basic flip-flop
Medium
A. is indeterminate
B.
C.
D. alternates without settling
Correct Answer:
Explanation:
With , the flip-flop toggles at each edge. Six toggles are an even number, so the output returns to its initial state .
Incorrect! Try again.
33A 4-bit SISO right-shift register is initially . The serial input sequence is applied over four clock pulses, with each new bit entering the leftmost stage. What is the register content after the fourth pulse?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Each new bit enters on the left and shifts earlier bits right. The states are , , , and finally .
Incorrect! Try again.
34A 5-bit SIPO register starts cleared. How many clock pulses are required before all five bits of a serial word are simultaneously available at its parallel outputs?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Medium
A. clock pulses
B. clock pulses
C. clock pulses
D. clock pulses
Correct Answer: clock pulses
Explanation:
One serial bit enters per clock pulse. Therefore, five pulses are required to load all five stages and make the complete word available in parallel.
Incorrect! Try again.
35A 4-bit PISO register is parallel-loaded with . It then shifts right, with used as the serial output. Which bit sequence is transmitted first through fourth?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
For a right shift with serial output at , the least significant bit leaves first. The loaded word is therefore transmitted as .
Incorrect! Try again.
36Which register is most suitable for transferring an 8-bit word between two devices in one clock event when all eight data lines are available?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Medium
A.An 8-bit PISO register
B.An 8-bit SIPO register
C.An 8-bit SISO register
D.An 8-bit PIPO register
Correct Answer: An 8-bit PIPO register
Explanation:
A PIPO register accepts all bits in parallel and makes all stored bits available in parallel, allowing the complete word to transfer in one clock event.
Incorrect! Try again.
37A 4-bit asynchronous binary up counter initially contains . What state does it reach after three input clock pulses?
Asynchronous counter (UP/DOWN/Mod-N)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
The count sequence is . The counter wraps around after its maximum state.
Incorrect! Try again.
38A 3-bit asynchronous down counter is in state . What is its state after one more clock pulse?
Asynchronous counter (UP/DOWN/Mod-N)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
A 3-bit down counter wraps from decimal to decimal . Therefore, the next state after is .
Incorrect! Try again.
39What is the minimum number of flip-flops required to construct an asynchronous Mod-10 counter?
Asynchronous counter (UP/DOWN/Mod-N)
Medium
A. flip-flops
B. flip-flops
C. flip-flops
D. flip-flops
Correct Answer: flip-flops
Explanation:
The required number must satisfy . Since and , at least four flip-flops are needed.
Incorrect! Try again.
40A 4-bit asynchronous counter must operate as a Mod-12 up counter by clearing when a selected state is detected. Which binary state should trigger the asynchronous clear?
Asynchronous counter (UP/DOWN/Mod-N)
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
A Mod-12 counter uses the stable states through . Detecting and immediately clearing the counter restarts the sequence at zero.
Incorrect! Try again.
41An active-low NAND SR latch is initially in the state . Its inputs are driven to and are then returned to at exactly the same nominal time. What can be concluded about the final state?
Latch (SR and D)
Hard
A. toggles continuously
B. must remain
C. is not logically predictable
D. must become
Correct Answer: is not logically predictable
Explanation:
The input combination forces both latch outputs high. Simultaneous deassertion creates a race governed by internal propagation delays, so the final state cannot be predicted from Boolean logic alone.
Incorrect! Try again.
42A positive-level D latch initially has . Its enable is high during and . The input changes to at , respectively. Assuming negligible propagation delay, at which times does change?
Latch (SR and D)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
While enabled, the latch follows , causing changes at . The change at is blocked, but its value is transferred when the latch becomes transparent at .
Incorrect! Try again.
43A positive-edge-triggered JK flip-flop starts with . The values of at four successive active edges are , , , and . What is the state sequence immediately after these edges?
Flip-flop (SR, JK, D and T)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The four operations are toggle, set, toggle, and reset. Starting from , they produce .
Incorrect! Try again.
44For an SR flip-flop, the inputs are generated as and . The forbidden input condition is therefore avoided. What state operation does the circuit perform?
Flip-flop (SR, JK, D and T)
Hard
A.It holds when and toggles when
B.It toggles when and holds when
C.It sets when and resets when
D.It resets when and holds when
Correct Answer: It holds when and toggles when
Explanation:
For , both SR inputs are zero, so the state is retained. For , exactly one of and is asserted according to the present state, forcing the opposite state.
Incorrect! Try again.
45A D flip-flop has and initially . At four successive active edges, is , , , and . What is the state sequence after the four edges?
Flip-flop (SR, JK, D and T)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Because , the flip-flop toggles only when . Thus it holds, toggles, holds, and toggles, producing .
Incorrect! Try again.
46A T flip-flop begins with . During seven successive active edges, only when the edge number is prime. What is immediately after the seventh edge?
Flip-flop (SR, JK, D and T)
Hard
A., because seven toggles occur
B., because three toggles occur
C., because six toggles occur
D., because four toggles occur
Correct Answer: , because four toggles occur
Explanation:
The prime edge numbers are , so four toggles occur. An even number of toggles returns the flip-flop to its initial state .
Incorrect! Try again.
47A master-slave JK flip-flop uses a master latch transparent while the clock is high and a slave latch transparent while the clock is low. If throughout one complete clock pulse and initially , what happens?
Master-slave flip-flop
Hard
A. remains unchanged for the complete pulse
B. toggles repeatedly while the clock is high
C. toggles once at the falling transition
D. toggles once at the rising transition
Correct Answer: toggles once at the falling transition
Explanation:
The high-level master stores the next state while the slave isolates the output. When the clock falls, the master closes and the slave transfers that stored state, giving one toggle per pulse.
Incorrect! Try again.
48A master-slave D flip-flop has a master latch transparent for and a slave latch transparent for . The input changes from to shortly after a rising clock transition and remains . Ignoring setup or hold violations, when can this new value first appear at ?
Master-slave flip-flop
Hard
A.At the following falling transition
B.At the next rising transition
C.Immediately after the same rising transition
D.During the next low clock level
Correct Answer: At the next rising transition
Explanation:
This arrangement is effectively positive-edge-triggered. After the current rising edge, the master is closed, so the new input is captured during the next low level and transferred at the next rising edge.
Incorrect! Try again.
49A JK flip-flop must behave exactly as a D flip-flop for every present state. Which input connections provide the required conversion?
Conversion of basic flip-flop
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
When , and set the output. When , and reset it. Therefore independently of the present state.
Incorrect! Try again.
50A D flip-flop is used to reproduce the behavior of a JK flip-flop. Which Boolean expression must drive ?
Conversion of basic flip-flop
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The JK characteristic equation is . Since a D flip-flop satisfies , this expression must be applied to .
Incorrect! Try again.
51An SR flip-flop is to be converted into a T flip-flop without ever applying the forbidden condition . Which excitation equations are correct?
Conversion of basic flip-flop
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
For , both inputs are zero and the state is held. For , the present state selects either set or reset, causing one toggle without asserting both inputs.
Incorrect! Try again.
52A 4-bit SISO register is ordered as . Serial data enters , each stage shifts toward , and serial output is taken from before each shift. Starting from , the input bits are applied. What are the emitted bits and final state?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Hard
A.Emitted ; final state
B.Emitted ; final state
C.Emitted ; final state
D.Emitted ; final state
Correct Answer: Emitted ; final state
Explanation:
The successive states are , , and . The old values shifted out before those transitions are .
Incorrect! Try again.
53A 4-bit SIPO register initially contains . New bits enter , and existing bits shift toward . If the serial input sequence is , what parallel word is present after the third clock?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The register states are after input , after input , and after the final input .
Incorrect! Try again.
54A 4-bit PISO register is parallel-loaded with . It then shifts toward , outputs the old before each shift, and inserts into . After three shift pulses, what has been emitted and what state remains?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Hard
A.Emitted ; state
B.Emitted ; state
C.Emitted ; state
D.Emitted ; state
Correct Answer: Emitted ; state
Explanation:
The output sequence is taken least-significant bit first: . The states after the shifts are , , and .
Incorrect! Try again.
55Two edge-triggered 4-bit PIPO registers, and , share a clock. Initially and . At the first edge, both load enables are active: loads external data , while loads the output of . At the second edge, only is enabled. What are after the second edge?
Operation of basic shift registers (SISO, SIPO, PISO, PIPO)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
At the first edge, becomes while captures the old value . At the second edge, holds and captures the current value .
Incorrect! Try again.
56A 4-bit asynchronous binary DOWN counter starts at . Assuming every count transition has fully settled, what state is present after 11 input pulses?
Asynchronous counter (UP/DOWN/Mod-N)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The counter operates modulo . Starting from zero and counting down 11 times gives , represented as .
Incorrect! Try again.
57A 4-bit asynchronous decade counter is cleared as soon as the decoded state occurs. Which issue is most directly associated with this asynchronous decoding method?
Asynchronous counter (UP/DOWN/Mod-N)
Hard
A.The reset pulse may be narrow because of ripple delays
B.Every flip-flop toggles simultaneously at state
C.The counter cannot represent the state
D.The counter necessarily divides the clock by
Correct Answer: The reset pulse may be narrow because of ripple delays
Explanation:
The decoded terminal state exists only until the asynchronous clear propagates. Unequal counter and decoder delays can therefore produce a short reset pulse or decoding glitches.
Incorrect! Try again.
58Each flip-flop in a 4-bit ripple counter has a worst-case propagation delay of . The decoded output must remain stable for at least before the next input edge. What is the approximate maximum input frequency?
Asynchronous counter (UP/DOWN/Mod-N)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The worst-case settling time is . Including the stability margin gives , so .
Incorrect! Try again.
59A modulus-12 asynchronous UP counter uses four flip-flops and cycles through states to . If its most significant output is observed, what fraction of each complete count cycle is high?
Asynchronous counter (UP/DOWN/Mod-N)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
is low for states through and high for states through . It is therefore high for of the states, giving a fraction of .
Incorrect! Try again.
60In a negative-edge-triggered asynchronous UP counter, each stage is clocked by the output of the preceding stage. During the transition from stable count to stable count , which sequence of transient states can occur because of propagation delays?
Asynchronous counter (UP/DOWN/Mod-N)
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
falls first, producing ; that falling edge toggles low, producing ; its falling edge then toggles high, producing the final state .
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →