1. The minimum number of page frames that must be allocated to a running
process in a virtual memory environment is determined by.
Number of processes in memory
2. The goal of
structured programming is to.
Be able to infer the flow of control from the program text.
3. Consider a basic block
a = b+c
c = a+d
d = b+c
e = d-b
a = e+b