Answer:
Explanation:
The Turnaround time is the amount of time that elapses between the job arriving and completing. We assume that all jobs arrive at time 0, the turnaround time will simply be the time that they complete.
Round Robin:
we assume that the time quantum of the scheduler is 1 second.The table below gives a break down of which jobs will be processed during each time quantum. A asterisk(*) indicates that the job completes during that quantum.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
A B C D E A B C* D E A B D E A B D* E A B E A B* E A E A E* A A
C* = 8
D*=17
B*=23
E*=28
AVERAGE TURNAROUND = (8+17+23+28+30)/5 =106/5 = 21.2 MINUTES
B) PRIORITY SCHEDULING:
1-6 7-14 15-24 25-26 27-30
B E A C D
AVERAGETURNAROUND =(6+14+24+26+30)/5 = 100/5 = 20 MINUTES.
C)FCFS
1-10 11-16 17-18 19-22 23-30
A B C D E
AVERAGE TURNAROUND =(10+16+18+22+30)/5 = 96/5=19.2 MINTUES
D)SJF
1-2 3-6 7-12 13-20 21-30
C D B E A
AVERAGE TURNAROUND - (2+6+12+20+30)/5 =70/5 =14 MINUTES.
Explanation:
A ductile material can convert into brittle material due to following reasons
1.At very low temperature
2.Due to presence of notch
In titanic ,the base of ship strike to the large ice cube and lower part of titanic ship material was made of steel .We know that steel is ductile material and when steel came with very low temperature of ice due to this ductile material converted in to brittle material and titanic ship failed.Brittle material does not show any indication before failure.
Answer:
vec(a) = 16 i + 16 j
mag(a) = 22.63 ft/s^2
Explanation:
Given,
- The two components of velocity are given for fluid flow:
u = 4*y ft/s
v = 4*x ft/s
Find:
What is the time rate of change of the velocity vector V (i.e., the acceleration vector) for a fluid particle at x = 1 ft. and y = 1 ft. at time t = 1 second?
Solution:
- The rate of change of velocity is given to be acceleration. We will take derivative of each components of velocity with respect to time t:
a_x = du / dt
a_x = 4*dy/dt
a_y = dv/dt
a_y = 4*dx/dt
- The expressions dx/dt is the velocity component u and dy/dt is the velocity component v:
a_x = 4*(4*y) = 16y
a_y = 4*(4*x) = 16x
- The acceleration vector can be expressed by:
vec(a) = 16y i + 16x j
- Evaluate vector (a) at x = 1 and y = 1:
vec(a) = 16*1 i + 16*1 j = 16 i + 16 j
- The magnitude of acceleration is given by:
mag(a) = sqrt ( a^2_x + a^2_y )
mag(a) = sqrt ( 16^2 + 16^2 )
mag(a) = 22.63 ft/s^2
Answer:
Answer for the question:
Given a 8-bit ripple carry adder and the following four input scenarios: (i) A4 + 1F, (ii) AB+55, (iii) CA+34, (iv) 6D+29. a) Under which input scenario can adder generate correct output with the minimal delay? b) Under which input scenario can adder generate correct output with the maximum delay?
Is given in the attachment.
Explanation: