Class 2 Flashcards

1
Q

What is a DBMS?

A

A collection of programs that enables users to store, modify, and extract information from a database.

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

What is a Database?

A

A collection of files or entities containing information to support a given system or a particular topic area.

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

Describe the levels of data within a Database.

A
  • Database
  • File
  • Record
  • Field
  • Data Item
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain the file approach to storing data.

A

Each application has its own set of files, leading to inflexibility and uncontrolled redundancy.

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

Delete

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

Fill in the blank: A _______ is a unique attribute used to identify a single instance of an entity.

A

Primary Key

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

What is a Relational Database Model?

A

A way to organize data into two-dimensional tables called relations, where rows represent entities and columns represent attributes.

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

What is the difference between logical design and physical design in database modeling?

A
  • Logical design: Abstract model of data structure.
  • Physical design: Fine-tunes logical design for performance and cost.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a compound key?

A

A composite key where each attribute that makes up the key is a simple foreign key in its own right.

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

What is a binary digit?

A

A basic unit of information that represents a state of either on or off.

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

What is the basic building block of information?

A

Character.

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

What are the key attributes in a database?

A

Name, Key, Data Type, Valid Value

Attributes help define how data is structured and enforced within the database.

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

What does normalization in databases refer to?

A

The process of organizing data to reduce redundancy and improve data integrity.

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

What is a primary key?

A

A unique identifier for a record in a database table.

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

What is a foreign key?

A

A field in one table that uniquely identifies a row of another table.

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

What is the relationship between data fields in a relational database?

A

Data fields are grouped into tables based on relationships, such as one-to-one or one-to-many.

17
Q

In the context of DBMS, what is transaction management?

A

The process of ensuring that database transactions are completed successfully and maintaining data integrity.

18
Q

What is the difference between selecting and projecting in database manipulation?

A

Selecting eliminates rows based on criteria; projecting eliminates columns in a table.

19
Q

What is the function of a report in a DBMS?

A

To extract and format information from a database for printing and presentation.

20
Q

What does the term ‘valid value’ refer to in database attributes?

A

The format or range of numbers allowed for a specific attribute.

21
Q

What does QBE stand for?

A

Query by Example

22
Q

What is the significance of field attributes in a database?

A

Field attributes define the characteristics and constraints of the data stored in each column.

23
Q

What is the role of application programming interfaces in DBMS?

A

To facilitate communication between the database and application programs.

24
Q

What are the components of a Management Information System (MIS) using MS Access?

A

Database design schema
Application interface screens
Menus and reports
Control mechanisms

25
Q

What does a Database (Application) System consist of?

A

The combination of the database, the DBMS, and the application programs that access the database.

26
Q

What is a Management Information System (MIS)?

A

The database system coupled with a set of hardware, software, telecommunications, people, and procedures.

27
Q

What are the three characteristics of Big Data?

A

Volume, Velocity, Variety.

28
Q

What are Data Warehouses?

A

Large databases that collect business information from many sources to support management decision making.

29
Q

What does ETL stand for in data processing?

A

Extract, Transform, Load.

30
Q

What is a Data Mart?

A

A subset of a data warehouse that is used by small- and medium-sized businesses to support decision making.

31
Q

What is a Data Lake?

A

A storage system that keeps all data in its raw and unaltered form.

32
Q

True or False: A Data Mart contains all data relevant to the entire organization.