Quiz submission record for quiz4-2-1 at Wed Jul 14 10:32:12 2004: Your Answer for Question 1: In C a programmmer associates the arguments of a function at the caller with the callee by passing the values along fromt he caller to the callee. In Verilog. the arguments of a function are signals that are ports which to interface between m odules. Your Answer for Question 2: initial begin CLK=1’b0; forever #4 CLK = ˜CLK; end Your Answer for Question 3: I used four ands and an or to create this boolean expression. We will need 7 wires in order to implement this circuit design. I think 7 is correct because in my dsign i needed 7 different wires to hook up the iniput signals to the ANDs and OR. We don't need wires for the inputs but we need wires to hook up the logic operators. Your Answer for Question 4: We never defined what the signal f is so, perhaps it could be something random and we wouldn't know. It seems like we only know the values of s a b expected and not f because we didn't declare/set it anywhere. Your unique submission ID is quiz4-2-1-cs61c-cd-1089826332-481.