ALGEBRA to perform a LOGICAL OPERATION for one or more binary inputs that produce a single binary output.Types of Logic gates:AND Gate: If both the inputs are high, it produces a high output.The Boolean algebra for AND gate is X = A. BExplanation:From the above explanation we can see that, for AND gate the output will be high (1) only if both inputs are high.i,e., the output is 1 when input is (1,1)