Question:

Which one of the following is associated with logic gate ?

Show Hint

The three basic logic gates are AND, OR, and NOT. Other important gates like NAND, NOR, and XOR are built from these.
  • AND
  • For
  • IFU
  • Break
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Define a logic gate. A logic gate is a basic building block of a digital circuit that performs a logical operation on one or more binary inputs to produce a single binary output.
Step 2: Analyze the options.

(A) AND: This is a fundamental logic gate. The AND gate outputs true (1) only if all of its inputs are true.
(B) For: This is a keyword for a type of loop in programming.
(C) IFU: This is not a standard term in this context; it might stand for "Instruction Fetch Unit" in computer architecture, which is unrelated to logic gates.
(D) Break: This is a keyword in programming used to exit a loop or switch statement.
Therefore, AND is the term associated with logic gates.
Was this answer helpful?
0
0