Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Code Converters and Multiplexers Questions
Gray Code — Primary Practical Use What is the primary real-world use of Gray code in digital systems and instrumentation?
1-of-10 BCD Decoder — Required Number of Inputs A 1-of-10 BCD decoder activates exactly one of ten outputs (0–9). How many input lines are required to represent the BCD value applied to the decoder?
Multiplexer Enable — Global Control Function On a multiplexer (MUX) chip, what is the function of the enable (EN) input with respect to the device outputs?
Demultiplexers — Why They Are Called Data Distributors Why is a demultiplexer (DEMUX) commonly referred to as a “data distributor” in digital systems?
Gray code identification in digital systems Which binary coding scheme progresses so that only one bit changes between any two successive code words (minimizing transition errors at boundaries)?
Decoder size from truth-table labeling A truth table whose output columns are labeled 0 through 15 most likely corresponds to which decoder integrated circuit (IC) type?
Gray code vs. Excess-3 — conceptual check Evaluate the statement: “In Gray code, each number is 3 greater than the binary representation of that number.”
Decimal-to-BCD encoder inputs How many separate input lines must a decimal-to-BCD encoder provide to uniquely encode decimal digits 0 through 9?
Input width of a 1-of-16 decoder How many binary select inputs are required to address exactly one of sixteen outputs (a 1-of-16 decoder)?
XNOR count for equality comparison — 8-bit comparator In a typical equality comparator built from basic gates, how many exclusive-NOR (XNOR) gates are required to compare two 8-bit words for equality?
Signal direction in analog multiplexers/demultiplexers For analog MUX/DEMUX devices, are the channel and common terminals inherently uni-directional or bi-directional for analog signals?
Hardware method to convert BCD to binary Which approach is commonly used to implement a BCD-to-binary conversion purely in hardware (without firmware/software)?
Priority encoder behavior with multiple active inputs If two input lines are active simultaneously on a priority encoder, which input value is represented on the binary output?
Truth-table size of a BCD decoder A BCD (Binary-Coded Decimal) decoder accepts valid 4-bit BCD inputs for digits 0–9. How many rows (valid input cases) appear in its functional truth table for the decimal digits?
IC decoders — typical output polarity when a valid input is applied In most integrated-circuit (IC) decoders used for display driving or address decoding (for example, 74xx138 or BCD-to-7-segment drivers), when the correct input code is present the corresponding output line typically switches to which active state?
Functional replacement by a multiplexer (MUX) In digital design, a single multiplexer can effectively take the place of which of the following elements when used to implement an arbitrary truth table or selection logic?
7485 magnitude comparator — determine outputs from given inputs and cascade (expansion) signals Given a 7485 4-bit magnitude comparator with the following values: A0 = 0, B0 = 1, (IA < B) = 0; A1 = 1, B1 = 0, (IA = B) = 1; A2 = 1, B2 = 0, (IA > B) = 0; A3 = 0, B3 = 0. What are the states of the three outputs A = B, A < B, and A > B?
Comparator expansion inputs — purpose and target width In a standard 4-bit magnitude comparator (such as the 7485), the expansion (cascading) inputs are provided to allow easy expansion to what wider system size?
Gray code advantage for rotary position encoding Why is Gray code preferred for encoding the angular position of a rotating shaft in encoders and position sensors?
Gray-to-binary (and binary-to-Gray) conversion — which gate type is fundamental to the conversion network? Choose the logic function most commonly used to implement these code converters.
1
2
3