Shared Flashcard Set

Details

BUS237 - Week 5
Week 5 BUS237
59
Business
Undergraduate 2
10/08/2013

Additional Business Flashcards

 


 

Cards

Term
T or F?

Content is related to intellectual property
Definition
True: In the broadest sense, content IS property and it varies by industry
Term
Intellectual property
Definition
A form of creative endeavour that can be protected through a trademark, patent, copyright, industrial design, or integrated circuit topography
Term
Content management includes...
Definition
The management of content data (handled by database management systems)

The presentation of content (handled by content management systems)
Term
What is the challenge with content management?
Definition
- Processing and storing the right content
- Getting the right content to the right person in the right format at the right time
Term
Difference between spreadsheets and databases
Definition
Spreadsheets - Keep lists of single concepts
Databases - Keep lists that involve multiple themes
Term
Database
Definition
A self-describing collection of integrated records - a collection of tables plus relationships among the rows in those tables plus metadata
Keeps track of things that involve more than one theme
Term
Hierarchy of Data Elements
Definition
Byte is a character of data
Bytes are grouped into columns/fields
Columns grouped into rows/records
Rows are grouped into tables/files
Term
Hierarchy of Data Elements
Definition
Byte is a character of data
Bytes are grouped into columns/fields
Columns grouped into rows/records
Rows are grouped into tables/files
Term
Character
Definition
The most basic logical data element –single alphabetic, numeric or symbol –typically a Byte
Term
Field
Definition
- AKA a column
- Typically a group of characters (could be one) – represents an attribute (characteristic or quality) of an entity (object, person, or place)
Term
Record
Definition
Related fields of data grouped together –can be either fixed length (e.g. Address) or variable length (employment history)
Term
Table
Definition
- AKA file
- A group of related records – frequently classified by application (payroll file) or use (transaction vs. master file) about a thing or event
Term
T or F?

With information systems, all content is stored in a digital form
Definition
True
Term
What is the smallest digital unit we use?
Definition
Bits - Binary digit (represents either 1 or 0)
Term
How many bits are in a byte?
Definition
8
Term
What is the the most common storage unit?
Definition
A byte
Term
T or F?

One byte can be translated into a Character
Definition
True: the byte “01000001” = “A”
Term
Types of Fields
Definition
- Character strings (text)
- Numeric: decimal / binary; fixed point / floating point; character (special representation)
- Logical (can be one of 'true' or 'false')
- Special: date, currency, memo...
Term
2 types of records
Definition
Master record:
- A record representing the status of a business entity
- e.g. a customer account, an inventory item record

Transaction record:
- A record representing an event (change) in the business
- e.g. a payment made, an invoice issued, inventory reduction
Term
T or F?


Values in one table may not relate to rows in other table(s)
Definition
False: values in one table can absolutely relate to rows in other tables
Term
Keys
Definition
Column(s) that identify unique row in table
Each table has a key
Term
Foreign keys
Definition
Keys belonging to a different (foreign) table from the one in which they reside.
Term
Relational Database
Definition
Databases using tables, keys, and foreign keys
Term
Primary key
Definition
- A field (or a set of fields) that uniquely identifies records
Term
What do we mean when we say databases are self-describing?
Definition
- They are a collection of integrated records that contain, within themselves a description of their contents
- They contain both data and also data about the data in its database

Ex. Libraries = self-describing collections of books and other materials - it is self-describing as it has a catalogue that describes its contents
Term
Metadata
Definition
- Data that describe data
- Makes databases more useful than spreadsheets - noone will need to guess, remember or record what is in the database
- Makes databases easier to use
Term
Database Management System (DBMS)
Definition
- Program that creates, processes, and administers a database
- Almost no organization develops its own DBMS - usually licensed from vendors
- Used to create tables, relationships and other structures in DB
- Consists of forms, formatted reports, queries and application programs
Term
Examples of DBMS products
Definition
DB2 from IBM
Access and SQL Server from Microsoft
Oracle from Oracle Corporation
MYSQL – an open source DBMS
Term
T or F?

