CMSC 246 Systems Programming
Spring 2018


Assignment#9
Due in Class on Monday, April 23, 2018

  1. Discrete Event Simulation - Part 1
    Implement the design of Part-1 of the Discrete Event Simulation program as outlined in Lab 12. Please be sure to complete all the tasks described in the Lab Handout.

Scripting in Linux
Once done, you will need to show the sample runs of programs, as required below. In order to record the runs, you can use the Linux command script.
Go to your Assignment directory and enter the command: script session

You will get your command prompt back. Next, run each of the above programs as you normally would. Once done, enter the command: exit (or CTRL-D)

This will end your script session. If you now look a the contents of the session file, you will see that the entire interaction has been recorded in it (as a script!).

What to hand in:

Back to CMSC246 Home page