CIS3355:
Business Data Structures |
|
Peeter J. Kirs,
Ph.D. If you are NOT a student in this class, PLEASE sign the Visitor Guestbook !!!
Course Description: This course has three primary missions:
Computer technology has certainly advanced dramatically since its introduction in the 1940's, yet conceptually, architecturally, and functionally, the changes are minimal. In this course, we take a primitive approach to understanding computer functioning. Beginning with the concept of bits and bytes, we discuss how the computer stores and manipulates data. Once the student has an understanding of where data is stored, and how that data is interpreted, programming becomes merely an exercise in logic. Our approach follows the old adage of "Give a person a fish, and they will eat for a day. Teach them how to fish, and they will eat for a life time." We are going to learn HOW to Fish! From an application standpoint, the management of data is vitally important for organizations in order to maintain records, gauge performance, make forecasts, produce information, and discover knowledge. Since the basic data types can only represent a small subset of data, data structures are developed to store, organize, and process data. Data Structures are implemented in C/C++ and the advantages and disadvantages of each structure are discussed. This page was last updated on 11/03/14. |