Applications use DBMS to read, insert, modify, or delete data
Definition
True
Term
Structured Query Language (SQL)
Definition
international standard language for processing a database
Can be thought of as a formal way of putting a question to a database
Can be used to create databases and database structures
Term
4 ways DBMS provide tools to assist in the administration of the database
Definition
- Set up security (could set permissions and limit certain people from seeing certain parts of the database)
- Back up data
- Remove data
- Add structure to improve performance
Term
T or F?

The terms DBMS and database can be used interchangeably
Definition
False: DBMS and database are two different things - a DBMS is a software program whereas a database is a collection of tables, relationships and metadata
Term
4 things applications use DBMS to do
Definition
Read, insert, modify, or delete data
Term
Database application
Definition
Collection of forms, reports, queries, and application programs that process a database
Term
T or F?

Databases can have more then one application
Definition
True
Term
T or F?

Each application can only have one user
Definition
False: Each applications can have multiple users
Term
Forms
Definition
Used to read, insert, modify, and delete data
Term
Reports
Definition
Show data in structured context
May compute values
Term
Queries
Definition
Means of getting answers from database data
Term
T or F?


Forms, reports, and queries work well for standard functions
Definition
True, however most applications have unique requirements that a simple form, report or query cannot meet
Term
What do application programs do?
Definition
- Process logic specific to business need
- Enables database processing over the Internet
- Serves as intermediary between Web server and database
responds to events
- Reads, inserts, modifies, deletes data
Term
Multi-User Processing Problems
Definition
- Lost-update problem
- Locking used to coordinate activities of multiple users - creates new set of problems
- Data conflicts produce inaccurate results
Term
Enterprize DBMS
Definition
Process large organizational and workgroup databases
Support many users and many database applications
Examples: DB2, Microsoft’s SQL Server, Oracle
Term
Personal DBMS
Definition
Designed for smaller, simpler database applications
Supports fewer than 100 users
Examples: Access, dBase, FoxPro, Paradox, R:Base
Term
Transaction
Definition
The record of an event
Term
Transaction processing
Definition
Involves the use of human procedures and/or computer programs to store, retrieve, and manipulate records of events
Term
The complete internal data relevant to the operation of the organization can be obtained by:
Definition
- Recording the status of all entities at a given point in time
- Recording the data about events happening from that time on
Term
Entity
Definition
A thing whose status is relevant to the operation and management of the organization

e.g., Order, Customer,Item
Term
Event
Definition
A change (transaction) in the status of at least one entity
e.g., Payment Amount, Shipment Date
Term
Online Transaction Processing (OLTP)
Definition
Systems used for transaction processing
Term
Data Warehouse
Definition
- A relational database management system designed specifically to support management decision making
- A large, multidimensional database that collects important historical information from company wide databases and external sources into a single database
- Supports On-Line Analytical Processing(OLAP) and is the core of Business Intelligence industry
- Designed to be easy to understand and easily accessible to decision makers
Term
Data mart
Definition
a subset of a data warehouse
Term
Data mining
Definition
- The use of OLAP tools for the purpose of exploring organizational data with a goal of uncovering previously unknown relations and increasing predictive power of business models
- Data Mining relies on statistical tools that are powerful, capable of working on large data sets, and yet remain easy to use
Term
T or F?

All data in computing systems are represented by bytes.
Definition
True
Term
Web content management systems (CMSs)
Definition
Developed to help companies organize the presentation of their content
Ex. a web CMS would help companies standardize the look and feel of their website
They have really evolved - before, they would just organize documents for corproate websites but nowadays they actively seek out documents located across an organization and automatically manage access to this content
Term
T or F?

A database is very useful by itself.
Definition
False: A database by itself is not very useful - although the data are correct, they aren't all that meaninful so we need database application systems to make this data more accessible and useful
Term
T or F?

Database developers use the DBMS to create tables, relationships and other structures in the database
Definition
True
Term
How would one modify an existing table - say, add a new column?
Definition
The developer would open the metadata form for that table and then add a new row of metadata
Term
T or F?

Making a system usable by more than one person is accomplished simply by enabling computer connections
Definition
False: You also need to adjust the logic of the underlying application processing too
Supporting users have an ad free experience!