Combinational Logic Circuits Questions
Practice Combinational Logic Circuits MCQs with answers and explanations. Page 5 of 7.
Category
Electronics
Topic
Combinational Logic Circuits
Page
5 / 7
Mode
Practice
Questions
Open any question to view the answer and explanation.
K-map verification of a Boolean simplification:
Consider the Boolean expression X = A*C*D + A*B*(C*D + B*C). By Boolean algebra (distributive law and idempotence), this reduces to X = A*C*(B + D). A Karnaugh-map (K-map) drawn for variables A, B, C, and D should therefore implement X = A*C*(B + D). Decide whether a K-map that shows this implementation is correct.
Open
View answer
Combinational versus memory behavior:
A “combinational logic circuit” is claimed to have memory that remembers prior inputs after they are removed. Evaluate this statement in the context of digital design.
Open
View answer
Full-adder sum implementation using XOR gates:
In a standard 1-bit full adder, the SUM output (S) can be realized using two exclusive-OR (XOR) gates arranged so that S = A XOR B XOR Cin. Assess this claim.
Open
View answer
Ripple-adder carry behavior:
In an n-bit ripple adder, the carry output of each stage is claimed to provide an additional SUM output bit of that same stage. Judge this statement carefully.
Open
View answer
K-map grouping rules:
“Single looping in groups of three is a common Karnaugh-map simplification technique.” Evaluate this claim about allowed group sizes in K-map minimization.
Open
View answer
Decoder selection with active-LOW outputs:
A 4-line-to-16-line decoder (inputs weighted 1, 2, 4, 8) has active-LOW outputs. If the input is 1110, the claim is that output line 7 is driven LOW. Decide if this is correct.
Open
View answer
XOR gate characteristic:
An exclusive-OR (XOR) gate asserts HIGH only when exactly one— but not both— of its two inputs is HIGH. Evaluate this behavior statement.
Open
View answer
K-map yields a minimized Boolean equation:
A correctly completed Karnaugh map (K-map) always allows derivation of a simplified Boolean equation by grouping adjacent cells in powers of two and eliminating changing variables. Judge this general statement.
Open
View answer
Meaning of TTL:
The acronym “TTL” is expanded as “transistor-technology-logic.” Decide whether this expansion is accurate in digital electronics.
Open
View answer
Even parity evaluation:
In an even-parity system, determine whether the data word 1010011 should generate a parity bit of 1.
Open
View answer
Digital design practice — meaning and purpose of a pull-up resistor
In digital electronics, a pull-up resistor is used so that a signal node does not float. State whether the following is correct or incorrect: “A pull-up resistor is a resistor used to keep a given point in a circuit HIGH when the active driving device is not asserting the line.”
Open
View answer
Karnaugh map capabilities — what it does best in logic minimization
Choose the most accurate description of what a Karnaugh map (K-map) provides for Boolean simplification and implementation planning.
Open
View answer
VHDL control flow — which statement evaluates a variable’s status value
In VHDL coding of combinational decisions, identify the statement that evaluates the current status/value of a variable or signal to select among labeled choices.
Open
View answer
BCD-to-7-segment 7447A — purpose of ripple blanking input/output (RBI/RBO)
For the 7447A BCD-to-7-segment decoder/driver, what is the practical purpose of the ripple blanking input and output lines in multi-digit displays?
Open
View answer
Standard XOR behavior — choose the correct complete truth-table output
Select the correct 2-input XOR truth table description for all input combinations (A,B → Y).
Open
View answer
Keyboard to BCD — identify the appropriate MSI function block
A circuit must encode one of ten decimal key presses (0–9) into a 4-bit BCD output. Which MSI function best fits this requirement?
Open
View answer
VHDL base types — identify the item that is not a valid standard type
In common VHDL practice with IEEE libraries, which of the following is not a recognized standard data type name?
Open
View answer
4-bit ripple adder — compute the binary sum from given A, B, and initial carry
A 4-bit adder has inputs C0 = 0, A1 = 0, A2 = 1, A3 = 0, A4 = 1 and B1 = 0, B2 = 1, B3 = 1, B4 = 1 (index 1 = LSB). Determine the 5-bit output (carry out concatenated with 4-bit sum).
Open
View answer
Odd parity generation — which data words require a parity bit of 1?
In an odd-parity system, the parity bit is chosen so that the total number of 1s (data bits + parity) is odd. For which of the following data words will the parity bit equal 1?
Open
View answer
In digital communications and error detection circuits, parity generators and parity checkers are commonly implemented using specific logic gates.
Which type(s) of logic gates are typically used to generate a parity bit and to check parity (even or odd) in such systems?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.