Two concurrent applications, a1 and a2, execute the sequence…
Two concurrent applications, a1 and a2, execute the sequences of instructions (j1, j2, j3) and (k1, k2, k3), respectively. Execution switches between the applications whenever a timeout interrupt occurs or when one application terminates. If a2 starts, and interrupts occur after instructions k1 and j1, then what is the order in which the 6 instructions will execute?
Read Details