1.
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.
2.
When we ''Set' a latch we make Q = ________?
Correct Answer
A. 1
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.
3.
XOR and XNOR are referred to as
Correct Answer
B. Combinational logic circuits
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.
4.
For an XOR gate having A,B as inputs and Y as output mark the incorrect entry
Correct Answer
D. If A =0 and B = 0 then Y = 1
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".
5.
is the logical function for
Correct Answer
A. XNOR
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.
6.
A logic device that changes its output state in response to a HIGH or LOW level of the clock signal.
Correct Answer
B. LEVEL triggered latch
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.
7.
-
A ___________ latch is used to eliminate the undesirable invalid state occurs in the S-R latch :
Correct Answer
B. D 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.
8.
Latches and flip-flops are examples of sequential circuits
Correct Answer
A. True
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.
9.
A D latch can have both Q and Q BAR the same
Correct Answer
B. False
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.
10.
A JK-FF has no Invalid State
Correct Answer
A. True
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.
11.
To set a latch mean to make its output Q low
Correct Answer
B. False
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.
12.
What combination of R and S would lead to an invalid state?
Correct Answer
C. R = 1 S = 1
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.
13.
How does the NOT gate in a D flip flop help?
Correct Answer
B. By making both S and R have the opposite values
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.
14.
A latch i called BISTABLE because it has stable states.: ( More than 1 correct answer)
Correct Answer(s)
C. Q =1 and Q = 0
D. Q =HIGH and Q =LOW
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.
15.
Both latches and flip-flops are circuit elements whose output depends not only on the current inputs, but also on previous inputs and outputs.
Correct Answer
A. True
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.
16.
A negative edge in a clock signal means the voltage:
Correct Answer
B. Goes from 5 to 0 volts
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.
17.
In a clocked SR latch the outputs of the latch change when:
Correct Answer
B. Clock is 1
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.
18.
This is the logic symbol of
Correct Answer
B. Edge triggered JK flip flop
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.
19.
A positive edge in a clock signal means the voltage:
Correct Answer
A. Goes from 0 to 5 volts
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.
20.
What type of logic gate can be used in a staicase switch?
Correct Answer
D. XOR
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.