Computer Organization Design

Design the following function using:
Nands only
Nors only
F = AB'C'+A'C+A'B

  1. Design the following function using:

Nands only
Nors only
F= (A'+B'+C')(A'+B')(A'+C')

Sample Solution