You must login before you can post a comment.
Author: Ms. Pooja Deshmukh
Project access type: Public
Description:
Q.1 Implement the following SOP function by using basic gates and only NAND gates.
F = XZ + Y’Z + X’YZ
Q.2 Implement the following POS function by using basic gates and only NOR gates.
F = (X+Z) (Y’+Z) (X’+Y+Z)
Q.3 Implement the following function
F = ( (X + Z).(Y’ + Z).(X’ +Y + Z) )’
Q.4 Obtain the truth table of the following function and express it in SOP and POS form.
And implement it using logic gates.
F = (XY+Z) (Y+XZ)
Created: Sep 22, 2021
Updated: Aug 26, 2023
Comments