Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Describing Logic Circuits Questions
NOR gate behavior with mixed inputs A two-input NOR gate has one input HIGH (logic 1) and the other input LOW (logic 0). What will be the logic level at its output?
AHDL vs. VHDL — understanding language scope and ownership What is the basic difference between AHDL (Altera Hardware Description Language) and VHDL in the context of PLD/FPGA design?
VHDL execution model inside a process block In VHDL, how are the statements written between BEGIN and END within a process executed (i.e., what is their evaluation order)?
Logic Gates — Understanding the NAND Function A standard NAND gate is the inversion of an AND gate. Considering conventional (active-HIGH) logic signaling, which description best matches the input sense and the output sense of a NAND gate?
Digital Logic Documentation — Naming the Table What is the standard format used to present every possible input combination to a logic gate together with the corresponding output value?
OR Gate Evaluation — Substituting Concrete Inputs A 4-input OR gate receives A = 1, B = 1, C = 0, and D = 0. Which equation correctly evaluates the OR operation for these inputs and shows the correct result?
HDL to PLD Flow — Naming the Translation Tool In a programmable logic design workflow, which special software tool translates hardware description language (HDL) code into the 1/0 configuration (e.g., a JEDEC or bitstream) that can be loaded into a PLD or FPGA?
VHDL Fundamentals — Port Modes and What They Define In VHDL entity declarations, the mode of a port (e.g., in, out, inout, buffer) determines directionality. Which of the following is something that the port mode does not define?
An OR gate with inverted inputs functions as:
Boolean Algebra — Associative Law (Addition/OR) Which expression correctly states the associative law for Boolean addition (logical OR), showing that grouping does not change the result?
Digital logic fundamentals — identify the gate with output HIGH when any one input is HIGH Which logic gate produces a HIGH (logic 1) at its output if any one of its inputs is HIGH?
Boolean algebra — identify the correct distributive law identity. Which of the following expressions correctly states the distributive law used in simplifying logic (algebra over {0,1})?
Logic gate notation — what does the small circle (bubble) on a gate output indicate? Choose the operation represented when a bubble is drawn on the output of a logic symbol.
Boolean complement rule: Evaluate the statement: “In Boolean algebra, the complement of 1 is 0.” Support your answer with truth-level reasoning.
Three-input AND expression: Evaluate the statement: “The Boolean expression for a three-input AND gate with inputs A, B, C and output X is X = ABC.”
AND gate output evaluation: Given a 3-input AND gate with inputs A = 1, B = 0, C = 1, determine whether the output will be LOW. Assess the statement.
HDL / text-based description requirement: Evaluate the statement: “In a text-based hardware description (e.g., HDL), the circuit or module being described must be given a name.”
Inverter behavior check: Evaluate the statement: “Applying a LOW to the input of an inverter produces a HIGH at its output.”
Constructing a 2-input AND using only NOR gates: Evaluate the statement: “A minimum of three universal NOR gates is required to realize the logical operation of a 2-input AND gate.”
Operator precedence in Boolean algebra (digital logic): In a mixed Boolean expression that contains both AND and OR operators, evaluation follows the standard precedence where all AND operations are performed before any OR operations, unless explicit parentheses override the order. Decide whether this precedence rule is stated correctly.
1
2
3