962 views
0 votes
0 votes

Consider a uniprocessor system executing three tasks T1,T2T1,T2 and T3T3 each of which is composed of an infinite sequence of jobs (or instances) which arrive periodically at intervals of 3, 7 and 20 milliseconds, respectively. The priority of each task is the inverse of its period, and the available tasks are scheduled in order of priority, which is the highest priority task scheduled first. Each instance of T1,T2 and T3 requires an execution time of 1, 2 and 4 milliseconds, respectively. Given that all tasks initially arrive at the beginning of the 1st millisecond and task preemptions are allowed, the first instance of T3 completes its execution at the end of_____________________milliseconds.

Reference : https://gateoverflow.in/8330/gate2015-1_46

Query 1 : Will I assume the meaning of this statement is "Given that all tasks initially arrive at the beginning of the 1st millisecond and task preemptions are allowed, " is that all processes arrive at 0 ms ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Wanted asked Jan 15, 2017
260 views
Which of the following require a device driver ? (GATE 2002)(a) has not been used for the longest time in the past?(b)will not be used for the longest time in the futur...
1 votes
1 votes
0 answers
3
hem chandra joshi asked Jan 2, 2018
1,142 views
Reference to this question can we assume that &i gives logical address space ?https://gateoverflow.in/765/gate2005-72
0 votes
0 votes
0 answers
4
Raj Kumar 7 asked Apr 13, 2018
202 views
A computer has 20 physical memory frame which contains pages numbered 101, 102, ........., 120. Now a program access the pages numbered 1,2, .........., 100 in that order...