Computers and Technology
Computers and Technology, 06.03.2021 02:10, diablo871

Suppose an operating system attempts to approximate SRTF with a priority scheduler based on observing how existing threads and assuming that future CPU bursts will have similar lengths to prior CPU bursts. It observes the following schedule: at time 0: A, B, and C and are all waiting for an I/O operation
at time 1: thread A finishes the I/O operation and starts using the processor
at time 2: thread B finishes the I/O and starts using the processor (preempting thread A)
at time 10: thread B starts another I/O operation and gives up the processor
at time 10: thread A resumes using the processor
at time 11: thread C finishes an I/O operation and becomes runnable (but does not preempt thread A)
at time 12: thread A starts another I/O operation and gives up the processor
at time 12: thread C starts using the processor at time 13: thread C starts another I/O operation and gives up the processor

Suppose at time 14 A, B, and C all simulatenously finishes their I/O operations. Based on the observed schedule above, in what order should the OS run them on the processor to best approximate SRTF?

a. A, then B, then C
b. A, then C, then B
c. B, then A, then C
d. B, then C, then A
e. C, then A, then B
f. C, then B, then A

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 00:30, devenybates
Which one of the following is the most accurate definition of technology? a electronic tools that improve functionality b electronic tools that provide entertainment or practical value c any type of tool that serves a practical function d any type of tool that enhances communication
Answers: 1
image
Computers and Technology, 23.06.2019 01:50, jumoke26
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors. java.
Answers: 2
image
Computers and Technology, 23.06.2019 10:00, thezbell
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
image
Computers and Technology, 23.06.2019 16:00, CalCDanG
What is the biggest difference between section breaks and regular page breaks? section breaks are more difficult to add than page breaks. section breaks make it easier for you to view the document as an outline. section breaks allow you to have areas of the document with different formatting. section breaks are smaller than regular page breaks.
Answers: 2
Do you know the correct answer?
Suppose an operating system attempts to approximate SRTF with a priority scheduler based on observin...

Questions in other subjects: