TUTORIALS -- CSC228 H (Summer 2001)
I will do my best to post all the tutorials on this page every Friday
following the Thursday tutorials. These document are in PS format.
Please let me know of any inconvenience with this format. Generally,
the programs illustrating the concepts will be selfexplanatory; however,
if anybody wishes to have further comments on them, just let mo know!
Iluju Kiringa
Tutorials
- Tutorial 1
(Mai 24, 2001): Chapter 3 in textbook: Secondary Storage and System Software; Sections 3.1-3.4.
- Tutorial 2
(Mai 31, 2001): Chapter 3 in textbook: Secondary Storage and System Software; Sections 3.6-3.9.
- Tutorial 3
(June 07, 2001): C++ concepts.
- Tutorial 4
(June 14, 2001): Random and sequential file access.
- Tutorial 5
(June 21, 2001): Fixed-length, fixed-fields buffer classes; Sections 4.2-4.5.
- Tutorial 6
(June 28, 2001): Indexing; Sections 7.1-7.5.
- Tutorial 7
(July 05, 2001): AVL trees, paged binary trees, and multilevel indexing; Sections 9.1-9.4.
Note: This is a WORD document !
- Tutorial 8
(July 12, 2001): Implementing B-trees; Sections 9.7-9.10.
- Tutorial 9
(July 19, 2001): Implementing B-trees (cont'd); Sections 9.12-9.16.
- Tutorial 10
(July 19, 2001): Sorting files on tapes; Sections 8.6.
Further Documents