COMM 205 Quiz 2 Flashcards

(21 cards)

1
Q

Database

A
  1. An organized collection of logical related data>
  2. A. structured collection of data accessed and utilized by many different applications and users.
  3. A collection of records about various business categories (entities).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An effective information system provides

A
  1. Timely information
  2. Quality information
  3. Relevant information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why put data into databases?

A
  1. No data redundancy
  2. Data can be shared in a way that does not violate privacy and confidentiality
  3. There is data integrity or consistency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Problems with traditional file-based systems

A
  1. Data redundancy
  2. Data inconsistency
  3. Data isolation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data redundancy

A

Duplicate data in multiple data files.

Wastage of storage space and inefficient processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data inconsistency

A

Various copies of the data do not agree.

Different representations of the same piece of data in different places.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data isolation

A

Applications cannot access data associated with other

applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Database Management System (DBMS) is the software used to

A
  1. Reduce data redundancy;
  2. Share data in a controlled way
  3. Reduce data integrity problems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Enterprise systems include

A
  1. Internal Databases (Operational databases; Data warehouses)
  2. External Databases
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Database Management Systems (DBMS) is

A
  1. Software through which users and application programs interact with a database.
  2. Software used to create, manage, maintain, and manipulate a database.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Examples of DBMS

A
Microsoft Access
Microsoft SQL Server
Oracle
MySQL (open source database)
IBM DB2
FileMaker Pro (a subsidiary of Apple Inc.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Data Security

A

Databases have high security measures in place to deter mistakes and attacks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Data Integrity

A

Data meet certain constraints, such as no alphabetic characters in a Social Insurance Number field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Data Independence

A

Applications and data are not linked to each other, so

that all applications are able to access the same data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Benefits of DBMS

A
  1. Data Security
  2. Data Integrity
  3. Data Independence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Data hierarchy

A
  1. Database
  2. File (Table)
  3. Record
  4. Field
17
Q

Ratioanal Databases - Table

A
  1. Data organized as two-dimensional tables.
    Table (File)
    Row (Record)
    Column (Field or Attribute)
  2. Tables are linked by matching fields
  3. Primary Key and Foreign Key are used to create logical relationships between tables
18
Q

Composite primary key

A

A primary key that consist of more than one field

19
Q

Atomic primary key

A

A primary key that consist of only one field

20
Q

Primary Key

A

Primary Key is an attribute that uniquely identities each record in a table (parent table).

21
Q

Foreign Key

A

Foreign Key is an attribute in a table (child table) that reference a primary key of parent table.