Unit 5 - Practice Quiz

ECE249

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

A. Combinational circuits have memory, while sequential circuits do not.
B. Sequential circuits depend only on present inputs, while combinational circuits depend on past outputs.
C. Sequential circuits contain memory elements and feedback paths, making outputs dependent on present inputs and past states.
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. Latch or Flip-Flop
C. Decoder
D. Full Adder

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

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

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

A. SR Flip-Flop
B. D Flip-Flop
C. Level-triggered JK Flip-Flop
D. Master-Slave 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. SR Flip-Flop
B. JK Flip-Flop
C. T Flip-Flop
D. D Flip-Flop

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

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

8 What distinguishes a Flip-Flop from a Latch?

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

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. Power consumption
C. Race-around condition
D. Clock skew

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 to and to .
B. Connect to and to .
C. Connect to and to .
D. Connect both and to logic 1.

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

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

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

A. Truth Table
B. Characteristic 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. On the rising edge of the clock (assuming positive edge triggered Master)
B. On the falling edge of the clock (assuming positive edge triggered Master)
C. Continuously when the clock is high
D. Continuously when the clock is low

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

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

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. Increase the clock frequency.
B. Set or Reset the flip-flop independently of the clock.
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 before clock edge where data must be stable.
B. Time after clock edge where data must remain stable.
C. Time required for the clock to go from low to high.
D. Time for output to change.

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

A. Two inverters only.
B. Four NAND gates.
C. Two OR gates.
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 consumes more power.
C. It has an invalid state when both inputs are 1.
D. It cannot be used in counters.

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. Positive Edge Triggering
B. Negative Edge Triggering
C. Level Triggering
D. Trailing 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.
B. 1
C. Indeterminate
D. High Impedance

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

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

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

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

32 Which flip-flop is mathematically defined by assuming ?

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

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

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

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 follows the input D.
B. The output resets to 0.
C. The output sets to 1.
D. The output holds the previous state.

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

A. A static state.
B. A transition between states.
C. An input variable.
D. An output 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. 2
B. 3
C. 4
D. 5

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. Metastability (unpredictable output)
B. The output will invert.
C. The propagation delay will decrease.
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. JK Flip-Flop
C. T 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. Drawing the logic diagram.
B. Creating a State Diagram or State Table.
C. Writing VHDL code.
D. Selecting the power supply.

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

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

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

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

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 synchronized with the clock.
B. They must respect setup times relative to the clock.
C. They affect the output immediately, regardless of the clock.
D. They are only available on latches, not flip-flops.

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. This requires external gates to map .
C.
D.

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 stays 0.
B. Q goes 0 to 1 and back to 0.
C. Q goes 0 to 1 and stays 1.
D. Q oscillates.

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

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