1. Explain each line of code of Lock Variables below.(FLAG=TRUE) ---(FLAG=FALSE)Process-1While (FLAG==FALSE);
FLAG=FALSE;
Critical_section();
FLAG=TRUE;
Noncritical_section()
(FLAG=TRUE)
Process-2While (FLAG==True);
Critical_Section();
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here