Name the logic gates which perform (a) multiplication and (b) inversion
processes.
Answers
Answered by
2
Multiplication operation:The long answer: Multiplication is similar to the normal arithmetic method that gets taught in high school. Since, we only use 1 and 0 in Boolean logic the solutions we want is a function that does the following:
This is can be represented as A.B and is called an AND gate.
The short answer: AND gate
2. Inversion operation
It's a gate that flips the value. Since we only have 1 and 0, 1 becomes 0 when it goes through the gate and 0 becomes 1.
It's called a NOT gate.
this may help you
This is can be represented as A.B and is called an AND gate.
The short answer: AND gate
2. Inversion operation
It's a gate that flips the value. Since we only have 1 and 0, 1 becomes 0 when it goes through the gate and 0 becomes 1.
It's called a NOT gate.
this may help you
syedabrarhussap44a25:
thanks
Answered by
4
multiplication operation
The AND Gate performs a logical multiplication function and AND Gate has multiple inputs and single output
most commonly used AND Gates are two inputs AND Gates
Output of AND gate is Y=A.B
inversion operation
NOT gate is also known as an inverter the name indicates that NOT should be performing and inversion function the NOT get has a single input and single output
output of a NOT gate A=A(bar)
The AND Gate performs a logical multiplication function and AND Gate has multiple inputs and single output
most commonly used AND Gates are two inputs AND Gates
Output of AND gate is Y=A.B
inversion operation
NOT gate is also known as an inverter the name indicates that NOT should be performing and inversion function the NOT get has a single input and single output
output of a NOT gate A=A(bar)
Similar questions