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.
The complement of 1 is 0.
The Boolean expression for a three-input AND gate is X = ABC.
The inputs to an AND gate are: A = 1, B = 0, C = 1. The output will be LOW.
In a text-based language, the circuit being described must be given a name.
A LOW placed on the input of an inverter will produce a HIGH output.
A minimum of three universal NOR gates would be required to perform the logical operation of a 2-input AND gate.
In an expression containing both AND and OR operations, the AND operations are performed first (unless parentheses indicate otherwise).
1
2
3