Combinational And Sequential Circuits

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By RayanCarvalho
R
RayanCarvalho
Community Contributor
Quizzes Created: 2 | Total Attempts: 5,430
| Attempts: 1,688 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. Latches and flip-flops  are examples of sequential circuits

Explanation

Latches and flip-flops are examples of sequential circuits because they both store and transmit information in a sequential manner. Sequential circuits are designed to have memory and can remember previous inputs, allowing them to produce different outputs based on the current input as well as the past inputs. Latches and flip-flops are widely used in digital electronics for various applications, such as memory units, counters, and registers.

Submit
Please wait...
About This Quiz
Combinational And Sequential Circuits - Quiz

This is a quiz for Grade 12 to help them test their knowledge on module 4

2. A positive edge in a clock signal means the voltage:

Explanation

A positive edge in a clock signal refers to the transition of voltage from a low state (0 volts) to a high state (5 volts). This indicates the start of a new clock cycle or the rising edge of the clock signal.

Submit
3. Both latches and flip-flops are circuit elements whose output depends not only on the current inputs, but also on previous inputs and outputs.

Explanation

Both latches and flip-flops are sequential logic elements that store and remember previous inputs and outputs. They have memory capabilities and can hold data until it is updated. This allows them to remember and process information based on past inputs, making their output dependent on both current and previous inputs and outputs. Therefore, the statement that both latches and flip-flops rely on current and previous inputs and outputs is true.

Submit
4. A ____________ gate can be used to form all other gates

Explanation

A NAND gate can be used to form all other gates because it is a universal gate. This means that any other gate, such as OR, NOT, and AND, can be constructed using only NAND gates. NAND gates are versatile and can be used to create complex logic circuits by combining them in different ways. This property makes NAND gates an essential component in digital electronics design.

Submit
5. When we ''Set' a latch we make Q = ________?

Explanation

When we "Set" a latch, it means we are activating or enabling it. In this case, when we set the latch, the output Q will be equal to 1.

Submit
6.  is the logical function for

Explanation

The XNOR function is the logical function that returns true if both inputs are either both true or both false. It is the opposite of the XOR function, which returns true if the inputs are different. The NOR function returns true if both inputs are false, while the NAND function returns true if at least one input is false. Therefore, the correct answer is XNOR.

Submit
7. A negative edge in a clock signal means the voltage:

Explanation

A negative edge in a clock signal refers to the transition of voltage from a higher value (5 volts) to a lower value (0 volts). It indicates a change in state or a triggering event for certain operations or circuits.

Submit
8. How does the NOT gate in a D flip flop help?

Explanation

The NOT gate in a D flip flop helps by making both S and R have the opposite values. This is because the D flip flop uses a set (S) and reset (R) input to control its behavior. When the NOT gate is applied to one of these inputs, it inverts the signal, causing the other input to have the opposite value. This ensures that only one input is active at a time, preventing any conflicting signals and maintaining the stability of the flip flop's output.

Submit
9. A JK-FF has no Invalid State

Explanation

A JK-FF, also known as a J-K flip flop, is a type of sequential logic circuit that has two inputs, J (set) and K (reset), and two outputs, Q (output) and Q' (complement output). In a JK-FF, the combination of inputs 0 and 0 is considered an invalid state, as it can cause unpredictable behavior. However, by using additional logic gates, it is possible to eliminate this invalid state and ensure that the JK-FF has no invalid state. Therefore, the statement "A JK-FF has no Invalid State" is true.

Submit
10. To set a latch mean to make its output Q low

Explanation

Setting a latch means to change the state of its output, not necessarily to make it low. A latch can be set to either a high or low state depending on the input signals. Therefore, the given statement is false.

Submit
11.  A D latch can have both Q and Q BAR  the same  

Explanation

A D latch cannot have both Q and Q BAR (complement of Q) the same because they are meant to be opposite or complementary to each other. In a D latch, Q represents the output signal and Q BAR represents the complement of the output signal. They should always have opposite logic states to ensure proper functioning of the latch. Therefore, the statement is false.

Submit
12. What combination of R and S would lead to an invalid state?

Explanation

The combination of R = 1 and S = 1 would lead to an invalid state because it violates the rules of a specific system or context. In some systems, when both R and S are set to 1, it can result in undefined or unpredictable behavior. This could be due to a conflict in the logic or functionality of the system, causing it to be unable to determine the correct response or output. Therefore, this particular combination is considered invalid and should be avoided.

Submit
13. In a clocked SR latch the outputs of the latch change when:

