Database Systems

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/58

flashcard set

Earn XP

Description and Tags

Chapter 1

Last updated 7:49 AM on 8/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

What terms refer to raw facts that have not yet been processed to reveal their meaning?

Data

2
New cards

Information is the result of ________ raw data to reveal its meaning

Processing

3
New cards

What is required for information to reveal meaning and be used as a foundation for decision-making?

Context

4
New cards

Define Knowledge

The body of information and facts about a specific subject, implying familiarity and understanding

5
New cards

What is a key Characteristics of knowledge regarding the derivation of new ideas?

New knowledge can be derived from old knowledge

6
New cards

A collection of programs that manages the database structure and controls access to data is called a ________

Database management system (DMBS)

7
New cards

Which components serves as the intermediary between the end user and the database?

The DBMS

8
New cards

The database structure itself is stored as a collection of ________.

Files

9
New cards

How does the DBMS present data to an end user or application program?

As a single, integrated view

10
New cards

The DBMS ________ much of the database’s internal complexity from the user.

Hides

11
New cards

What defines a single-user database?

A database that supports only one user at a time

12
New cards

Define Desktop database

A single-user database that runs on a personal computer

13
New cards

A multiuser database that typically supports fewer that 50 users is known as a _______ database

Workgroup

14
New cards

Which Database type supports the overall company data representation and future needs?

Enterprise database

15
New cards

A _______ database is one located at a single physical site

Centralised

16
New cards

Define Distributed database

A logically related database stored in two or more physically independent sites

17
New cards

Databases maintained using services like Microsoft Azure or Amazon AWS ar called _______ databases

Cloud

18
New cards

What distinguishes a general purpose database from other types?

It contains a wide variety of data used across multiple disciplines

19
New cards

Define discipline-specific database

A database containing data focused on a specific subject area , often for academic or research purposes

20
New cards

Why were ad hoc queries impossible in traditional file system data management?

Because even simple data retrieval tasks required extensive programming

21
New cards

Modern databases use ____ data manipullation languages, allowing users to specify what to do without how

Non-procedural

22
New cards

What is a major limitation of file system administration as the number of files expands?

System administration becomes complex and difficult

23
New cards

Independent files in a file system tend to contain ________ data, leading to structural problems

Redundant

24
New cards

in a file system, why is it difficult to make changes to an existing file structure

Changes require extensive programming to modify the file and all associated programs

25
New cards

What term describes the “islands of information” often found in old file systems?

Independent files owned by different departments containing redundant data

26
New cards

Define Metadata

Data about data, used by the DBMS to manage the database contents and structure

27
New cards

List the five major components of a database system enviroment

Hardware, software, people, procedures and data

28
New cards

In a database enviroment ‘hardware’ refers to all the systems’s ______ devices

Physical

29
New cards

List the three types of software needed to make a database system function fully

Operating system software, DBMS software and application programs/ utilities.

30
New cards

Who is responsible for the overall management and efficiency of the DBMS?

Database administrator (DBA)

31
New cards

Which role is responsible for designing the database structure, including tables and views?

Database designer

32
New cards

The individual who use application programs to perform the organisation’s daily operation are _______.

End users

33
New cards

Who is responsible for ensuring that the database system has the necessary physical resources, such as servers?

System administrator

34
New cards

Define Procedures

The instructions and rules that govern the design and use of the database system

35
New cards

What is the predominant role of a database in an organisation?

To support managerial decision-making at all levels

36
New cards

A fully distributed DBMS must first ______, analyse and decompose an incoming request

Validate

37
New cards

After decomposing a request, a DBMS must map the request’s _______-to-physical data components

logical

38
New cards

What term describes a character or group of characters that has a specific meaning?

Field

39
New cards

A logically connected set of one or more fields that describes a person, place, or thing is a _____

Record

40
New cards

Define Semi-structured data

Data that has been processed to some extent, often using tags like XML

41
New cards

What is the primary purpose of OLAP ( online analystical processing)

To provide tools for retrieving, processing and modelling data for decision support

42
New cards

A database that is primarily used to store data for day-to-day transactions is an _____ database

Operational

43
New cards

Define Database Life Cycle (DBLC)

A cycle tracing the history of a database through six phases from initial study to maintenance

44
New cards

What are the first two phases of Database Life Cycle (DBLC)

Initial study and database design

45
New cards

The fourth phase of DBLC following implementation and loading, is ______

Testing and evaluation

46
New cards

In the DBLC, what follows the operation phase?

Maintenance and evolution

47
New cards

Define Database middleware

Software through which application programs connect and communicate with data repositories

48
New cards

Which language is typically used to represent semi-structured data?

Extensible Markup language (XML)

49
New cards

How does the DBMS help ensure data accuracy for decision-making?

By transforming raw data into useful information formats and preserving data integrity

50
New cards

Why is the DBMS considered an intermediary for data access"?

Because the only way to access the data stored in files is through the DBMS software

51
New cards

What is the difference between physical and logical data formats?

Physical refers to how data is stored, while logical refers to how the user views the data

52
New cards

What classification applies to a database containing financial data from CompuStat?

Discipline-specific database

53
New cards

In a faculty database, 20%of staff being adjuncts is an example of ______

information

54
New cards

What is a ‘query result set’?

The information generated by a database query.

55
New cards

Which role in the database environment is responsible for writing and maintaing application programs?

Programmer

56
New cards

What is a critical limitation regarding security in an old file systems?

Security features were often inadequate or difficult to program or omit

57
New cards

The physical devices including computers, storage and printers in a database system are collectively called ?

Hardware

58
New cards

A database that supports multiple concurrent users is a _____ Database

multiuser

59
New cards

Which type of database supports day-to-day operations and is also called a production database?

Operational database