answersLogoWhite

0


Best Answer

cicular queue :D

if you want to implement the round robin you need the data structure of circular queue so that when we give the time quantum for the processes then if that process is complete in that time period then its ok but if not then we have to put that process in the queue so that all other processes are also get the time to execute i.e. to remove starvation

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What kind of data structure is required to implement the round-robin scheduling?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of data structure is required to implement the round robin scheduling policy?

The circular queue data structure is required to implement the round robin scheduling policy. Round robin is similar to FCFS scheduling.


Is the CEO required to develop a plan for scheduling the completion of a production job?

yes


What chart graphically displays the scheduling of tasks required to complete a project?

GANTT


What is the first no for sialkot?

Data structure is related to the algorithm, ie solution of the requirements.whereas Data Type is component of a programming language, which can be used to implement the required data structure (organization of data and format).For example if the requirement say that a LIST is required, and in C programming language , there is not LIST data type BUT LIST CAN BE REALISED(IMPLEMENTED ) in C.


Which is needed to implement to guarantee the required bandwidth for VoIP?

QoS


What number of disks is required minimum to implement RAID 0?

2


What number of disks is the required minimum to implement RAID 0?

2


How does a teacher fail to implement the curriculum?

If the teacher does not go over the required information in order for students to pass the final exam required for the course then they have failed to implement everything in that curriculum. -B, grade 12


Where can one find information about scheduling calendar?

Depending on the requirements for the scheduling calendar (business or personal), sufficient information can be found through third party websites such as WinCalendar. For more complex scheduling, a purchased program may be required through a brand such as Microsoft or Cisco.


What is the minimum number of stacks of size 10 required to implement a queue to size 10?

2 stacks required


The default base is always required in switch selection structure true or false?

False. The Default section of a switch case section is not mandatory. the programmer can choose to have it if he wants to implement a default functionality in cases where none of the cases match the conditions.


The default base is always required in the switch selection structure true or false?

False. The Default section of a switch case section is not mandatory. the programmer can choose to have it if he wants to implement a default functionality in cases where none of the cases match the conditions.