Remember graph coloring problem in the problem session.(a) Draw the graph of the following code block.(b) Explain how you represent the components of the code in graph coloring problem.(c) What is the minimum number of registers that you need to compile the code? Show which variables can bein the same register.Line 1: a = 3Line 2: b = 6Line 3: c = 4Line 4: d = b + cLine 5: e = d + aLine 6: if e < 4="" then="" f="4" ="">Line 7: else then f = 6 aLine 8: d = f - c
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here