Unit 5 - Practice Quiz

ECE249 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. 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, whereas combinational circuits do not.
D. Combinational circuits are slower than sequential circuits.

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

A. Multiplexer
B. Decoder
C. Flip-Flop
D. Adder

3 What is the primary difference between a Latch and a Flip-Flop?

A. Latches are edge-triggered; Flip-Flops are level-triggered.
B. Latches are level-triggered; Flip-Flops are edge-triggered.
C. Latches cannot store data; Flip-Flops can.
D. Latches are synchronous; Flip-Flops are asynchronous.

4 In a basic NOR-gate based SR latch, what happens when inputs and ?

A. The output toggles.
B. The output remains unchanged.
C. The output goes to a valid Set state.
D. The output becomes indeterminate (Invalid).

5 For a NAND-gate based SR latch, which input condition constitutes the invalid state?

A.
B.
C.
D.

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

A.
B.
C.
D.

7 In a clocked SR Flip-Flop, if , , and the clock pulse is applied, what is the next state ?

A. 0
B. 1
C. (No Change)
D. (Toggle)

8 What is the main disadvantage of the basic SR Flip-Flop?

A. It has no clock input.
B. It cannot store 0.
C. It has an invalid state when and .
D. It requires too many gates.

9 Which flip-flop is known as a 'Transparent Latch'?

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

10 How is a D Flip-Flop constructed using an SR Flip-Flop?

A. Connect to and to .
B. Connect to and to (via an inverter).
C. Connect to and to .
D. Connect both and to ground.

11 What is the characteristic equation of a D Flip-Flop?

A.
B.
C.
D.

12 Which Flip-Flop is designed specifically to eliminate the invalid state of the SR Flip-Flop while allowing two data inputs?

A. D Flip-Flop
B. T Flip-Flop
C. JK Flip-Flop
D. Buffer Latch

13 In a JK Flip-Flop, what is the output status when and ?

A. No Change
B. Set to 1
C. Reset to 0
D. Toggle

14 What is the characteristic equation of a JK Flip-Flop?

A.
B.
C.
D.

15 The 'Race-around condition' occurs in which type of flip-flop?

A. D Flip-Flop
B. Level-triggered JK Flip-Flop
C. Edge-triggered SR Flip-Flop
D. T Flip-Flop with

16 Which of the following is a method to avoid the race-around condition?

A. Increasing the clock period.
B. Using a Master-Slave configuration.
C. Using a level-triggered circuit.
D. Connecting and to ground.

17 In a Master-Slave JK flip-flop, when is the 'Master' active?

A. When the clock is High (level 1).
B. When the clock is Low (level 0).
C. During the negative edge.
D. Always.

18 How is a T (Toggle) Flip-Flop constructed from a JK Flip-Flop?

A. By connecting and .
B. By connecting and together to input .
C. By connecting to and to .
D. By connecting output back to inputs.

19 What is the characteristic equation of a T Flip-Flop?

A.
B.
C.
D.

20 If a T Flip-Flop is toggled at every clock cycle, what is the relationship between the input clock frequency () and the output frequency ()?

A.
B.
C.
D.

21 What are the excitation table values of and for a transition from state to ?

A.
B.
C.
D.

22 To convert an SR flip-flop into a JK flip-flop, what logic is required at the S input?

A.
B.
C.
D.

23 What is the Setup Time () in the context of flip-flops?

A. The time the output takes to change after the clock edge.
B. The minimum time data must be stable after the clock edge.
C. The minimum time data must be stable before the active clock edge.
D. The time required to reset the flip-flop.

24 What is Hold Time ()?

A. The minimum time data must be stable after the active clock edge.
B. The time the clock pulse must stay high.
C. The propagation delay of the gate.
D. The time before the clock edge where data must be stable.

25 Which inputs are known as 'asynchronous' or 'direct' inputs on a standard Flip-Flop?

A. J and K
B. D and Clock
C. Preset (PR) and Clear (CLR)
D. Master and Slave

26 To convert a JK Flip-Flop to a D Flip-Flop, the required input connections are:

