Answer from cs61c-ap (Nicole Rungsitiyakorn 13543412) for Question 1 These arguments are put in parenthesis in both c and verilog. In C you have a function name followed by a parenthesis with an argument list, whereas in verilog you name the inputs and outputs and put the args in parentheses after the ".name".