SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Level 1

Questions and Answers List

level questions: Level 1

QuestionAnswer
are raw facts - building blocks of information - must be formatted for storage, processing, and presentation - are foundation of information, which is the bedrock of knowledgedata
- is the result of processing raw data to reveal meaning - Information requires context to reveal meaning - produces by processing data and is used to reveal meaning in dataInformation
focuses on proper generation, storage, and retrieval of dataData Management
- shared, integrated computer structure that stores a collection of: 1) End-user Data: raw facts of interest to end user 2) Metadata: data about dataDatabase
- Provides description of data characteristics and relationships in data - Complements and expands value of dataMetadata
- collection of programs that manages the structure and controls access to data - the intermediary between the user and the database + Database structure stored as a file collection + Can only access files through the DBMS - DBMS enables data to be shared - DBMS integrates many users’ views of the dataDatabase Management System (DBMS)
~ Improved: - data sharing - data security - data access - decision-making ~ Better data integration ~ Minimized data inconsistency ~ Increased end-user productivityAdvantages of DBMS
-This database supports only one user at a time: Desktop database: single-user; runs on PCSingle-user database
-This database supports multiple users at the same time - Workgroup and enterprise databasesMultiuser database
data located at a single siteCentralized database
data distributed across several different sitesDistributed database
- supports a company’s day-to-day operations =>Transactional or production databaseOperational database
stores data used for tactical or strategic decisionsData warehouse
-represents data elements in textual format ~>XML database supports semi-structured XML dataExtensible Markup Language (XML)
~> focuses on design of database structure used for end-user data Well-designed database: - Facilitates data management - Generates accurate and valuable information Poorly designed database: - Causes difficult-to-trace errorsDatabase design
- Widely used by business users - Users have become so adept at working with spreadsheets, they tend to use them to complete tasks for which spreadsheets are not appropriate – database substituteMicrosoft Excel
- Requires extensive programming - Cannot perform ad hoc queries - System administration is complex and difficult - Difficult to make changes to existing structures - Security features are likely to be inadequateFile System
- access to a file is dependent on its own structure - All file system programs must be modified to conform to a new structureStructural dependence
- change file structure without affecting data accessStructural independence
data access changes when data storage characteristics changeData dependence
data storage characteristics do not affect data accessData independence
same data stored unnecessarily in different placesData Redundancy
different and conflicting versions of same data occur at different placesData inconsistency
abnormalities when all changes in redundant data are not made correctly - Update anomalies - Insertion anomalies - Deletion anomaliesData anomalies
Organizational structure promotes storage of same data in different locationsIslands of information
- consists of logically related data stored in a single logical data repository - May be physically distributed among multiple storage facilities - DBMS eliminates most of file system’s problems - Current generation stores data structures, relationships between structures, and access paths - Also defines, stores, and manages all access paths and componentsDatabase Systems
Five major parts of a database system 1) Hardware 2) Software 3) People 4) Procedures 5) DataFive major parts of a database system
all the system’s physical devicesHardware
three types of software required 1) Operating system software 2) DBMS software 3) Application programs and utility softwareSoftware
- all users of the database system 1) System and database administrators 2) Database designers 3) Systems analysts and programmers 4) End usersPeople
instructions and rules that govern the design and use of the database systemProcedures
the collection of facts stored in the databaseData
- Database systems are created and managed at different levels of complexity - Database solutions must be cost-effective as well as tactically and strategically effective - Database technology already in use affects selection of a database systemThe Database System Environment