Answer from cs61c-as (Gerardo Bonilla 15311015) for Question 4 The undefined results happen because everything is under initial without using the # which makes the code step through after a given delay. There is a 10 nanosecond delay but it has been commented out. so the undefined results are actually results that are not what are expected.