Intro to CS, p. 372, OR Truth Table
Printed: | 0 0 1 |
Fixed: | 0 1 1 |
Intro to CS, p. 373, Distributive Laws
Printed: | x(y+z) = xy + yz |
Fixed: | x(y+z) = xy + xz |
Intro to CS, p. 375
Printed: | 1 if an odd number of arguments are 0 |
Fixed: | 1 if an odd number of arguments are 1 |
Intro to CS, p. 398, Exercise 6.2.2
Printed: | |
Fixed: | allow two 2-input OR gates |