Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write a program to simulate one of two Process Scheduling algorithms a. Simulate either Shortest Job First (SJF) or Priority Scheduling. 2. Program

1. Write a program to simulate one of two Process Scheduling algorithms a. Simulate either Shortest Job First

1. Write a program to simulate one of two Process Scheduling algorithms a. Simulate either Shortest Job First (SJF) or Priority Scheduling. 2. Program can be written as a Windows App or a Console App. a. Can use either C++, or Python programming languages. b. A windows app has features to allow you to simulate the Ready Queue. c. If console mode, use the Extended Ascii code set to print primitive boxes and borders, OR print out text lines describing what has happened. d. Program shall display a queue in either graphical or console mode. 3. The user can enter three inputs to make the program work. a. User enters (E) to execute the next Process in the Ready Queue. b. User enters (A) to Add a process in the Ready Queue. c. User enters (X) to Exit the program. 4. Show the queue being updated after a process finished running. 5. The program shall have the ability to place a new, ready process on the queue. a. If using the priority scheme, a priority shall be associated with the process. b. If using the SJF scheme, a CPU Burst time shall be associated with the process. Activate

Step by Step Solution

3.54 Rating (154 Votes )

There are 3 Steps involved in it

Step: 1

Creating a complete graphical or consolebased simulation for process scheduling requires a more extensive implementation However I can provide you wit... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Information Security

Authors: Michael E. Whitman, Herbert J. Mattord

7th Edition

035750643X, 978-0357506431

More Books

Students also viewed these Programming questions