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
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).
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?
Addressing inputs with select lines: In a standard multiplexer, how many select lines are required to uniquely address four (4) data input lines?
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 ________.
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?
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?
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?
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?
Exclusive-NOR (XNOR) identity: Which Boolean expression correctly represents the two-input exclusive-NOR function?
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?
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.
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.
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.
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.
Gate naming conventions: Confirm whether the standard abbreviation for the exclusive-OR gate is “XOR.”
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.
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.
Boolean simplification (sum-of-products): Simplify the expression AB + A'B to its simplest form using Boolean algebra laws.
Karnaugh map (K-map) purpose: Confirm whether a K-map provides a graphical approach to minimizing (simplifying) Boolean sum-of-products expressions.
Form identification (SOP vs. others): Determine whether the Boolean expression A'B + AB' is in sum-of-products (SOP) form. Justify your classification.
1
2
3
4
5
6
7