• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/58

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

58 Cards in this Set

  • Front
  • Back

What is a database?

An organized collection of logically related data.

What is data?

Stored representations of objects and events that have meaning and importance in the user's environment

What is information?

Data that have been processed in such a way as to increase the knowledge of the person who uses the data

What is metadata?

Data that describe the properties or characteristics of end-user data and the context of those data.

What is a database application?

an application program or set of related programs that is used to perform a series of database activities on behalf of database users such as create read update and delete

What is a file?

A collection of related records

What is a data model?

A graphical system used to capture the nature and relationships among data

What are the disadvantages of file processing systems? (5)

1. Program data dependence


2. duplication of data


3. limited data sharing


4. lengthy development times


5. excessive program maintenance

What is an entity?

a person a place an object an event or Concept in the user environment about which the organization wishes is to maintain data.

What is a relational database?

a database that represents data as a collection of tables in which all data relationships are represented by common values in related tables.

What is the database management system?

A software system that is used to create, maintain, and provide controlled access to user databases.

What is data Independence?

The separation of data descriptions from the application programs that use the data.

What are the advantages of the database approach?

program data Independence,


planned data redundancy,


improved data consistency, improved data sharing,


increased productivity of application development,


enforcement of Standards,


improved data quality,


improved data accessibility and responsiveness,


reduced program maintenance, improved decision support.

What is a user view?

A logical description of some portion of the database that is required by a user to perform some task.

What is a constraint?

A rule that cannot be violated by database users.

What are the costs and risks of the database approach?

new specialized Personnel, installation and management cost and complexity,


conversion costs,


need for explicit backup and Recovery,


organizational conflict.

What are data modeling and design tools?

Software tools that provide automated support for creating data models.

What is a repository?

a centralized knowledge base of all data definitions, data relationships, screen and report formats, and other system components.

What are application programs?

Computer-based application programs used to create and maintain the database and provide information to users.

What is a user interface?

languages, menus, and other facilities by which users interact with various system components, such as data modeling and design tools, application programs, the dbms, and the Repository.

What are data administrators?

Persons who are responsible for the overall management of data resources in an organization.

What are system Developers?

Person such as systems analyst and programmers who designed new application programs.

What are end users?

persons throughout the organization who add, delete, and modify data in the database and who request or receive information from it.

What is enterprise data modeling?

the first step in database development, in which the scope and general contents of organizational databases are specified.

What is the system's development life cycle?

The traditional methodology used to develop, maintain, and replace Information Systems.

What are the seven steps of the sdlc?

1. Planning - Enterprise modeling


2. Planning - conceptual data modeling


3. Analysis - conceptual data modeling


4. Design - logical database design


5. Design - physical database design and definition


6. Implementation - database implementation


7. Maintenance - database maintenance


What is a conceptual schema?

A detailed, technology independent specification of the overall structure of organizational data.

What is a logical schema?

The representation of a database for a particular data management technology.

What is a physical schema?

specifications for how data from a logical schema are stored in a computer's secondary memory by a database management system.

What is prototyping?

an interactive process of systems development in which requirements are forwarded to a working system that is continually revised through close work between analysts and users.

What are the four fundamentals of agile software development?

1. Individuals and interactions over processes and tools


2. Working software over comprehensive documentation


3. Customer collaboration over contract negotiation


4. Responding to change over following a plan

What are the three criteria for using an agile or adaptive process?

1. Unpredictable and or changing requirements


2. Responsible and collaborative Developers


3. Involved customers who understand and can contribute to the process

What must be evaluated when assessing inefficiencies of a database?

Weighing the inefficiency against violating the core principles behind sound database-design

What is an external schema?

This is the view or views of managers and other employees who are the database users.

What is a conceptual schema?

the schema combining the different external views into a single, coherent, and comprehensive definition of the Enterprises data.

What is the internal schema?

It consists of two separate schemas a logical schema and a physical schema.

What is the internal logical schema?

Direct presentation of data for a type of data management technology.

What is the internal physical schema?

How data are to be represented and stored in secondary storage using a particular database management system.

What are the three schemas that comprise the three schema architecture?

External, conceptual, internal.

What is a project?

A planned undertaking of related activities to reach an objective that has a beginning and an end.

What are systems analysts?

these individuals may perform business analyst activities but also specify computer systems requirements and typically have a stronger systems development background than business analysts.

What are database analysts and data modelers?

These individuals concentrate on determining the requirements and design for the database component of the information system.

What are database architects?

these individuals establish standards for data in business units, starting to attain Optimum data location, currency, and quality.

What are data administrators?

These individuals have responsibility for existing and future databases and ensure consistency and integrity across databases, and as experts on database technology, they provide Consulting and training to other project team members.

What is the client?

The machine that runs the user interface and sometimes the business logic.

What is the database server?

The machine that runs the database management system and contains the database.

What does the conceptual schema represent?

The view of the data architect or data administrator.

What does the term data independence mean, and why is it an important goal?

1) It separates metadata from the application programs that use the data.


2) Data descriptions are stored in a central Repository.


3) this allows an organization's data to change an evolved without changing the application programs that process the data.

What is structured data?

information with a high degree of organization, such that inclusion in a relational database is seamless and readily searchable by simple

What is unstructured data?

Multimedia data

What is an Enterprise data model?

An integrated view of the data produced and consumed across an entire organization. It is a single integrated definition of data, unbiased of any system or application.

What are ERP systems?

Enterprise resource planning systems.


Software applications that provide the data necessary for the Enterprise to examine and manage its activities.

What comprises a multitier database?

1. User interface accessible on user computer


2. An application / web layer w the logic to accomplish the business transactions requested by the users.


3. Call database server.

What are the 9 major components in a database system environment?

1. Data modeling and design tools


2. Repository


3. DBMS


4. Application programs


5. Database


6. User interface


7. Data and database administrators


8. System Developers


9. End users

How are relationships between tables expressed in a relational database?

The names of common fields included in a file called a relation.

Which schema represents the view of a manager or other employees?

The external schema.

Which schema represents the view of the data architect or data administrator?

The conceptual schema.

Which schema represents the view of the database administrator?

The internal schema