IDB Flashcards

(19 cards)

1
Q

What is a file system?

A

A method for managing data using collections of files stored on a storage device.

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

What are the problems associated with file systems?

A

Data redundancy, data anomalies, time-consuming management, complex administration.

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

Define data redundancy.

A

The existence of duplicate data in multiple places, leading to inconsistency.

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

What are the types of data anomalies?

A
  • Update anomalies
  • Insertion anomalies
  • Deletion anomalies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain the importance of database design.

A

Defines expected database use, avoids redundant data, prevents errors.

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

What are the components of a database environment?

A
  • Hardware
  • Software
  • Operating system software
  • DBMS software
  • Application programs and utility software
  • People
  • Procedures
  • Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the function of a DBMS?

A

To guarantee integrity and consistency of data.

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

What does data dictionary management in a DBMS do?

A

Defines data elements and their relationships.

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

What is the role of data storage management in a DBMS?

A

Stores data and related data entry forms, report definitions, etc.

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

What is multiuser access control in a DBMS?

A

Ensures multiple users can access the database concurrently without compromising integrity.

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

Fill in the blank: Data redundancy results in data _______.

A

[inconsistency]

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

True or False: Manual file systems are effective for large amounts of data.

A

False

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

What are the disadvantages of file-based systems?

A
  • Requires extensive programming
  • System administration is complex
  • Making changes is difficult
  • Security features are often inadequate
  • Redundant data present
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is backup and recovery management in a DBMS?

A

Provides procedures for data backup and recovery.

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

What does data integrity management promote?

A

Enforcement of integrity rules within the database.

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

What is the purpose of database communication interfaces?

A

Allow databases to accept end-user requests via different network environments.

17
Q

What leads to the creation of ‘home-grown’ systems?

A

The complexity of converting manual systems to computer systems.

18
Q

List the consequences of poorly designed databases.

A
  • Generates errors
  • Leads to bad decisions
  • Can lead to organizational failure
19
Q

What is the significance of understanding file system characteristics?

A

It makes database design easier to understand and helps prevent similar problems in DBMS.