Lecture #1 Review Flashcards

1
Q

Give 5 disadvantages of using a file-based system.

A
  • Data Redundancy
  • Data Isolation
  • Integrity problems
  • Security Problems
  • Concurrency access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Data Redundancy.

A

This occurs in a database when a field needs to be updated in more than one table.

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

Describe a File System.

A

A file system is a method and data structure that the operating system uses to control how data is stored and retrieved on a storage device, such as a hard drive, SSD, or USB flash drive.
- Without a file system, data placed in a storage
medium would be one large block of data with
no way to distinguish or identify the pieces of
information.

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

Describe Data Isolation

A

It ensures that transactions are executed in a way that they do not interfere with each other, maintaining the consistency and integrity of the database.

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

Describe Integrity Problems

A

Consists of maintenance and assurance that the data in a database is correct and consistent.

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

Describe Security Problems.

A

Problems that occur within a file based system because of constraints accessing privileges.

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

Describe Concurrency Access.

A

Concurrency is the ability of the database to allow multiple users access to the same
record without adversely affecting transaction processing. A file-based system must
manage, or prevent, concurrency by the application programs. Typically, in a filebased system, when an application opens a file, that file is locked. This means that
no one else has access to the file at the same time.

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

What is Data?

A

Factual Information such as measurements or statistics about objects and concepts.

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

Give examples of where Data can be stored .

A
  • Filing cabinets
  • Spreadsheets
  • Folders
  • Ledgers
  • Lists
  • Piles of papers on your desk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Database?

A

A shared collection of related data used to support the activities of a particular organization.

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

Characteristics & Benefits of a Database.

A
  • Self Describing
  • Insulations between program & data
  • Support for multiple views of data
  • Sharing of data & Multiuser Systems
  • Control of data redundancy
  • Data Sharing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Provide a List of Data Models

A
  • Relational Data Model
  • Hierarchical Data Model
  • Network Data Model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

List 4 Distribution Systems

A
  • Centralized Systems
  • Distributed Database
  • Homogeneous Distributed Systems
  • Heterogeneous Distributed Systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly