Unit 5: Introduction to Sequential Logic Circuits - Practice Quiz

ECE249 — Basic Electrical And Electronics Engineering 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 What is the fundamental difference between a combinational circuit and a sequential circuit?

A. Sequential circuits depend only on present inputs, while combinational circuits depend on past outputs.
B. Sequential circuits contain memory elements and feedback paths, making outputs dependent on present inputs and past states.
C. Combinational circuits have memory, while sequential circuits do not.
D. Combinational circuits are faster because they use a clock signal.

2 Which of the following is the basic building block of a sequential circuit?

A. Multiplexer
B. Full Adder
C. Decoder
D. Latch or Flip-Flop

3 In an SR Latch built using NOR gates, what is the state of the output when and ?

A. Invalid (Indeterminate)
B. Set ()
C. Reset ()
D. No Change

4 The 'Race-Around Condition' generally occurs in which type of flip-flop?

A. SR Flip-Flop
B. Master-Slave D Flip-Flop
C. Level-triggered JK Flip-Flop
D. D Flip-Flop

5 What is the characteristic equation of an SR Flip-Flop?

A.
B.
C.
D.

6 Which flip-flop is known as the 'Delay' flip-flop?

A. T Flip-Flop
B. D Flip-Flop
C. SR Flip-Flop
D. JK Flip-Flop

7 In a JK Flip-Flop, if and , the output will:

A. Toggle (Complement the previous state)
B. Remain unchanged
C. Set to 1
D. Reset to 0

8 What distinguishes a Flip-Flop from a Latch?

A. Latches are edge-triggered; Flip-Flops are level-triggered.
B. There is no difference.
C. Latches are level-triggered; Flip-Flops are edge-triggered.
D. Latches have a clock; Flip-Flops do not.

9 What is the characteristic equation for a JK Flip-Flop?

A.
B.
C.
D.

10 The Master-Slave JK Flip-Flop is designed primarily to eliminate:

A. Propagation delay
B. Clock skew
C. Power consumption
D. Race-around condition

11 For a T Flip-Flop, the characteristic equation is:

A.
B.
C.
D.

12 How is a D Flip-Flop constructed using a JK Flip-Flop?

A. Connect both and to logic 1.
B. Connect to and to .
C. Connect to and to .
D. Connect to and to .

13 In a NAND-based SR Latch, the 'active' state of the inputs is:

A. Edge Triggered
B. Active Low
C. Active High
D. Clock Dependent

14 Which table lists the required inputs for a given change of state?

A. Characteristic Table
B. Truth Table
C. Excitation Table
D. State Diagram

15 What are the excitation values () required to transition an SR flip-flop from to ?

A.
B.
C.
D.

16 In a Master-Slave Flip-Flop, when is the output of the Slave flip-flop updated?

A. Continuously when the clock is high
B. Continuously when the clock is low
C. On the falling edge of the clock (assuming positive edge triggered Master)
D. On the rising edge of the clock (assuming positive edge triggered Master)

17 To convert a JK Flip-Flop into a T Flip-Flop, what connection is made?

A. Connect and together to input
B. Connect to
C. Connect Output to Input
D. Connect to and to

18 What is the result of the excitation table for a JK flip-flop for the transition ?

A.
B.
C.
D.

19 If a T flip-flop is clocked with a frequency , what is the frequency of the output if is permanently connected to logic 1?

A.
B.
C.
D.

20 What is the 'Setup Time' in the context of flip-flops?

A. The time taken for the output to stabilize after the clock edge.
B. The minimum time the input must be stable before the active clock edge.
C. The minimum time the input must remain stable after the active clock edge.
D. The pulse width of the clock signal.

21 Which of the following is NOT a valid excitation for a D Flip-Flop?

A. If
B. If
C. If
D. If

22 The asynchronous inputs 'Preset' (PRE) and 'Clear' (CLR) on a flip-flop are used to:

A. Set or Reset the flip-flop independently of the clock.
B. Increase the clock frequency.
C. Convert the flip-flop from JK to SR.
D. Delay the output signal.

23 In a conversion from SR Flip-Flop to JK Flip-Flop, the logic expression for the input in terms of , , and is:

A.
B.
C.
D.

24 What is the Hold Time?

A. Time after clock edge where data must remain stable.
B. Time for output to change.
C. Time before clock edge where data must be stable.
D. Time required for the clock to go from low to high.

25 Which logic gate combination is commonly used to construct a Gated D Latch?

A. Two OR gates.
B. Four NAND gates.
C. Two inverters only.
D. One XOR gate.

26 What is the primary disadvantage of an SR Flip-Flop compared to a JK Flip-Flop?

A. It is slower.
B. It has an invalid state when both inputs are 1.
C. It cannot be used in counters.
D. It consumes more power.

27 When converting a T flip-flop to a D flip-flop, what is the required input equation for ?

A.
B.
C.
D.

28 Which triggering method is sensitive to the voltage level of the clock pulse?

A. Level Triggering
B. Negative Edge Triggering
C. Trailing Edge Triggering
D. Positive Edge Triggering

29 The inputs to a master-slave JK flip-flop are . Assume the output is initially 0. After two full clock pulses, the output will be:

A. High Impedance
B. 1
C. Indeterminate
D. 0

30 In the excitation table of a T Flip-Flop, if and , what must be?

A. 1
B. X (Don't Care)
C. High Z
D. 0

31 A negative edge-triggered flip-flop changes state when:

A. The clock is High.
B. The clock goes from High to Low.
C. The clock is Low.
D. The clock goes from Low to High.

32 Which flip-flop is mathematically defined by assuming ?

A. T Flip-Flop
B. D Flip-Flop
C. SR Flip-Flop
D. JK Flip-Flop

33 To design a counter, which flip-flop is generally preferred due to its toggling capability?

A. Latch
B. SR Flip-Flop
C. T Flip-Flop (or JK in toggle mode)
D. D Flip-Flop

34 When converting an SR flip-flop to a T flip-flop, the inputs S and R are connected as:

A.
B.
C.
D.

35 What happens to a D Latch when the Enable input is Low (0)?

A. The output sets to 1.
B. The output holds the previous state.
C. The output resets to 0.
D. The output follows the input D.

36 In digital electronics, the symbol '$ o$' in a state diagram represents:

A. A static state.
B. An output variable.
C. A transition between states.
D. An input variable.

37 The simplified characteristic equation for a D flip-flop is:

A.
B.
C.
D.

38 What is the minimum number of NAND gates required to implement a gated SR latch?

A. 5
B. 4
C. 3
D. 2

39 Which condition indicates a 'Hold' state in a JK flip-flop?

A.
B.
C.
D.

40 If the setup time requirement of a flip-flop is violated, what is the likely outcome?

A. The propagation delay will decrease.
B. The output will invert.
C. Metastability (unpredictable output)
D. The flip-flop will burn out.

41 In the Master-Slave D Flip-Flop implementation, the Master is typically a:

A. Gated D Latch
B. T Flip-Flop
C. JK Flip-Flop
D. Counter

42 Which of the following equations correctly represents the Reset condition of an SR flip-flop?

A.
B.
C.
D.

43 When designing a sequential circuit using flip-flops, the first step is usually:

A. Selecting the power supply.
B. Creating a State Diagram or State Table.
C. Writing VHDL code.
D. Drawing the logic diagram.

44 In a JK flip-flop, the 'Don't Care' condition in the excitation table appears in:

A. Both J and K columns (depending on transition)
B. Only the K column
C. Neither column
D. Only the J column

45 The propagation delay of a flip-flop is defined as:

A. Time between input change and output change.
B. Time required to power up.
C. Time between clock edge and output change.
D. Time between setup and hold.

46 To convert a D Flip-Flop to a T Flip-Flop, the required input logic is:

A.
B.
C.
D.

47 Which of the following is true about asynchronous inputs?

A. They are only available on latches, not flip-flops.
B. They affect the output immediately, regardless of the clock.
C. They are synchronized with the clock.
D. They must respect setup times relative to the clock.

48 What is the logic for input when converting a D flip-flop into a JK flip-flop? (Hypothetical conversion logic, though standard conversion is JK to D)

A. This conversion is not possible.
B.
C.
D. This requires external gates to map .

49 In a transparent D Latch, if Enable is High and D changes from 0 to 1 and back to 0, how does Q respond?

A. Q goes 0 to 1 and stays 1.
B. Q goes 0 to 1 and back to 0.
C. Q oscillates.
D. Q stays 0.

50 Which Flip-Flop is considered the most versatile and is available as a universal flip-flop in ICs?

A. JK Flip-Flop
B. T Flip-Flop
C. D Flip-Flop
D. SR Flip-Flop