Class Demo Circuit Equality Spring 2023
0 Stars     45 Views    

Author: Robert Ravenscroft

Project access type: Public

Description:


Function y = p' (q + r')

Outputs sum-of-minterm y = p'q'r' + p' qr' + p'qr


  p   q   r      y      minterm

---------+--------------

  0  0  0   |   1     p'q'r'

  0  0  1   |   0

  0  1  0   |   1      p'qr'

  0  1  1   |    1      p'qr

  1  0  0  |    0

  1  0  1  |    0

  1  1  0  |    0

  1  1  1  |    0


Created: Feb 02, 2023

Updated: Aug 27, 2023


Comments

You must login before you can post a comment.