• 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/43

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;

43 Cards in this Set

  • Front
  • Back
bit
short for binary digit, smallest unit of data in a computer, has either a value of 0 or 1
byte
a group of 8 bits and represents a single character
field
a collection of characters, or bytes, that describe one aspect of a business object or activity -- single unit of data
example: date enrolled, student name
record
a collection of related data fields
example: all of the fields for one student will be stored in a student record
file
a collection of related records
example: all of the students at your university are stored in the student file
database
an organized collection of integrated and related data files
example: the collection of the student file, faculty file and course file make a university database
database management system (DBMS)
software that allows you to create a database, manage the data in the database by adding, deleting, and updating records, sort and retrieve data, and creates queries and reports of that data
file management software
the traditional system used to manage files- two main problems are data redundancy and data isolation
data redundancy
when different systems/programs have separate copies of similar, if not identical, data
Data isolation
when an application program can't access the data associated with other application programs
metadata
descriptions about what the different data values represent and their formats
data manipulation
keeps the data current and involves adding, updating, and deleting data
data validation
compares data against a set of rules to make sure it is correct
data type validity check
ensures that a value entered into a field matches the data type established for that field
range validity check
ensures that the value entered into a field falls within the range of acceptable values that have been established for that field
consistency validity check
ensures that a value entered into a field is consistent with a value in another field
completeness validity check
ensures that a field contains a value if it is required
database security
enforces rules to make certain that only authorized users can access the data
access privileges
define the set of activities that different users, or groups of users, can perform
conceptual data model
represents how the data is going to be organized and stored from a business perspective
physical database model
shows exactly how the database will be implemented within the specific database management system
relational database model
the most common DBMS model, represents data as a collection of related tables
primary key
a field (or set of fields) that uniquely identifies one row from the next
foreign key
the field in common that used to link the different tables together
normalization
a design process which helps limit redundancy by dividing data into different tables
entity-relationship diagram (ERD)
a tool used to graphically show the structure of the data
entity
a person, place, thing, or event
relationships
how the entities are related to each other
attributes
the characteristics that describe an entity
instance
a specific representation of an entity
identifier
an attribute that uniquely identifies one instance of an entity from another instance
online transaction processing system (OLTP)
used to quickly process the business transactions, allows managers to get answers to different business questions
data warehouse
a repository of the historical data from an organization
online analytical processing
rapid processing of complex, analytical and ad-hoc queries
Business Intelligence Systems
help organizations better understand their business situation, analyze the impact of changes in the marketplace, and forecast future trends
data mart
a subset, or scaled-down version, of a data warehouse. Usually contain data related to a specific unit or function within an organization
data mining
a process used to analyze and sort through data to find patterns and relationships among data -- to produce the needed business intelligence
knowledge management (KM)
the process of identifying, capturing, organizing, and sharing the knowledge, or intellectual assets within an organization
intellectual assets
the knowledge of an organization
best practices
most effective and efficient way of accomplishing a task
explicit knowledge
consists of anything that can be documented, archived, and codified
tacit knowledge
what people know, often difficult to capture
knowledge management system (KMS)
not a single tool, rather it is the collection of information resources used to manage knowledge. May include groupware, email, intranets, extranets, databases, and data warehouses.