• addling hew processes, • input data about the new process; • view of information about the system time; • choice of the scheduling algorithm. Processes are modeled by the program as some data structures. There is no need to create and track real processes. You need to select 2 algorithms from the list below and implement a process scheduling mechanism. In addition, it is necessary to develop a set of tests that demonstrate the advantages and disadvantages of a given scheduling algorithm. For example, for a priority scheduling algorithm with static priorities, a situation should be tested when a process with a low priority cannot enter the execution state for a long time. Options:

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.1: Addresses And Pointers
Problem 5E
icon
Related questions
Question
100%
In any available programming language, write a program that imitates the process scheduler of the operating system. The program must contain the following functions:
Помощь Русский (ru) ~
edu@SUSU
• adding hew processes,
• input data about the new process;
• view of information about the system time;
• choice of the scheduling algorithm.
Август Лоуренс
Processes are modeled by the program as some data structures. There is no need to create and track real processes.
You need to select 2 algorithms from the list below and implement a process scheduling mechanism.
In addition, it is necessary to develop a set of tests that demonstrate the advantages and disadvantages of a given scheduling algorithm. For example, for a priority scheduling algorithm with static
priorities, a situation should be tested when a process with a low priority cannot enter the execution state for a long time.
Options:
1. FCFS
2. RR
3. SJF non-displacement
4. SJF displacing
5. HRN planning
6. Priority planning is non-preemptive
7. Priority planning preemptive
8. Multi-Level Queue (MLQ)
9. Multi-Level Feedback Queue (MLFQ)
Transcribed Image Text:In any available programming language, write a program that imitates the process scheduler of the operating system. The program must contain the following functions: Помощь Русский (ru) ~ edu@SUSU • adding hew processes, • input data about the new process; • view of information about the system time; • choice of the scheduling algorithm. Август Лоуренс Processes are modeled by the program as some data structures. There is no need to create and track real processes. You need to select 2 algorithms from the list below and implement a process scheduling mechanism. In addition, it is necessary to develop a set of tests that demonstrate the advantages and disadvantages of a given scheduling algorithm. For example, for a priority scheduling algorithm with static priorities, a situation should be tested when a process with a low priority cannot enter the execution state for a long time. Options: 1. FCFS 2. RR 3. SJF non-displacement 4. SJF displacing 5. HRN planning 6. Priority planning is non-preemptive 7. Priority planning preemptive 8. Multi-Level Queue (MLQ) 9. Multi-Level Feedback Queue (MLFQ)
Expert Solution
steps

Step by step

Solved in 8 steps with 7 images

Blurred answer
Knowledge Booster
Analysis of Performance Measurement
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr