Physics, asked by eleasahmed4472, 1 year ago

what is logic gates?

Answers

Answered by Anonymous
3
In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more binary inputs and produces a single binary output
adarsh

Anshi2005: Hi..
Answered by Aamodini
4

A gate is a digital circuit that follows certain logical relationship between the input and output voltages.

A logic gate has one output but one or more inputs. There are three basic gates such as OR gate, AND gate and NOT gate.

Each basic logic gate is indicated by a logic symbol and its function is defined and described either by a truth table or by a Boolean expression.

Truth table is a table that shows all possible input combinations and the corresponding output combinations for a logic gate.

Boolean expression is the expression which shows the combination of two Boolean variables that results into a new Boolean variable.



Aamodini: BASIC LOGIC GATES:
Aamodini: 1. NOT Gate: It has one input and one output. It gives an inverted version of its input, i.e. if input is 1, then output is 0 and vice-versa. Its Boolean expression is given as Y = A'
Aamodini: 2. OR Gate: It has two or more inputs and one output. In this gate, if any one of the inputs or all the inputs are 1 then output is 1. Its Boolean expression is given as Y = A + B
Aamodini: 3. AND Gate: It has two or more inputs and one output. In this gate output is 1 only when all the inputs are 1. Its Boolean expression is given as Y = A.B
eleasahmed4472: thnk u somach
Aamodini: Welcome and thanks for marking it the BRAINLIEST
eleasahmed4472: np
Similar questions