CIS Chapter 11 Key Terms – Flashcards
Unlock all answers in this set
Unlock answersquestion
Alphabetic Check
answer
In a database, confirms that only textual characters are entered in a field
question
Artificial Intelligence
answer
Branch of computer science that deals with the attempt to create computers that think like humans
question
Batch Processing
answer
The accumulation of transaction data until a certain point is reached, at which time several transactions are processed at once
question
Binary Large Object (BLOB)
answer
Same as "Unstructured Data" see below
question
Business Intelligence Systems
answer
Systems used to analyze and interpret data in order to enable managers to make informed decisions about how best to run a business
question
Clickstream Data
answer
Software used on company websites to capture info about each click that user make as they navigate through the site
question
Completeness Check
answer
In a database, ensures that all required fields have been completed
question
Consistency Check
answer
In a database, compares the values of data in two or more fields to see if those values are reasonable
question
Database
answer
Digital collection of related data that can be stored, sorted, organized, and queried
question
Database Administrator (database designer)
answer
An information technology professional responsible for designing, constructing, and maintaining databases
question
Database Management System (DBMS)
answer
A specially designed application software used to create and mage databases
question
Data Dictionary (database schema)
answer
A map of a database that defines the features of the fields in the database
question
Data Inconsistency
answer
Data for a record being different in two different lists
question
Data Integrity
answer
When the data in a database is accurate and reliable
question
Data Mart
answer
Small slices of data warehouse grouped together and separated from the main body of data in the data warehouse so that related sets of data can be analyzed
question
Data Mining
answer
The process by which great amounts of data are analyzed and investigated. Objective is to spot significant patterns or trends within the data that would otherwise not be obvious
question
Data Redundancy
answer
Duplicated data in a list
question
Data Staging
answer
The act of formatting data from source databases before fitting it into a data warehouse. It consists of three steps: extraction, transformation, and storage
question
Data Type (field type)
answer
1) Describes the kind of data being stored at the memory location; each programming language has its own data types 2) In a database, indicates what type of data can be stored in a field and prevents the wrong type of data from being entered into the field
question
Data Warehouse
answer
A large-scale collection of data that contains and organizes in one place all the data from an organization's multiple databases
question
Decision Support System (DSS)
answer
Type of business intelligence system designed to help managers develop solutions for specific problems
question
Default Value
answer
Value a database automatically uses for a field unless the user enters another value
question
Detail Report
answer
Report generated by a management info system that provides a list of the transactions that occurred during a certain time period
question
Enterprise Resource Planning (ERP) System
answer
Business intelligence system that accumulates in a central location all information relevant to running a business and makes it readily available to whoever needs it to make decisions
question
Exception Report
answer
Report generated by management information system that shows conditions that are unusual or that need attention by system users
question
Expert System
answer
System that tries to replicate the decision-making processes of human experts in order to solve specific problems
question
Field
answer
The component of a database in which the database stores each category of information
question
Field Constraint
answer
Property that must be satisfied for an entry to be accepted into the field
question
Field Properties
answer
In an Access database table, the field name, data type, and other data elements
question
Field Size
answer
Defines the maximum number of characters that a field can hold in a database
question
Filter
answer
In a database, temporarily displays records that match certain criteria
question
Foreign Key
answer
In a relational database, the common field between tables that's not the primary key
question
Fuzzy Logic
answer
Enables the interjection of experiential learning into knowledge-based systems by allowing the consideration of probabilities
question
Information System
answer
System that includes data, people, procedures, hardware, and software that help in planning and decision making; a software-based solution used to gather and analyze information
question
Input Form
answer
Used to control how new data is entered into a shared database
question
Join Query
answer
A query used to extract data that's in two or more tables in a database
question
Knowledge-Based System
answer
Business intelligence system that provides intelligence that supplements the user's own intellect and makes the decision support system more effective
question
Management Information System (MIS)
answer
Type of business intelligence system that provides timely and accurate information that enables managers to make critical business decisions
question
Many-to-Many Relationship
answer
In a relational database, records in one table are related to multiple records in a second table, and vice versa
question
Metadata
answer
Data that describes other data
question
Model Management System
answer
Software that assists in building management models in decision support systems; an analysis tool that, through the use of internal and external data, provides a view of a particular business situation for the purposes of decision-making
question
Multidimensional Database
answer
Database that stores data from different perspectives, called dimensions, and organizes data in a cube format
question
Natural Language Processing (NLP) System
answer
Knowledge-based business intelligence system that enables users to communicate with computer systems using a natural spoken or written language instead of a computer programming language
question
Normalization
answer
Process to ensure data is organized most efficiently in a database
question
Numeric Check
answer
In a database, confirms that only numbers are entered in a field
question
Object-Oriented Database
answer
Database that stores data in objects rather than in tables
question
Object Query Language (OQL)
answer
A query language used by many object-oriented databases
question
Office Support System (OSS)
answer
A system designed to improve communications and assist employees in accomplishing their daily tasks
question
One-to-Many Relationship
answer
In a relational database, a record appears only once in one table while having the capability of appearing many times in a related table
question
One-to-One Relationship
answer
In a relational database, for each record in a table there's only one corresponding record in a related table
question
Online Analytical Processing (OLAP)
answer
Software that provides standardized tools for viewing and manipulating data in a data warehouse
question
Online Transaction Processing (OLTP)
answer
The real-time processing of database transactions online
question
Primary Key Field
answer
In a database, a field that has a value unique to a record
question
Query
answer
In a database, a way of retrieving information that defines a particular subset of data; can be used to extract data from one or more tables
question
Query Language
answer
A specially designed computer language used to manipulate data in or extract from a database
question
Range Check
answer
Ensures that the data entered into the field of a database falls within a certain range of values
question
Real-Time Processing
answer
The processing of database transactions in which the database is updated while the transaction is taking place
question
Record
answer
Group of related fields in a database
question
Referential Integrity
answer
In a relational database, a condition where, for each value in the foreign key table, there's a corresponding value in the primary key table
question
Relational Algebra
answer
Use of English-like expressions that have variables and operations, much like algebraic equations, to extract data from databases using Structured Query Language
question
Relational Database
answer
Database type that organizes data into related tables based on logical groupings
question
Relationship
answer
In a relational database, a link between tables that defines how the data is related
question
Select Query
answer
In Structured Query Language, displays a subset of data from a table (or tables) based on the criteria specified
question
Structured (analytical) Data
answer
Data such as "Bill" or "345" as opposed to unstructured data (see below)
question
Structured Query Language (SQL)
answer
Database programming language used to construct queries to extract data from relational databases; one example of a fourth-generation language
question
Summary Report
answer
Report generated by a management information system that provides a consolidated picture of detailed data; these reports usually include some calculation or visual displays of information
question
Table (file)
answer
Group of related records in a database
question
Time-Variant Data
answer
Data that doesn't pertain to one period in time
question
Transaction-Processing System (TPS)
answer
Type of business intelligence system for keeping track of everyday business activities
question
Unstructured Data
answer
Audio clips, video clips, pictures, and extremely large documents. Also called binary large object (BLOB) (see above)
question
Validation
answer
The process of ensuring that data entered into a field of a database meets specified guidelines
question
Validation Rule
answer
In a database, generally defined as part of the data dictionary and specified in the filed properties for each field; violations result in an error message and a suggested action