1.Identify the important constituents of the control mechanism in the routines of the previous problem. In particular, what condition causes the process to terminate? Where is the state of the process modified toward this termination condition? Where is the state of the control process initialized?
2.Identify the termination condition in the following recursive function.
def XXX (N):
if (N == 5):
XXX(N + 1)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here