Chapter 11 Computer Concepts – Flashcards

Unlock all answers in this set

Unlock answers
question
alphabetic check
answer
alphabetic check Confirms that only textual characters are entered in a database field.
question
artificial intelligence (AI)
answer
The science that attempts to produce computers that display the same type of reasoning and intelligence that humans do.
question
batch processing
answer
The process of accumulating transaction data until a certain point is reached, then processing those transactions all at once.
question
binary large object (BLOB)
answer
In databases, a type of object that holds extremely large chunks of data in binary form; this data is usually video clips, pictures, or audio clips.
question
data integrity
answer
The process of ensuring that data contained in a database is accurate and reliable.
question
data inconsistency
answer
Any difference in data in lists caused when data exists in multiple lists and not all lists are updated when a piece of data changes.
question
data field
answer
Holds data such as birthdays and due dates.
question
data dictionary (database schema)
answer
A file that defines the name, data type, and length of each field in the database.
question
data centralization
answer
Having all data in one central location (usually a database). Data centralization helps ensure data integrity by requiring data to be updated only in one place if the data changes.
question
consistency check
answer
The process of comparing the value of data in a database field against established parameters to determine whether the value is reasonable.
question
computational field (computed field)
answer
A numeric field in a database that is filled as the result of a computation.
question
completeness check
answer
A process that ensures that all database fields defined as "required" have data entered into them.
question
clickstream data
answer
Information captured about each click that users make as they navigate a Web site.
question
browsing
answer
(1) The process of viewing database records. (2) The process of "surfing" the Web.
question
decision support system (DSS)
answer
A system designed to help managers develop solutions for specific problems.
question
date field
answer
A field in a database that holds date data such as birthdays, due dates, and so on.
question
database query
answer
An inquiry the user poses to a database to extract a meaningful subset of data.
question
database management system (DBMS)
answer
A type of specially designed application software (such as Oracle or Microsoft Access) that interacts with the user, other applications, and the database to capture and analyze data.
question
database administrator (database designer)
answer
An individual trained in the design, construction, and maintenance of databases.
question
database
answer
A collection of related data that can be easily stored, sorted, organized, and queried.
question
data warehouse
answer
A large-scale electronic repository of data that contains and organizes in one place all the data related to an organization.
question
data type (field type)
answer
An attribute of a data field that determines what type of data can be stored in the database field or memory location.
question
data staging
answer
A three-step process: extracting data from source databases, transforming (reformatting) the data, and storing the data in a data warehouse.
question
data redundancy
answer
When the same data exists in more than one place in a database.
question
data mining
answer
The process by which great amounts of data are analyzed and investigated.
question
data mart
answer
Small slices of a data warehouse.
question
detail report
answer
detail report A report generated with data from a database that shows the individual transactions that occurred during a certain time period.
question
default value
answer
The value a database will use for a field unless the user enters another value.
question
enterprise resource planning (ERP) system
answer
System that is used to control many "back office" operations and processing functions such as billing, production, inventory management, and human resources management.
question
exception report
answer
A report that shows conditions that are unusual or that need attention by users of a system.
question
expert system
answer
A system designed to replicate the decision-making processes of human experts to solve specific problems.
question
export
answer
The process of putting data into an electronic file in a format that another application can understand.
question
external data source
answer
Any source not owned by the company that owns a decision support system, such as customer demographic data purchased from third parties.
question
field
answer
A field where a category of information in a database is stored. Fields are displayed in columns.
question
field constraint
answer
Any property that must be satisfied for an entry to be accepted into the database field.
question
field name
answer
An identifying name assigned to each field in a database.
question
input form
answer
A form that provides a view of the data fields to be filled in a database, with appropriate labels to assist database users in populating the database.
question
information system
answer
A system that includes data, people, procedures, hardware, and software and that is used to gather and analyze information.
question
hyperlink field
answer
A field in a database that stores hyperlinks to Web pages.
question
fuzzy logic
answer
A type of logic that allows the interjection of experiential learning into an equation by considering probabilities.
question
foreign key
answer
The primary key of another database table that is included for purposes of establishing relationships with another table.
question
field size
answer
The maximum number of characters (or numbers) that a field in a database can contain.
question
memo field
answer
A text field in a database that is used to hold long pieces of text.
question
many-to-many relationship
answer
A database relationship in which one record in a database table (A) can have many related records in another table (B), and any record in table B can have many related records in table A.
question
management information system (MIS)
answer
A system that provides timely and accurate information that enables managers to make critical business decisions.
question
knowledge-based system
answer
A support system that provides additional intelligence that supplements the user's own intellect and makes a decision support system (DSS) more effective.
question
join query
answer
A database query that links (or joins) two database tables using a common field in both tables and extracts the relevant data from each.
question
object field
answer
A field in a database that holds objects such as pictures, video clips, or entire documents.
question
numeric check
answer
A data validation routine that confirms that only numbers are entered in a database field.
question
normalization
answer
The process of recording data only once in a database to reduce data redundancy.
question
natural language processing (NLP) system
answer
A system that enables users to communicate with computer systems using a natural spoken or written language as opposed to using computer programming languages.
question
multidimensional database
answer
A database that stores data in multiple dimensions and is organized in a cube format.
question
model management system
answer
A type of software that assists in building management models in decision support systems (DSSs).
question
metadata
answer
Data that describes other data.
question
object-oriented database
answer
A database that stores data in objects, not in tables.
question
object query language (OQL)
answer
A query language that is used to extract information from an object-oriented database.
question
office support system (OSS)
answer
A system (such as Microsoft Office) designed to assist employees in accomplishing their day-today tasks and to improve communications.
question
one-to-many relationship
answer
A database relationship in which one record in a data table can have many related records in another data table.
question
one-to-one relationship
answer
A database relationship in which one record in a data table has only one related record in another data table.
question
online transaction processing (OLTP)
answer
The immediate processing of user requests or transactions.
question
primary key (key field)
answer
The unique field that each database record in a table must have.
question
query
answer
The process of requesting information from a database.
question
query language
answer
A language used to retrieve and display records. A query language consists of its own vocabulary and sentence structure, used to frame the requests.
question
range check
answer
A type of data validation used in databases to ensure that a value entered falls within a specified range (such as requiring a person's age to fall in a range of between 1 and 120).
question
real-time processing
answer
The process of updating a database (or information system) immediately as changes are made.
question
record
answer
A collection of related fields in a database.
question
relational algebra
answer
The use of English-like expressions that have variables and operations, much like algebraic equations.
question
relation
answer
A database table that contains related data.
question
referential integrity
answer
For each value in the foreign key of one table, there is a corresponding value in the primary key of the related table.
question
relational database
answer
A database that organizes data in table format by logically grouping similar data into relations (or tables) that contain related data.
question
relationship
answer
In relational databases, the link between tables that defines how the data are related.
question
select query
answer
A query that displays a subset of data from a table based on the criteria the user specifies.
question
sort (index)
answer
The process of organizing a database into a particular order.
question
structured (analytical) data
answer
Data that can be identified and classified as discrete bits of information (such as a name or phone number). Unstructured data includes nontraditional data such as audio clips (including MP3 files), video clips, and pictures that must be viewed in their entirety rather than in discrete segments.
question
structured query language (SQL)
answer
The most popular database query language today.
question
summary report
answer
A report that summarizes data in some fashion (such as a total of the day's concession sales at an amusement park). Also known as a summary data report.
question
table
answer
In database terminology, a group of related records. Also called a file.
question
text field
answer
A database field that can hold any combination of alphanumeric data (letters or numbers) and is most often used to hold text.
question
time-variant data
answer
Data that doesn't all pertain to one period in time—for example, data in a data warehouse.
question
transaction processing system (TPS)
answer
A system used to keep track of everyday business activities (such as sales of products).
question
unstructured data
answer
Nontraditional database data such as audio clips (including MP3 files), video clips, pictures, and extremely large documents. Data of this type is known as a binary large object (BLOB) because it is actually encoded in binary form.
question
validation
answer
The process of ensuring that data entered into a database is correct (or at least reasonable) and complete.
question
validation rule
answer
A rule that is set up in a database to alert the user to possible wrong entries.
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New