Difference between revisions of "WebFund 2016W: Tutorial 10"

From Soma-notes
Jump to navigation Jump to search
(Created page with "'''This tutorial is not yet finalized.''' Look at and understand [http://homeostasis.scs.carleton.ca/~soma/webfund-2016w/code/exam-storage.zip exam-storage].")
 
Line 1: Line 1:
'''This tutorial is not yet finalized.'''
'''This tutorial is optional.'''


In this tutorial you should either make progress on [[WebFund 2016W: Assignment 6|Assignment 6]] or you should spend your time trying to understand
Look at and understand [http://homeostasis.scs.carleton.ca/~soma/webfund-2016w/code/exam-storage.zip exam-storage].
Look at and understand [http://homeostasis.scs.carleton.ca/~soma/webfund-2016w/code/exam-storage.zip exam-storage].
Note that the code for exam-storage is a guide for solving Assignment 6!
In looking at exam-storage, you should try and understand every line of the code.  Do you know what will happen to the program when any line is removed?  Also, try and make changes such as adding word counts and adding a delete command for each file.

Revision as of 13:54, 30 March 2016

This tutorial is optional.

In this tutorial you should either make progress on Assignment 6 or you should spend your time trying to understand Look at and understand exam-storage.

Note that the code for exam-storage is a guide for solving Assignment 6!

In looking at exam-storage, you should try and understand every line of the code. Do you know what will happen to the program when any line is removed? Also, try and make changes such as adding word counts and adding a delete command for each file.