Download presentation
Presentation is loading. Please wait.
Published byHubert Ryan Modified over 9 years ago
1
DBMS Lecture 1 Data and Information Data Processing Zeshan Ahmer
2
2 Data and Information Raw facts and figures are called ‘Data’ Meaningful facts and figures are called ‘Information’ After processing the data we get some information
3
3 Data Processing … by definition A process of collecting, inputting and processing raw data based on a set of requirements or instructions to produce useful information to be used by the organization in decision-making InformationProcessData
4
4 Introduction In the primitive days before computers, the amount of information about a group of people could be collected in the wisdom and the stories of its older members So, to get information, the younger members of the community access the information stored in the minds of the elders
5
5 There was simply too much data to be managed in the minds of the elders And so, in order to store all the new information, humanity invented the technology of writing Data began to be stored in heavy data repositories, called BOOKS
6
6 “Standards" are introduced by which data could be stored and retrieved Books, and the data within books, had to be quickly accessible by anyone if they were to be useful In fact, the usefulness of a library, is proportional to its data storage and retrieval efficiency
7
7 Thus, early librarians defined standardized filing and retrieval protocols. You will have seen an old library with its cute little indexing system (card catalog) and pointers And for the next couple thousand years libraries grew, and grew, and grew along with associated storage/retrieval technologies such as the filing cabinet, colored tabs etc
8
8 In the file-oriented system, a bunch of files would be stored on a computer and could be accessed by a computer operator. Files of archived data were called "tables" because they looked like tables used in traditional file keeping Rows in the table were called "records" and columns were called "fields"
9
9 Consider the following example: First Name Last Name Email Phone Eric Tachibanaerict@eff.org213-456-87erict@eff.org Selena Solselena@eff.org 987-765-21selena@eff.org The "flat file" system was a start. However, it was seriously inefficient
10
10 Essentially, in order to find a record, someone would have to read through the entire file and hope it was not the last record. With a hundred thousands records, you can imagine the dilemma What was needed, computer scientists thought was a card catalog, a means to achieve random access processing, that is the ability to efficiently access a single record without searching the entire file to find it
11
11 The result was the indexed file-oriented system in which a single index file stored "key" words and pointers to records that were stored elsewhere. This made retrieval much more efficient. It worked just like a card catalog in a library. To find data, one needed only search for keys rather than reading entire records
12
12 However, even with the benefits of indexing, the file- oriented system still suffered from problems including: Data Redundancy - the same data might be stored in different places Poor Data Control - redundant data might be slightly different such as in the case when Ms. Jones changes her name to Mrs. Johnson and the change is only reflected in some of the files containing her data
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.