Combinational Logic Circuits Questions
Practice Combinational Logic Circuits MCQs with answers and explanations. Page 4 of 7.
Category
Electronics
Topic
Combinational Logic Circuits
Page
4 / 7
Mode
Practice
Questions
Open any question to view the answer and explanation.
Even-parity check: For the 9-bit data word 100111100, determine whether an even-parity system with parity bit = 0 is a correct combination (i.e., total number of 1s must be even).
Open
View answer
Combinational logic terminology: In multiplexing, a “data selector” refers to a circuit that routes one of many data inputs to a single output. Is it correct to say that a data selector is the same as a demultiplexer?
Open
View answer
Addressing inputs with select lines: In a standard multiplexer, how many select lines are required to uniquely address four (4) data input lines?
Open
View answer
Decoder vs. encoder: A digital circuit that converts coded information into a familiar, human-readable, or non-coded form (such as driving a display) is called an ________.
Open
View answer
Logic family numbering: In 54/74-series logic ICs, the “54” prefix denotes an extended (military) operating temperature range compared to the “74” commercial range. Is this statement accurate?
Open
View answer
Using XOR as a controlled inverter: An exclusive-OR gate will invert the signal on one input if the other input is held permanently HIGH. Is this behavior correct?
Open
View answer
Canonical SOP restriction: In a true sum-of-products (SOP) expression, inversion (complement) bars apply to individual variables only, not across sums of variables. Is this statement valid for canonical SOP forms?
Open
View answer
Truth tables in logic design: A truth table is an effective way to enumerate every possible combination of independent input variables and record the corresponding output(s). Is this statement accurate?
Open
View answer
Exclusive-NOR (XNOR) identity: Which Boolean expression correctly represents the two-input exclusive-NOR function?
Open
View answer
Programming control flow basics: When a decision requires choosing between exactly two possible actions, the IF / THEN / ELSE control structure is the appropriate construct. Is this statement correct?
Open
View answer
Dual in-line package (DIP) pin-numbering convention:
Evaluate the rule-of-thumb: “If you place the notch to your right, pin 1 will always be in the lower-right corner.” Clarify correct DIP orientation and numbering.
Open
View answer
Parity basics in digital communications:
In an even-parity system, the parity bit is chosen so that the total number of 1s (data bits + parity) is even. Evaluate this statement.
Open
View answer
Odd-parity validation example:
For an ODD-parity system, consider data = 011011100 (9 bits). With parity bit = 0, does the word pass an odd-parity check? Evaluate.
Open
View answer
Structured decision making in HDL/pseudocode:
“When one of many possible actions may be taken, the ELSIF (else-if) control structure is used.” Evaluate this guidance.
Open
View answer
Gate naming conventions:
Confirm whether the standard abbreviation for the exclusive-OR gate is “XOR.”
Open
View answer
Definition check for even parity:
“Even parity means that each protected group of bits (data plus parity) contains an even number of 1s.” Evaluate this statement.
Open
View answer
Control structures in hardware description and firmware:
“The CASE control structure is used when a single selector expression can take on a list of discrete values.” Evaluate this statement.
Open
View answer
Boolean simplification (sum-of-products):
Simplify the expression AB + A'B to its simplest form using Boolean algebra laws.
Open
View answer
Karnaugh map (K-map) purpose:
Confirm whether a K-map provides a graphical approach to minimizing (simplifying) Boolean sum-of-products expressions.
Open
View answer
Form identification (SOP vs. others):
Determine whether the Boolean expression A'B + AB' is in sum-of-products (SOP) form. Justify your classification.
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.