Quiz submission record for quiz4-2-1 at Wed Jul 14 00:25:21 2004: Your Answer for Question 1: in C, the order has to be correct with the functions arguments on declaration in Verilog, if not speficied it follows the C conventions but a programmer can specify the argument names in any order as long as they are tagged Your Answer for Question 2: initial begin CLK=1’b0; forever #2 CLK = ˜CLK; end Your Answer for Question 3: 5 wires will be needed, 2 for the and statements, 1 for the or and 2 for the nots Your Answer for Question 4: There may be an error because b=1 when a is set a=1 and the expected after that maybe undefined. We may get some error that Kurt in class explained as "bad". Your unique submission ID is quiz4-2-1-cs61c-eo-1089789921-1637.