Hello.
We have been asked to write a program of an event driven simulation in dynamic partition. where we are given a number of jobs with it's given time and job size. the job should remain on the memory until completion (time clocks down to 0).
the program should measure the
*throughput
*storage utilization
*waiting queue length
*waiting time in queue
*external fragmentation
I'm not yet that familiar with c# programming so any thoughts on how to go about this? I've been looking on the net and it seems like pointers was used often but I don't know how to do that on c#. I'm not asking for codes. just a guide to get me started :) thanks in advance.