Code Monkey home page Code Monkey logo

multiprogramming-os-simulation's Introduction

Multiprogramming-OS-Simulation

Aim of the project

This project simulates the behavior of the multiprogramming operating system and use CPU scheduler, and CPU Execution. At the end of the simulation, it’s expected to output some statistics regarding the behavior of the system.

Hardware

The computer hardware is assumed to have:

  1. A RAM of size 1GB, where 320MB is used to store the OS.
  2. A single core CPU that executes one instruction each unit of time.
  3. An I/O device for input and output operations.
  4. An internal clock that allows to measure time in milliseconds.

Output from the simulation

A text file containing statistics about all processes and their final status TERMINATED or KILLED. Statistics about a process should contain:

a. Process ID

b. When it was loaded into the ready queue.

c. Number of times it was in the CPU.

d. Total time spent in the CPU

e. Number of times it performed an IO.

f. Total time spent in performing IO

g. Number of times it was waiting for memory.

h. Number of times its preempted (stopped execution because another process replaced it)

i. Time it terminated or was killed

j. Its final state: Killed or Terminated

k. CPU Utilization

multiprogramming-os-simulation's People

Contributors

ahmad-almosallam avatar

Stargazers

 avatar  avatar  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.