DB2 - WS 2015/16 - Assignment 1 =============================== 1) Download zip file 2) Unpack zip file 3) rename nnnnnnn_1.py to $matrikel_1.py, such that if you matrikel number is 1234567 the file is named 1234567_1.py 4) Study the implementation of FCFS and SSTF 5) Implement LOOK as discussed in Uebungsblatt 1 6) Check whether you output is identical to the output in the output files provided 7) Submit your solution by sending an email to dbabgabe@cosy.sbg.ac.at with a title DB2:$matrikel_1 (for example, if you matrikel number is 1234567 the title should be: DB2:1234567_1) and an attachment $matrikel_1.py ATTENTION: The filename and the email title are important. You may fail if you do not stick to the format. If you do not have python installed on your machine, the machines in the computer lab room and the sshstud machine have it installed. You may execute the code with the input by calling cat input1.txt | python nnnnnnn_1.py {look|fcfs|sstf} > output.txt