Quiz submission record for quiz4-2-1 at Wed Jul 14 00:39:59 2004: Your Answer for Question 1: (Reading not available on Internet Explorer) GUESS: In C, the arguments must match in their type and number between the caller and callee, In Verilog, the arguments are associated by what order they appear in(the first argument in the caller matches the first argument in the callee, etc) Your Answer for Question 2: (Reading not available) Your Answer for Question 3: A AND (B XOR C). If b and c are the same, Bnot(C) or Cnot(B) will evaluate to false, just as in an XOR gate. Thus, two wires connect B and C to their gate, then another two wires connect that result and A to their gate. Along with the wire to E, there are 5 wires Your Answer for Question 4: (Reading not available) The declaration of two a's and two b's could cause unexpected results, possibly if the variables are declared in stack form (where a = 1) or otherwise (a = 0) Your unique submission ID is quiz4-2-1-cs61c-am-1089790799-1060.