Quiz submission record for quiz4-1-1 at Sun Jul 11 23:01:40 2004: Your Answer for Question 1: The maximium number of terms is when all the outputs of the truth table is true. This will yield 2^N terms for each possible entry in the truth table. 2^N terms. Your Answer for Question 2: A bus is basically a group of logic element that is treated as a single logic element of signal. (Books definition: A bus is a collection of data lines that is treated together as a single logical signal.) Your Answer for Question 3: original y = a.a + a.b + a.not(b) y = a(a+b+not(b)) (distributive law) y = a(a+1) (inverse law) y = a(1) (zero and ones laws) y = a (identity law) Your unique submission ID is quiz4-1-1-cs61c-aj-1089612100-2163.