Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Combinational Logic Analysis Questions
Exclusive-NOR (XNOR) gate behavior In digital electronics, the exclusive-NOR gate outputs logic 1 when both inputs have the same logic level. For a 2-input XNOR gate, which input combination will produce an output of 1?
Implementing an inverter using NAND logic In standard digital logic design, how many 2-input NAND gates are required to construct a NOT (inverter) function from a single input?
8-input XOR output evaluation An 8-input XOR gate produces Y = 1 when an odd number of its inputs are at logic 1. For the input vector ordered A to H, which of the following bit patterns will make Y = 1?
Timing of XOR output for overlapping pulses Two positive pulses are applied to a 2-input XOR gate. Pulse X1 has width 75 µs starting at t = 0 µs. Pulse X2 has width 15 µs starting at t = 20 µs (thus ending at t = 35 µs). Describe the XOR output timing in terms of pulse widths and separations.
Logic design using only NOR gates How many 2-input NOR gates are required to implement a 2-input NAND gate (using NOR gates only)?
Negative logic viewpoint – can a NAND gate implement the behavior of a negative-OR (i.e., OR with inverted signal senses)?
Gate universality – is an AND gate itself considered a universal gate capable of implementing any Boolean function by composition?
Two-input AND gate behavior – if one input is HIGH (logic 1), does the output mirror the other input?
AOI realization – does complementing the output of an AND–OR network produce an AND–OR–Invert (AOI) circuit?
Truth-table complement – is a NOR gate's output the logical complement of an OR gate's output for the same inputs?
NAND behavior – is the output LOW only when all inputs are simultaneously HIGH?
In digital electronics, an exclusive-OR (XOR) gate produces a HIGH output when its inputs are different and a LOW output when its inputs are the same. Evaluate the statement: "An exclusive-OR gate's output is HIGH when its inputs are equal."
Consider the AND logic function used in combinational circuits. Evaluate the claim: "The output of an AND gate is HIGH when any input is HIGH."
Evaluate the statement: "A NOR gate is a universal gate," meaning it alone can be composed to realize any Boolean function.
In VHDL-based design, a "component" declaration introduces a reusable interface (entity-like) that can be instantiated within an architecture. Assess the statement: "A VHDL component is a predefined logic function."
Digital logic driving capability: A gate can drive a certain maximum number of standard load inputs. This limit is specified by which parameter?
You have a 3-input NAND gate available but only need a 2-input NAND function. How should the unused input be handled to preserve correct two-input NAND behavior?
If both inputs of a 2-input NOR gate are tied together and driven by the same signal A, what single-function behavior does the device implement?
NAND as a Universal Gate — Using only NAND gates, which standard logic function(s) can be implemented without needing any other gate type?
Circuit Topology — In digital and analog circuit analysis, what is the correct definition of a node?