CSC270 Homework 1 2011 Solution

From dftwiki3
Revision as of 12:10, 8 February 2011 by Thiebaut (talk | contribs) (Created page with "--~~~~ ---- This is the solution page for the CSC270 Homework #1. =Problem #1= f = a' + bc g = a' . (b' + c' ) h = 1 k = a' + b + c' =Problem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

--D. Thiebaut 12:10, 8 February 2011 (EST)


This is the solution page for the CSC270 Homework #1.

Problem #1

f = a' + bc
g = a' . (b' + c' )
h = 1
k = a' + b + c'

Problem #2

f = x'.y + x.y' + x.z
  = x ^ y  + x.z     
where ^ represents xor
f = Σ( 2, 3, 4, 5, 7 )
f = Π ( 0, 1, 6 )

Problem #3

f = Π( 4, 5, 6 )
g = Π( 3, 4, 5, 6, 7 )
h = Π( ) = 1
k = Π( 5 )