0% found this document useful (0 votes)
70 views1 page

Lab Coding: Logic Gate - 01: F Not (Ab + CD) F Ab Nor CD F Aandbnorcandd

This document describes a logic gate function with 4 inputs - a, b, c, and d. The function f is equal to the negation of (a AND b) OR (c AND d), which is also equivalent to (a AND b) NOR (c AND d), and finally to (a AND b) NOR (c AND d).

Uploaded by

munirsweet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views1 page

Lab Coding: Logic Gate - 01: F Not (Ab + CD) F Ab Nor CD F Aandbnorcandd

This document describes a logic gate function with 4 inputs - a, b, c, and d. The function f is equal to the negation of (a AND b) OR (c AND d), which is also equivalent to (a AND b) NOR (c AND d), and finally to (a AND b) NOR (c AND d).

Uploaded by

munirsweet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab Coding:

Logic Gate - 01:

f = not (ab + cd)


f = ab nor cd
f = a and b nor c and d

You might also like