Quiz submission record for quiz4-2-1 at Wed Jul 14 02:29:38 2004: Your Answer for Question 1: The arguments of caller used in C is in arbitrary order, listing the names of the arguments of caller is in the same order of the callee. However, in Verilog, we can use the “dot” form because it allows you to list the ports in any order. Your Answer for Question 2: initial begin CLK=1’b0; forever #4 CLK = ˜CLK; end Your Answer for Question 3: 6 wires 1. NOT c to AND1 2. AND ab to AND1 3. NOT b to AND2 4. AND ac to AND2 5. AND1 to OR 6. AND2 to OR Your Answer for Question 4: select is undefined at the second test case Your unique submission ID is quiz4-2-1-cs61c-aw-1089797378-694.