Quiz submission record for quiz4-2-1 at Wed Jul 14 03:41:26 2004: Your Answer for Question 1: In c, normally, we declare a type for arguments. But in verilog, we actually need to assign a type to the argument in the function. For c, caller is general in the function main(), while verilog uses the function in the function itself. Your Answer for Question 2: initial begin CLK = 1 'b0; forever #2 CLK = ~CLK; end Your Answer for Question 3: A and B C inverted (A and B) and C inverted A and C B inverted (A and C) nd B inverted ((A and B) and C inverted) and ((A and C) nd B inverted) output to E 8 wires. Your Answer for Question 4: the code is lack of clock cycle. That means, both lines after begin will be read at the same time. It will confuse the system. Your unique submission ID is quiz4-2-1-cs61c-ak-1089801686-3108.