Chapter 9 Flashcards

(35 cards)

1
Q

What is a database?

A

A database is a structured collection of data that stores and organizes information for easy access and reporting.

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

How do businesses use databases?

A

Businesses rely on databases to track sales, inventory, and customer information.

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

What is a Database Management System (DBMS)?

A

A DBMS is a software system that manages and accesses databases, providing tools to streamline database processes.

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

What is a primary key?

A

A primary key is a field that uniquely identifies each record in a table.

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

True or False: Data stored in word processors is sufficient for organizational operations.

A

False

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

What are the two major weaknesses of file processing systems?

A
  • Redundant data
  • Isolated data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does data redundancy lead to?

A

Data redundancy leads to wasted space and increases the risk of inconsistencies.

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

What is the difference between sorting and filtering data?

A

Sorting arranges records according to specified criteria, while filtering hides records that do not meet certain conditions.

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

What is the advantage of the database approach over file processing systems?

A

The database approach reduces data redundancy, improves data integrity, and allows for shared access to data.

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

Fill in the blank: A _______ is a request to retrieve, insert, update, or delete data from a database.

A

database query

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

What are the main components of a database?

A
  • Character
  • Field
  • Record
  • Table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What type of data can a field contain?

A

A field can contain letters, numbers, or special characters, depending on its data type.

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

What is a relational database?

A

A relational database is a system that stores data in tables with rows and columns, allowing relationships between tables.

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

What is a foreign key?

A

A foreign key is a field in one table that contains data from the primary key of another table.

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

Describe a one-to-many relationship in a database.

A

A one-to-many relationship connects each record in one table to one or more records in another table.

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

What is a nonrelational database?

A

A nonrelational database stores data in a flexible, non-tabular format, often using key-value pairs or documents.

17
Q

What are forms in a database?

A

Forms are user-friendly interfaces for entering and editing data in a database.

18
Q

What purpose do reports serve in a database?

A

Reports are formatted outputs designed to display and summarize data for analysis or presentation purposes.

19
Q

List the common data types used in databases.

A
  • Text
  • Number
  • AutoNumber
  • Currency
  • Date
  • Memo
  • Yes/No
  • Hyperlink
  • Object
  • Attachment
20
Q

What is the significance of data integrity in a database?

A

Data integrity ensures that the data in a database is accurate and consistent.

21
Q

What is the role of a DBMS in developing programs?

A

A DBMS provides tools to assist in developing programs that use the database, reducing development time.

22
Q

True or False: A many-to-many relationship allows one record on one side to connect to only one record on the other side.

23
Q

What is the purpose of a student table in a school database?

A

The student table tracks information about enrolled students.

24
Q

What does a filter do in a database?

A

A filter temporarily hides records in a table based on specified criteria.

25
What is the highest level in the data hierarchy?
A table is the highest level in the data hierarchy.
26
What is an example of a protected database?
Subscription-based research platforms are examples of protected databases.
27
What is an auto number field?
An auto number field is a unique number automatically assigned by the DBMS to each added record.
28
Fill in the blank: The _______ approach allows nontechnical users to access and maintain data.
database
29
What does the database approach ensure regarding data security?
The database approach restricts access to certain data items, allowing only authorized users to view or modify them.
30
What are the components of a record in a database?
A record is a group of related fields.
31
What is the function of a query in a database?
Queries retrieve, insert, update, or delete data from a database.
32
How does the database approach reduce development time?
It often is easier and faster to develop programs that use the database approach due to the tools provided by DBMSs.
33
What is a composite key?
A composite key is a primary key that consists of multiple fields.
34
What is the relationship between tables in a relational database?
Tables in a relational database can have relationships defined by primary and foreign keys.
35
What is the benefit of having shared data in a database environment?
Shared data allows multiple programs and users to access the same information efficiently.