ICS2607 Information Management - Database Systems Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

35 practice Q&A flashcards covering fundamental concepts from the lecture notes on database systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

What is the difference between data and information?

Data are raw facts; information is processed data that reveals meaning and requires context.

2
New cards

What are the two components stored in a database?

End-user data and metadata (data about data) describing data characteristics and relationships.

3
New cards

What does a DBMS do?

A collection of programs that manages the database structure and controls access to data.

4
New cards

Why are databases valuable for decision making?

They provide organized, accurate, timely information derived from data, supporting better decisions.

5
New cards

What is the DBMS's role as intermediary?

It sits between users and the database, enabling data sharing and providing multiple users' views of data.

6
New cards

Name two classifications of databases by user load.

Single-user (desktop) databases and multi-user (workgroup and enterprise) databases.

7
New cards

What is a centralized database?

Data located at a single site.

8
New cards

What is a distributed database?

Data distributed across several different sites.

9
New cards

What is an operational (transactional) database?

A database that supports day-to-day operations and transactional processing.

10
New cards

What is a data warehouse used for?

Stores data used for tactical or strategic decision making.

11
New cards

What is unstructured data?

Data that exist in its original state, not formatted or organized.

12
New cards

What is structured data?

Data that have been formatted or organized based on processing requirements.

13
New cards

What is semi-structured data and XML in this context?

Semi-structured data has been processed to some extent; XML represents data elements in textual format and XML databases support such data.

14
New cards

Why is database design important?

Well-designed databases facilitate data management and generate accurate and valuable information; poor design leads to errors.

15
New cards

What is the Evolution of File System Data Processing?

Studying file systems helps understand DBMS design; file systems evolved from manual to computerized, with files having their own applications.

16
New cards

What is a file system in data processing terms?

A collection of files/folders organized for storage, often with per-file programs, owned by departments.

17
New cards

What were common problems with file systems?

Ad hoc queries were hard or impossible; updating structure was difficult; security features were hard to program.

18
New cards

What is structural dependence?

Access to a file depends on its internal structure; changes to structure require modifying programs.

19
New cards

What is data dependence?

Access to data changes when storage characteristics change.

20
New cards

What is data independence?

Data storage characteristics do not affect data access.

21
New cards

What is data redundancy?

The same data stored in multiple places, leading to islands of information and update anomalies.

22
New cards

What are data anomalies?

Abnormalities when changes to redundant data are not done consistently, including update, insertion, deletion anomalies.

23
New cards

Why are data-modeling skills vital?

They facilitate communication among designer, user, and developer and improve design quality.

24
New cards

What are the five major parts of the database system environment?

Hardware, Software, People, Procedures, Data.

25
New cards

What is a data dictionary?

DBMS stores definitions of data elements and relationships (metadata) and uses it to support data abstraction; changes are recorded automatically.

26
New cards

What is SQL and its role?

Structured Query Language; the de facto nonprocedural language used to query and manage databases.

27
New cards

What are database communication interfaces?

Methods by which DBMS connects with end-users and other systems, enabling forms, reports, and distribution.

28
New cards

What is the shift in focus in managing a database system?

From programming to managing the organization’s resources, processes, and data.

29
New cards

Name some roles in the database system environment.

End users, database administrator, analysts, designer, programmers.

30
New cards

What is data storage management in the DBMS?

DBMS creates and manages storage structures and related forms, screens, and reports; data is stored in multiple physical files.

31
New cards

What is security management in the DBMS?

DBMS enforces security and data privacy; defines which users can access which data.

32
New cards

What is multiuser access control?

DBMS uses algorithms to ensure concurrent access does not compromise data integrity.

33
New cards

What is backup and recovery management?

DBMS provides backup and recovery mechanisms to preserve data integrity after failures.

34
New cards

What is data integrity management?

DBMS enforces integrity rules to minimize redundancy and maximize consistency; data relationships in the data dictionary help enforce integrity.

35
New cards

What are database access languages and what is the de facto standard?

Query languages; Structured Query Language (SQL) is the de facto standard.

36
New cards

What are database communication interfaces used for?

They allow end-users to access data via screens, reports, and distribution via networks or the web.

37
New cards

What is metadata in a DBMS?

Data about data describing data characteristics and relationships, stored in the data dictionary.

38
New cards

How does DBMS support data sharing?

By managing access to the database and providing multiple user views while maintaining integrity.

39
New cards

What is the impact of database technology on system selection?

Affects cost-effectiveness, tactical and strategic effectiveness of the chosen database solution.

40
New cards

What is meant by 'islands of information'?

Data stored in different locations with little or no integration.

41
New cards

What is a data field?

A character or group of characters with a specific meaning used to store data.

42
New cards

What is a database career example and a skill required?

Database administrator — skills in DBMS fundamentals, SQL, and data security technologies.