A.
B.
C.
D.

27 In the excitation table of a D Flip-Flop, if the transition is , what is the required input ?

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

28 In the excitation table of an SR Flip-Flop, for the transition , what are and ?

A.
B.
C.
D.

29 Which of the following is true for a positive edge-triggered flip-flop?

A. It responds to inputs when the clock is High.
B. It responds to inputs when the clock is Low.
C. It responds to inputs only during the Low-to-High transition of the clock.
D. It responds to inputs only during the High-to-Low transition of the clock.

30 When converting a D Flip-Flop to a T Flip-Flop, what is the expression for the D input?

A.
B.
C.
D.

31 What is the value of the 'X' (Don't Care) in the SR excitation table for the transition ?

A. S must be 0, R is X
B. S is X, R must be 0
C. S is X, R is X
D. S must be 1, R is X

32 Which type of triggering is most sensitive to noise on the clock line?

A. Positive Edge Triggering
B. Negative Edge Triggering
C. Level Triggering
D. Master-Slave Triggering

33 In a Master-Slave flip-flop, the slave is essentially a:

A. Combinational Circuit
B. Negative edge-triggered latch
C. Follower that copies the master when the clock is inactive for the master
D. Pulse generator

34 What is the propagation delay () in a flip-flop?

A. Time between input change and clock signal.
B. Time between clock edge and output change.
C. Time clock must remain high.
D. Time between J and K changes.

35 Which statement regarding the T Flip-Flop is FALSE?

A. It can be built using a D Flip-Flop.
B. It has an invalid state.
C. It acts as a frequency divider.
D. It toggles when input T=1.

36 Which logic gate is required to convert a T Flip-Flop into a D Flip-Flop?

A. AND gate
B. OR gate
C. XOR gate
D. NAND gate

37 When designing a counter, which flip-flop is generally preferred due to its toggle capability?

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

38 What does the triangle symbol at the clock input of a flip-flop block diagram indicate?

A. Level Triggering
B. Edge Triggering
C. Asynchronous Input
D. Inverted Input

39 If a bubble (circle) is present along with the triangle at the clock input, it indicates:

A. Positive Edge Triggering
B. Negative Edge Triggering
C. Active High Level Triggering
D. Active Low Level Triggering

40 In the conversion of a Flip-Flop, what is the first step?

A. Draw the logic diagram.
B. Write the characteristic equation of the destination flip-flop.
C. Create an excitation table combining the available FF inputs and the desired next state.
D. Minimize using K-Map.

41 What happens to the output of a JK flip-flop if ?

A. Sets to 1
B. Resets to 0
C. Toggles
D. Holds state

42 Why is the D flip-flop often called a 'Delay' flip-flop?

A. It is slower than other flip-flops.
B. The data at input D appears at output Q one clock pulse later.
C. It has a built-in delay element.
D. It delays the clock signal.

43 For a logic circuit to be a sequential circuit, it must contain:

A. Logic gates only
B. Feedback loop
C. Clock signal
D. Both logic gates and a feedback loop (memory)

44 The 'Enable' input in a Gated SR Latch behaves like:

A. A Clear input
B. A Clock (in level-triggered mode)
C. A Data input
D. A Preset input

45 Given a JK Flip-Flop, if we want to implement the function , what should be the value of ?

A. 0
B. 1
C. J
D.

46 In a NAND-gate latch, the 'Hold' state is achieved when inputs are:

A.
B.
C.
D.

47 Which flip-flop is the most versatile and can be easily converted into others?

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

48 In a Master-Slave flip-flop circuit diagram, the Slave is usually clocked by:

A. The same clock as the Master.
B. An inverted version of the Master's clock.
C. The output of the Master.
D. A separate external clock.

49 The characteristic equation represents which state?

A. Set
B. Reset
C. Toggle
D. Hold/Memory

50 What is the primary motivation for converting one type of flip-flop to another?

A. To reduce power consumption.
B. To utilize available hardware (e.g., using a JK chip to function as a D FF).
C. To increase switching speed.
D. To eliminate the need for a clock.