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 Circuits Questions
In transistor–transistor logic (TTL) families, an input that is left open or floating exhibits a characteristic default behavior due to internal biasing networks. When an open occurs on the input of a TTL device, how will the device interpret that input and what will be the effect on the output logic response?
Half-adder capability check in digital arithmetic: Which functional element is not provided by a standard half-adder circuit when adding two single-bit operands?
In Karnaugh-map (K-map) simplification, certain input combinations are irrelevant to the final function (for example, invalid BCD codes in a BCD-to-decimal converter). What are these entries called, and how may they be treated during grouping to achieve a simpler expression?
Identify which Boolean expression is already in a minimal two-level form and therefore cannot be simplified further using basic Boolean algebra rules. Select the equation that cannot be further reduced in literal count or gate count (at the two-level SOP/POS level).
Cascading two 4-bit magnitude comparators (such as the 74x85 series) to compare two 8-bit numbers: How should the cascading inputs of the most significant (upper) 4-bit comparator be connected so the overall 8-bit comparison is correct?
AND–OR–INVERT (AOI) standard cells and networks are commonly used to implement minimized sum-of-products efficiently. AOI gates are primarily designed to simplify the implementation of which canonical logic form?
In a product-of-sums (POS) realization, the logic network forms OR terms (sums) first and then combines those terms to drive the final output. Which logic gate generates the final output stage in a canonical POS circuit?
Karnaugh map minimization rule: When simplifying a Boolean function with a Karnaugh map, you must use the ________ number of loops (groups), while making each loop as large as possible.
2's-complement subtraction refresher: To subtract a signed subtrahend from a signed minuend using the 2's-complement method, the minuend is ________.
Odd parity generation: An 8-bit binary word is applied to an odd-parity generator. The parity bit will be 1 only if ________.
Logic family prefixes: The ________ prefix on integrated circuits denotes a broader (often military-grade) operating temperature range and is commonly used for defense/aerospace applications.
XNOR truth table completion: For a two-input XNOR gate with inputs (A,B) ordered as 00, 01, 10, 11, the corresponding outputs w, x, y, z are ____, ____, ____, and ____, respectively.
Equality detection: Which gate provides a HIGH output exactly when its two inputs have equal logic levels (both 0 or both 1)?
Inequality detection: The ________ logic function produces a HIGH output whenever its two inputs are unequal (different).
Logic-family compatibility: The ________ series of CMOS ICs are pin, function, and TTL-level compatible with the 74-series logic devices.
K-map grouping sizes: When grouping adjacent 1-cells in a Karnaugh map (for SOP), valid group sizes must be ________.
Sum-of-products (SOP) implementation strategy: Which universal gate family most directly realizes SOP expressions with minimal complication, enabling two-level NAND–NAND realizations and easy inversion where needed?
Fault diagnosis with a current tracer: If a gate's output has an internal short, what will the current tracer reveal about the faulty point on the board?
8-to-1 multiplexer design capacity: What is the largest truth table size (number of rows) that can be implemented directly using a single 8-line-to-1-line MUX with 3 select inputs?
CMOS floating input behavior: When an open (floating) condition occurs on the input of a CMOS gate, what best describes the resulting output state?
1
2
3
4
5
6
7