Giter Club home page Giter Club logo

cpu-scheduler-simulator-c-'s Introduction

CPU-Scheduler-Simulator-C-

CPU simulator to mimic scheduling process in Operating System

Step 1. Open the file Simulator Step 2 Run the file Step 3 Enter the time for which simulator is to be used Enter the Scheduling Algo(fcfs or srtf) FCFS: First Come First Serve SRTF: Shortest remaining time first Step 4 The Simulation runs. Process.txt and Status.txt files are created in the same folder.

The simulator contains 5 classes: 1> Process The data members of this class store process id, arrival time in the ready queue, CPU burst time, completion time, turn around time, waiting time, and response time. The member functions of this class assign values to the data members and prints them. A constructor is also used. Member function "initializing" is present to initialize the process

2> Process_creator Created 200 processes dynamically. Assigns all process arrival and burst time randomly.

3> Scheduler Runs SRTF and FCFS using appropriate algorithms. Maintains a ready queue and a running queue for the same I/O file handling is also implemented

4> Simulator Creates an simulator object Creates status.txt and process.txt

Main function asks for simulation time and desired algorithm

cpu-scheduler-simulator-c-'s People

Contributors

daspinaki avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.