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
Diagnosing a shorted input on a shared node of a load gate What observable indication best characterizes a short on the input of a load (receiving) gate connected to a shared signal node?
Logic probe diagnostics — dim output and no response to input pulsing A logic probe on a gate’s output shows a dim indicator. A pulser applied to each input terminal does not change the output indication. What is the most probable fault?
Decoder sizing for full output decoding How many 1-of-16 decoders are required to decode a full 7-bit binary input (128 unique outputs), assuming you may use an enable scheme to cascade devices?
Digital fault diagnosis — output short to ground at a driving gate What is the most likely indication observed in a digital system when the output node of a driving logic gate is shorted directly to ground (0 V), considering its fan-out to multiple load gates?
Parity bit calculation — append an even parity bit to a 6-bit word Given the data word 110010, determine the 7-bit result after adding an even parity bit (total number of 1s must be even).
PLD design methodology — naming the building-block approach In programmable logic device (PLD) development, what is the design concept called where complex systems are constructed from reusable circuit “blocks” arranged in levels?
Magnitude comparator vs selector: Does a magnitude comparator output the highest or lowest numeric value of its inputs based on control signals, or is that the role of a different device?
Decoder outputs vs inputs: For a binary decoder, does having 2 select inputs imply only 2 outputs for the decoded value, or should it produce 2^n outputs?
Multiplexer function clarity: Does a multiplexer (MUX) choose which output to send an input to, or does it choose which input is forwarded to a single output?
Error-detection capability of single-parity schemes: Can simple parity checking detect only an odd number of bit errors in a codeword (and miss even numbers of bit flips)?
Digital design — encoder fundamentals: in combinational logic, is it accurate that an encoder circuit is specifically designed to generate a coded output (e.g., binary or BCD) corresponding to which single input line is active?
Decoder realization with minimal gates: can a single AND gate plus two inverters act as a functional “basic decoder,” i.e., uniquely select one-of-N outputs from coded inputs?
Multiplexer function check: is a multiplexer (MUX) a device that generates a fixed sequence of binary states on each clock pulse, regardless of its data inputs?
Decoder fundamentals: does the general function of a decoder involve asserting one or more specific outputs when its input lines match a particular digital state (code)?
Hexadecimal decoder input width: does a hexadecimal (1-of-16) decoder select one of sixteen outputs based on an 8-bit binary input?
MUX select-line count: for a sixteen-input (16-to-1) multiplexer, how many data-select control lines are required to address all inputs?
Priority encoder definition check: A priority encoder asserts an output code for the highest-priority active input only. Evaluate the claim that it “encodes the highest and lowest value inputs simultaneously.”
Carry-generation techniques: The look-ahead carry (carry lookahead) method is designed to reduce, not incur, long ripple propagation delays. Judge the accuracy of the claim that it “suffers from propagation delays.”
Form classification check: Consider the Boolean expression (A + B) * (C + D’). Decide whether classifying it as a product-of-sums (POS) expression is correct.
Karnaugh map adjacency rule: In a K-map, the cell in the top row is considered adjacent to the corresponding cell directly below it in the bottom row due to wraparound. Assess this statement.
1
2
3
4
5
6
7