Draw the circuit schematic for f = xỹ + yz and then convert the schematic to NAND gates using the steps illustrated in the textbook.
AND gate: AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high (1). A dot (.) is used to show the AND operation i.e. x.y means x AND y.
OR gate: OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high (1). A plus (+) is used to show the OR operation i.e. x+y means x OR y
NOT gate: The NOT gate is an electronic circuit that produces an inverted version of the input at its output. If the input variable is x, the inverted output is known as NOT x and represented as x' or .
The given boolean function f = x + yz
It can be represent as f = ( x AND (NOT y) ) OR ( y AND z )
It's circuit schematic is as follows:
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 2 images