Answer from cs61c-am (Michael Moeng 16464697) 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)