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
A digital magnitude comparator examines two binary numbers A and B. Which set of outcomes does it determine for any given comparison?
A simple, physical demonstration of multiplexing (selecting 1 of N inputs to a single output) can be modeled most clearly using which manual hardware control?
Which statement best describes the parity method of error detection used in digital communication links?
Which digital subsystem converts coded input characters (for example, BCD or 7-bit ASCII) into a human-readable or device-usable form such as segment drives or control lines?
In instrumentation and embedded systems, what does it mean when a numeric or alphanumeric display is “multiplexed,” and which description best matches that behavior?
In digital systems, one common application of a multiplexer (MUX) is to route multiple parallel data lines onto a single shared path. Which task does a digital multiplexer directly facilitate for data handling?
Regarding demultiplexers (DeMUX) in digital electronics, which statement best describes their typical data-routing function?
Which decoder type selects exactly one of sixteen output lines as active, based solely on the binary value of a 4-bit input word?
A digital circuit that observes an applied coded input pattern and asserts exactly one related output line (often one-hot) is best described as which device?
For a 1-of-10 BCD (binary-coded decimal) decoder that selects one decimal output line (0–9), how many binary input lines are required?
In encoder design, when two or more inputs become active at the same time, what is the process used to determine which input takes precedence?
In a BCD-to-seven-segment display system, why is a code converter needed between the 4-bit BCD input and the LED segment lines?
Karnaugh maps (K-maps) — choose the best description. Which statement best describes how a Karnaugh map is used in simplifying Boolean expressions?
Magnitude comparison — determine comparator outputs for A and B. Given A = 1100₂ and B = 1001₂ applied to a 3-output magnitude comparator, what are the output levels for A > B, A < B, and A = B?
BCD to binary conversion — translate packed BCD 0001 0111 (i.e., decimal 17) into pure binary. Select the correct binary representation of decimal 17.
Best methods for logic simplification — pick the two primary techniques. Which pair represents the two most effective and widely taught methods for simplifying logic circuits?
Interpreting K-map entries — meaning of a '1' in a cell. In a Karnaugh map used for SOP minimization, each '1' placed in a square represents what condition?
BCD-to-decimal decoder with active-LOW outputs — identify the asserted output. A BCD-to-decimal decoder has active-HIGH inputs and active-LOW outputs. Which decimal output line goes LOW when the inputs are 1001 (i.e., 9)?
Form identification — which expression is in sum-of-products (SOP) form? Choose the option that correctly represents a sum (OR) of product (AND) terms.
Digital logic comparators For comparing two single-bit inputs (to determine whether they are the same or different), which logic gate is best suited as a basic comparator building block?
1
2
3
4
5
6
7