Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.

Slides:



Advertisements
Similar presentations
Chapter 6 Storage and Multimedia
Advertisements

Chapter 2.7 Data management.
Data Models There are 3 parts to a GIS: GUI Tools
Physical DataBase Design
Technology Guide 3 Data and Database T3-1. IT for Management Prof. Efraim Turban T3-2 File Management Hierarchy of data for a computer-based file Record.
Managing data Resources: An information system provides users with timely, accurate, and relevant information. The information is stored in computer files.
Chapter 12 File Management
1 Chapter 6 Storage and Multimedia: The Facts and More.
Information Processing Lecture 9B Criteria for File Organisation.
Organizing Data & Information
Databases and Processing Modes. Fundamental Data Storage Concepts and Definitions What is an entity? An entity is something about which information is.
Introduction of z/OS Basics © 2006 IBM Corporation Chapter 5: Working with data sets.
Managing data Resources:
Chapter # 04Information and Databases Information and Database.
Databases and Database Management Systems
BT1005 Managing Information Lecture 3 Introduction to Databases and The Database Approach.
An Introduction to Database Management Systems R. Nakatsu.
Databases & Data Warehouses Chapter 3 Database Processing.
Management Information Systems
COMPUTING FOR BUSINESS AND ECONOMICS-III. Lecture no.6 COURSE INSTRUCTOR- Ms. Tehseen SEMESTER- Summer 2010.
Storage and Multimedia Part II Bayram Güzer. Magnetic Tape Storage It is similar to tape used in music cassettes –Plastic tape with a magnetic coating.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
1 © Prentice Hall, 2002 Physical Database Design Dr. Bijoy Bordoloi.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
The McGraw-Hill Companies, Inc Information Technology & Management Thompson Cats-Baril Chapter 3 Content Management.
DATABASE. A database is collection of information that is organized so that it can easily be accessed, managed and updated. It is also the collection.
1 California State University, Fullerton Chapter 7 Information System Data Management.
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
Introduction to Information Technology, 2 nd Edition Turban, Rainer & Potter © 2003 John Wiley & Sons, Inc. 5-1 Introduction to Information Technology.
The Fun That Is File Structures Pages By: Christine Zeitschel.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Data and its manifestations. Storage and Retrieval techniques.
Chapter 6.
Chapter 6 1 © Prentice Hall, 2002 The Physical Design Stage of SDLC (figures 2.4, 2.5 revisited) Project Identification and Selection Project Initiation.
File Systems (1). Readings r Reading: Disks, disk scheduling (3.7 of textbook; “How Stuff Works”) r Reading: File System Implementation ( of textbook)
Organizing Data and Information. What is Data?? Numbers, characters, images, or other method of recording, in a form which can be assessed by a human.
IDA / ADIT Databasteknik Databaser och bioinformatik Data structures and Indexing (I) Fang Wei-Kleiner.
Module 2: Information Technology Infrastructure Chapter 5: Databases and Information Management.
©Brooks/Cole, 2003 Chapter 13 File Structures. ©Brooks/Cole, 2003 Understand the file access methods. Describe the characteristics of a sequential file.
 2001 Prentice Hall Business Publishing, Accounting Information Systems, 8/E, Bodnar/Hopwood A field may be a single character or number, or it.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
13. File Structures. ACCESSMETHODSACCESSMETHODS 13.1.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Data resource management
Database Fundamentals CSC105 Furman University Peggy Batchelor.
File and Database Design Class 22. File and database design: 1. Choosing the storage format for each attribute from the logical data model. 2. Grouping.
Organization of Information. Files, records and fields Paper files  computer files E.g. customer accounts information stored in a bank Customer name,
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Foundations of Business Intelligence: Databases and Information Management.
Chapter 6.  Problems of managing Data Resources in a Traditional File Environment  Effective IS provides user with Accurate, timely and relevant information.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 9 Designing Databases 9.1.
6.1 FILE ORGANIZATION BIT: Binary Digit (0,1; Y,N; On,Off)BIT: Binary Digit (0,1; Y,N; On,Off) BYTE: Combination of BITS which represent a CHARACTERBYTE:
2/20: Ch. 6 Data Management What is data? How is it stored? –Traditional management storage techniques; problems –DBMS.
FILE ORGANIZATION.
6.1 © 2007 by Prentice Hall Chapter 6 (Laudon & Laudon) Foundations of Business Intelligence: Databases and Information Management.
Presentation on Database management Submitted To: Prof: Rutvi Sarang Submitted By: Dharmishtha A. Baria Roll:No:1(sem-3)
SVBIT SUBJECT:- Operating System TOPICS:- File Management
Copyright © 2013 Dorling Kindersley (India) Pvt. Ltd. Management Information Systems: Managing the Digital Firm, 12eAuthors: Kenneth C. Laudon and Jane.
Physical Database Design and Performance
What is a Database and Why Use One?
FILE ORGANIZATION.
Managing data Resources:
Managing data Resources:
Computers: Tools for an Information Age
RDBMS Chapter 4.
Management Information Systems
DBMS Physical Design Physical design is concerned with the placement of data and selection of access methods for efficiency and ongoing maintenance.
Managing data Resources:
Database management systems
Presentation transcript:

Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data

File Structure Bit  1 0r 0 Byte  8 bits (number, character, letter, symbol) Field  Grouping of characters into a word or number Record  A group of related fields File  A group of records of the same type Database  A group of related files

File Environments Record / Entity  A collection of fields that contain information concerning a specific thing or event field / attribute  a piece of information that further describes the record key field (primary key) = unique identifier  attribute(s) that uniquely identifies an entity  Example = social security number, course number

How are the records stored and accessed?

Accessing records Stored on secondary storage devices Storage methods  sequential file storage / access records retrieved in the same physical sequence in which they are stored Normally uses magnetic tape Think of your cassette tapes  direct file storage / access access records in any sequence Must know the key of the record Stored on magnetic / optical disks

Direct Access Methods Direct File Access Method  key of the record is mathematically transformed into the actual address of the record (hashing)  Go directly to the address to retrieve the record ISAM  indexed sequential access method  records are stored sequentially on DASD  retrieved through the use of indexes that store the cylinder / track of the record  cylinder / track is then searched sequentially for the record you want

Effect of Data Organization on Processing speed of storage  How long does it take to store the records speed of retrieval  How long does it take to retrieve the records speed of processing  Processing time is suspended while the CPU waits for the record to be retrieved

Traditional File Processing Uses transaction processing A transaction is the record of an event. Requires a Master File, and many transactions files Master File – “permanent” information Transaction file – contains information relevant to the most recent transactions.

Transaction Processing Master File Transaction File

Traditional Files

Limitations of File Processing Separated and Isolated Data Data Duplication (i.e. data integrity) and Confusion Application Program Dependency Incompatible Files Difficult to Represent Users’ Perspectives of Data Lack of Data Sharing and Availability

Advantages of Database Processing Integrated Data Less Duplication of Data Program/Data Independence Easier Representation of Users’ View of Data Restrict Unauthorized Access Backup and Recovery