FIS - Module 4 Flashcards
Database Systems (42 cards)
Organized collection of data
Database
Group of programs that manipulate the database
Provide an interface between the database and its users
and other application programs
Database management system (DBMS)
Skilled IS professional
who directs all activities related to an organization’s database
Database administrator (DBA)
Data Management
- Without data and the ability to process the data:
- An organization could not successfully complete most business activities
- Data consists of raw facts
- To transform data into useful information:
- It must first be organized in a meaningful way
The Hierarchy of Data
Bit (a binary digit):
Circuit that is either on or off
Byte:
Typically made up of eight bits
Character:
Basic building block of information
Field:
Name, number, or combination of characters that describes an aspect of a business object or activity
Record:
Collection of related data fields
File:
Collection of related records
Database:
Collection of integrated and related files
Circuit that is either on or off
Bit (a binary digit)
Typically made up of eight bits
Byte
Basic building block of information
Character
Name, number, or combination of characters
that describes an aspect of a business object or activity
Field
Collection of related data fields
Record
Collection of related records
File
Collection of integrated and related files
Database
General class of people, places, or things (objects) for which data is collected, stored, and maintained
Entity
Characteristic of an entity
Attribute
Specific value of an attribute
Data item
Field or set of fields in a record that is used to identify the record
Key
Field or set of fields that uniquely identifies the record
Primary key
Refers to the primary key in another table.
Foreign key
Each distinct operational system used data files dedicated to that system
Traditional approach to data management
Pool of related data is shared by multiple application programs
Database approach to data management
When building a database, an organization must consider:
Content: What data should be collected and at what cost?
Access: What data should be provided to which users and when?
Logical structure: How should data be arranged so that it makes sense to a given user?
Physical organization: Where should data be physically located?
Building a database requires two types of designs:
Logical design:
Abstract model of how data should be structured and arranged to meet an organization’s information needs
Physical design:
Starts from the logical database design and fine- tunes it for performance and cost considerations
Abstract model of how data should be structured and arranged to meet an organization’s information needs
Logical design
Starts from the logical database design and fine- tunes it for performance and cost considerations
Physical design