(1) Introduction To Databases, Information And Data Flashcards
data dictionary
A DBMS component that stores metadata-data about data. Thus, this contains the data definition as well as their characteristics and relationships. It may also include data that are external to the DBMS. Also known as an information resource _____________.
World Wide Web (WWW or the web)
Worldwide network collection of specially formatted and interconnected documents known as web pages.
Data inconsistency
A condition in which different versions of the same data yield different results.
Single-user database
A database that supports only one user at a time.
Structured data
Data that has been formatted to facilitate storage, use, and information generation.
Data processing (DP) specialist
The person responsible for developing and managing a computerized file processing system.
Knowledge
The body of information and facts about a specific subject. Knowledge implies familiarity, awareness, and understanding of information as it apples to an environment. A key characteristic is that new _________ can be derived from old __________.
Desktop database
A single-user database that runs on a personal computer.
Availability
In the context of data security, it refers to the accessibility of data whenever required by authorized users and for authorized purposes.
Discipline-specific databases
A database that contains data focused on specific subject areas.
Data
Raw facts, or facts that have not yet been processed to reveal their meaning to the end user.
Logical data format
The way a person views data within the context of a problem domain.
Data redundancy
Exists when the same data is stored unnecessarily at different places.
Hub
A warehouse of data packets housed in a central location on a local area network. It contains multiple ports that copy the data in the data packets to make it accessible to selected or all segments of the network.
Unstructured data
Data that exists in its original, raw state; that is, in the format in which it was collected.
Physical data format
The way a computer “sees” (stores) data.
Islands of information
In the old file system environment, pools of independent, often duplicated, and inconsistent data created and managed by different departments.
Database management system (DBMS)
The collection of programs that manages the database structure and controls access to the data stored in the database.
Centralized database
A database located at a single site.
Analytical database
A database focused primarily on storing historical data and business metrics used for tactical or strategic decision making.
Query language
A no procedural language that is used by a DBMS to manipulate its data.
Record
A collection of related (logically connected) fields.
Data management
a process that focuses on data collection, storage, and retrieval. Common functions include addition, deletion, and modification, and listing.
Data independence
A condition in which data access is unaffected by changes in the physical data storage characteristics.
Performance tuning
Activities that make a database perform more efficiently in terms of storage and access speed.
Structural dependence
A data characteristic in which a change in the database scheme affects data access, thus requiring changes in all access programs.
Query result set
The collection of data rows returned by a query.
Metadata
Data about data; that is, data about data characteristics and relationships.
Field
An alphabetic or numeric character or group of characters that defines a characteristic of a person, place, or thing. For example, a person’s SS#, address, phone#, and bank balance all constitute these.
Router
(1) An intelligent device used to connect dissimilar networks.
(2) Hardware/software equipment that connects multiple and diverse networks.
NoSQL
A new generation of database management systems that is not based on the traditional relational database model.
Enterprise database
The overall company data representation, which provides support for present and expected future needs.
Online analytical processing (OLAP)
Decision support system (DSS) tools that use multidimensional data analysis techniques. It creates an advanced data analysis environment that supports decision making, business modeling, and operations research.
General-purpose databases
A database that contains a wide variety of data used in multiple disciplines.
Database
A shred, integrated computer structure that houses a collection of related data. To contains two types of data: end-user data (raw facts) and metadata.
Database system
An organization of components that defines the collection, storage, management, and use of data in a database environment.
ad hoc query
A “spur-of-the-moment” question
Data anomaly
A data abnormality in which inconsistent changes have been made to a database. For example, an employee moves, but the address change is not corrected in all files in the database.
Multiuser database
A database that supports multiple concurrent users.
Role
In Orace, a named collection of database access privileges that authorize a user to connect to a database and use its system resources.
Data dependence
A data condition in which data representation and manipulation are dependent on the physical data storage characteristics.
Social media
Web and mobile technologies that enable “anywhere, anytime, always on” human interactions.
Database design
The process that yields the description of the database structure and determines the database components. The second phase of the database life cycle.
Website
Refers to the web server and the collection of web pages stored on the local hard disk of the server computer.
Query
A question or a task asked by an end user of a database in the form of SQL code. A specific request for data manipulation issued by the end user or the application to the DMBS.
Workgroup database
A multiuser database that usually supports fewer than 50 users or is used for a specific department in an organization.
Semi structured data
Data that has already been processed to some extent.
Data integrity
In a relational database, a condition in which the data in the database complies with all entity and referential integrity constraints.
Structured Query Language (SQL)
A powerful and flexible relational database language composed of commands that enable users to create database and table structures, perform various types of data manipulation and data administration, and query the database to extract useful information.
Operational database
A database designed primarily to support a company’s day-to-day operations.
Cloud database
A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS
File
A named collection of related records.
Structural independence
A data characteristic in which changes in the database scheme do not affect data access.
XML Database
A database system that stores and manages semistructured XML data.
Information
The result of processing raw data to reveal its meaning. It consists of transformed data and facilitates decision making.