solve for me this assignment ASAP, URGENTTTTT
Q1. For the periodic processes shown below:
Process P1 P2 P3
Time 1 2 1
Period 3 4 6
Compute CPU utilization.
(b) Schedule the processes using an RMS policy. (c) Schedule the processes using an EDF policy.
Q2. For the code shown below, generate a symbol table in decimal & hexadecimal addresses.
ORG 40 P1: ADR r4,a LDR r0,[r4] ADR r4,e LDR r1,[r4] ADD r0,r1,r0 CMP r0,r1 BNE q1 P2: ADR r4,e
unrolling?
for i=0; i<43; i++{
a[i] = b[i] * i;