Explanation

In a clocked SR latch, the outputs of the latch change when the clock is 1. This means that the state of the latch is only updated when the clock signal transitions from 0 to 1. When the clock is 0, the latch holds its current state and does not change. Therefore, the outputs of the latch are dependent on the clock signal and change only when the clock is 1.

Submit
14. A logic device that changes its output state in response to a HIGH or LOW  level  of the clock signal.

Explanation

A LEVEL triggered latch is a logic device that changes its output state in response to a HIGH or LOW level of the clock signal. Unlike an EDGE triggered latch, which changes state only at the rising or falling edge of the clock signal, a LEVEL triggered latch responds to the continuous level of the clock signal. This means that the output state of the latch will change and remain in that state as long as the clock signal remains at the specified level.

Submit
15.
  1. A ___________ latch is used to eliminate the undesirable invalid state occurs in the S-R latch :

Explanation

A D latch is used to eliminate the undesirable invalid state that occurs in the S-R latch. Unlike the S-R latch, the D latch has only one input, the D (data) input, which determines the state of the latch. The D latch also has an enable input, which controls when the latch is allowed to change its state. This enables the D latch to eliminate the invalid state that can occur in the S-R latch when both the S and R inputs are high (1) simultaneously. By using a D latch, the system can ensure that only one input is changing at a time, preventing the occurrence of the invalid state.

Submit
16. XOR and XNOR are referred to as

Explanation

XOR and XNOR are referred to as combinational logic circuits because they are logic gates that produce an output based solely on the current input values. They do not have any memory or feedback, meaning that the output is determined only by the current input combination. Combinational logic circuits are used to perform specific logic operations and are essential building blocks in digital circuit design. They are different from sequential logic circuits, which have memory elements and can store information. XOR and XNOR are considered basic logic gates because they are fundamental in digital logic and can be used to build more complex circuits.

Submit
17. This is the logic symbol of

Explanation

The given logic symbol represents an edge triggered JK flip flop. This type of flip flop is triggered by a change in the clock signal, specifically the rising or falling edge. It has two inputs, J and K, which are used to set or reset the flip flop based on the current state and the clock signal. This type of flip flop is commonly used in digital circuits to store and synchronize data.

Submit
18. What type of logic gate can be used in a staicase switch?

Explanation

An XOR gate, also known as an Exclusive OR gate, can be used in a staircase switch. This is because an XOR gate outputs a high signal only when the number of high inputs is odd. In a staircase switch, each step has two switches - one at the top and one at the bottom. The XOR gate can be used to control the lights of the staircase, ensuring that the lights are turned on only when an odd number of switches are activated. This allows for convenient and efficient control of the staircase lighting.

Submit
19. A latch i called BISTABLE because it has stable states.: ( More than 1 correct answer)

Explanation

A latch is called bistable because it has stable states, meaning that it can hold and maintain two different output values. In the case of Q = 1 and Q = 0, the latch is in one stable state where Q is high and Q NOT is low. In the case of Q = HIGH and Q = LOW, the latch is in another stable state where Q is low and Q NOT is high. Both of these combinations represent the stable states of a bistable latch.

Submit
20. For an XOR gate having A,B as inputs and Y as output mark the incorrect entry 

Explanation

This answer is incorrect because according to the truth table for an XOR gate, if both inputs A and B are the same (either both 0 or both 1), then the output Y should be 0. Therefore, the correct entry should be "If A = 0 and B = 0 then Y = 0".

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 04, 2012
    Quiz Created by
    RayanCarvalho
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Latches and flip-flops  are examples of sequential circuits
A positive edge in a clock signal means the voltage:
Both latches and flip-flops are circuit elements whose output depends...
A ____________ gate can be used to form all other gates
When we ''Set' a latch we make Q = ________?
 is the logical function for
A negative edge in a clock signal means the voltage:
How does the NOT gate in a D flip flop help?
A JK-FF has no Invalid State
To set a latch mean to make its output Q low
 A D latch can have both Q and Q BAR  the same  
What combination of R and S would lead to an invalid state?
In a clocked SR latch the outputs of the latch change when:
A logic device that changes its output state in response to a HIGH or...
A ___________ latch is used to eliminate the undesirable invalid state...
XOR and XNOR are referred to as
This is the logic symbol of
What type of logic gate can be used in a staicase switch?
A latch i called BISTABLE because it has stable states.: ( More than 1...
For an XOR gate having A,B as inputs and Y as output mark the...
Alert!

Advertisement