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
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.
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.
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.
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.
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.
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.
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.
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.
Meaning of TTL: The acronym “TTL” is expanded as “transistor-technology-logic.” Decide whether this expansion is accurate in digital electronics.
Even parity evaluation: In an even-parity system, determine whether the data word 1010011 should generate a parity bit of 1.
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.”
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.
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.
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?
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).
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?
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?
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).
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?
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?
1
2
3
4
5
6
7