Difference between revisions of "CSC270 Homework 1 Solutions"
(→Solutions for Homework #1) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Solutions for [[CSC270 Homework 1 | Homework #1]]= | =Solutions for [[CSC270 Homework 1 | Homework #1]]= | ||
− | + | <onlysmith> | |
Problem #1 was worth 1 point. Problems #2 and 3 were worth 1.5 points each. | Problem #1 was worth 1 point. Problems #2 and 3 were worth 1.5 points each. | ||
Line 29: | Line 29: | ||
Draw the truth table for Q, and put a 1 in rows where a=0 and b=0, and in rows where b=1 and c=1. Then you lift the minterms easily: | Draw the truth table for Q, and put a 1 in rows where a=0 and b=0, and in rows where b=1 and c=1. Then you lift the minterms easily: | ||
− | Q = &Sigma( 0, 1, 3, 7 ) | + | Q = Σ( 0, 1, 3, 7 ) |
+ | |||
+ | </onlysmith> |