Quiz submission record for quiz4-2-1 at Wed Jul 14 10:30:45 2004: Your Answer for Question 1: The caller usually passes the function its arguements by value or by address. In verilog it is similar to C where the caller passes args to the callee by value also. Your Answer for Question 2: initial begin CLK=1'bo forever #2 CLK = ~CLK end Your Answer for Question 3: You will need 4 wires one for each of the and combinations. Your Answer for Question 4: The unexpecter result will be that the second line of code rewrites the first. Your unique submission ID is quiz4-2-1-cs61c-be-1089826245-899.