255 - Advanced Pascal Programming

Pascal Programming
By Elliot B. Koffman ( Latest Edition )

Instructor: Husain Gholoom
Office Hours: to be announced
Computer Lab: 7

Course Description :

The goal of the course is to teach advanced concepts of Pascal programming that will enable you to solve interesting, challenging real-world problems with reliable, modular programs that can be tested, extended, shared with others, and combined effectively with other programs. You will learn about how to decompose complex programming problems into manageable subproblems, how and when to use elementary data structures such as single and multi-dimensional arrays. Your will also learn how to validate data input, Create, Open, Close, Access and Update records of text files. Finally, will use and understand debugging techniques to discover and correct logic errors in programs.

Course Outline