C++ Programming

C++ Programming


Database Architecture

Posted: 02 May 2013 09:38 AM PDT

Data Abstraction The major purpose of a database system is to provide users with an abstract view of the system. The system hides certain details of how data is stored, created and maintained. Complexity should be hidden from the database users, which is known as Data Abstraction.  Levels of Abstraction : A common concept in computer science is levels (or less commonly layers) of

Data and Information

Posted: 02 May 2013 09:24 AM PDT

What is Data and Information Data are plain facts. The word "data" is plural for "datum." When data are processed, organized, structured or presented in a given context so as to make them useful, they are called Information. It is not enough to have data . Data themselves are fairly useless, but when these data are interpreted and processed to determine its true meaning, they becomes useful


Post a Comment