Computer Science, asked by gnaneshwarkodali, 18 days ago

A company has a processor for processing the requests in the request queue. Each request has an execution time varying from 0 to 9 units. The processor is programmed in such a way that it will process the requests in two cycles. In the first cycle, it will process all the requests with an odd unit of time and in the other cycle it will process the remaining requests. The company wishes to know the total time​

Answers

Answered by rishuschool
3

Explanation:

A company has a processor for processing the requests in the request queue. Each request has an execution time varying from 0 to 9 units. The processor is programmed in such a way that it will process the requests in two cycles. In the first cycle, it will process all the requests with an odd unit of time and in the other cycle it will process the remaining requests. The company wishes to know the total time

Answered by varsha955769
0

Answer:

Explanation:

Processing time is defined as the time taken by the processor to get the processing done effectively in specified period of the.

Remaining = 2+4+6+8 = 20

Odd Unit = 1+3+5+7+9 = 25

Total time: 45

Similar questions