Deck 1: Introduction to Database Management

Full screen (f)
exit full mode
Question
In database terms, what is the analogy to an ordinary paper file you might keep in a file cabinet or an accounting ledger?

A) database
B) spreadsheet
C) data file
D) attribute
Use Space or
up arrow
down arrow
to flip the card.
Question
Users never interact with a database directly; database interaction is always through the DBMS.
Question
Increased complexity is one advantage of database processing.
Question
An attribute is known as a row in most databases.
Question
The relationship between different entities (in different tables) is handled by their common columns.
Question
If a user is authorized to access database data, the user will always be able to make changes to the data.
Question
Which aspect of an entity becomes the columns in the database table?

A) attributes
B) relationships
C) data files
D) E-R diagrams
Question
Which database term is a person, place, object, event, or idea for which you want to store and process data?

A) attribute
B) DBMS
C) entity
D) DBA
Question
A spreadsheet is a screen object used to maintain and view data from a database.
Question
A database will not only hold information about multiple types of entities, but also information about the relationships among these multiple entities.
Question
Which term can be described as the duplication of data and storing it in multiple locations?

A) data independence
B) redundancy
C) data integrity
D) security
Question
An entity is a person, place, object, event, or idea for which you want to store and process data.
Question
Which of the following is called a field or column in many database systems?

A) attribute
B) entity
C) data file
D) relationship
Question
Each table in a database represents two or more entities.
Question
There is a greater impact of failure in a nondatabase, file-oriented system.
Question
A client is an example of an attribute.
Question
An advantage of using the database approach to processing is that it facilitates consistency.
Question
Programs created with Visual Basic, Java, Perl, PHP, or C++ can interact with the database directly.
Question
Redundancy wastes space because you are storing multiple copies of the same data.
Question
Redundancy makes changing data more cumbersome and time-consuming.
Question
In an E-R diagram, lines represent _________________________ between connected entities.
Question
_________________________ describes the large volume of data produced by every digital process, system, sensor, mobile device, and even social media exchange.
Question
In an E-R diagram rectangles represent _________________________.
Question
Which factor can mitigate the problems of increased complexity that come with using a DBMS?

A) writing complex access rules
B) using large file sizes
C) sound database design
D) using no integrity constraints
Question
How does the use of a database facilitate data consistency?

A) by controlling redundancy
B) by reducing security
C) by eliminating integrity constraints
D) by providing data independence
Question
Which type of rule ensures that changes made to the database do not result in a loss of data consistency?

A) redundancy constraint
B) integrity constraint
C) conflict requirement
D) security requirement
Question
Which advantage of using a DBMS frees programmers who write database access programs from having to engage in mundane data manipulation activities, such as adding new data and deleting existing data?

A) controlling redundancy
B) referential integrity
C) data independence
D) increased productivity
Question
What type of software programs are Access, Oracle, DB2, MySQL, and SQL Server?

A) E-R diagrams
B) DBAs
C) data files
D) DBMSs
Question
Which of the following is considered a disadvantage of a database system?

A) a larger file size
B) data dependence
C) reduced integrity
D) reduced productivity
Question
What tool can you use to visually represent and analyze a database?

A) multi-sheet workbook
B) DBMS table identifier
C) entity-relationship diagram
D) DBA column analyzer
Question
A program, or collection of programs, through which users interact with a database is known as a(n)_________________________ management system.
Question
Which of the following is true about big data?

A) unstructured big data doesn't contain metadata
B) a Twitter tweet is an example of structured big data
C) all big data can be handled with traditional DBMS tools
D) big data may be structured or unstructured
Question
Which database property lets you change the structure of the database without requiring you to change the programs that access the database?

A) database design
B) data independence
C) integrity constraint
D) data dependence
Question
Which advantage of database processing makes it easier to make a change in the database structure?

A) data independence
B) integrity constraints
C) redundancy control
D) security controls
Question
What should an administrator use to more easily assign database access permissions to multiple users?

A) groups
B) classes
C) attributes
D) clusters
Question
How are multiple entities stored in a database?

A) each entity is stored as a row
B) each entity is stored as an attribute
C) each entity is stored as a table
D) each entity is stored as a column
Question
Which of the following are screen objects used to maintain, view, and print data from a database?

A) Fields
B) Forms
C) Data files
D) Entities
Question
In a(n) ____________________ relationship between two entities, an entity is associated with multiple other entities such as when a consultant is associated with multiple clients.
Question
Which of the following statements is correct?

A) In a nondatabase, file-oriented environment, data is often partitioned into several disjointed systems with each system having its own collection of files.
B) User data cannot be combined and shared among authorized users.
C) Database users should not have access to the same information.
D) Controlling redundancy is easier with the nondatabase approach.
Question
During which process does a database expert determine the structure of the required database?

A) data security
B) database integrity
C) database design
D) database selection
Question
The problem of inconsistency in data is a direct result of ____________________.
Question
_________________________ data is not organized or easily interpreted by traditional databases or data models.
Question
A database file requires a large amount of disk space and internal ____________________.
Question
List the advantages of database processing.
Question
Explain why the impact of failure is greater in database processing, compared with the nondatabase approach.
Question
A good DBMS provides data _________________________, which is a property that lets you change the structure of a database without requiring you to change the programs that access the database.
Question
Discuss how the database approach and the nondatabase approach differ in terms of ensuring the security of the database.
Question
Explain why it is better to try to control redundancy rather than eliminate it.
Question
____________________ integrity is a relational database concept stating that table relationships must be consistent and follow integrity constraints.
Question
List the disadvantages of database processing.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Introduction to Database Management
1
In database terms, what is the analogy to an ordinary paper file you might keep in a file cabinet or an accounting ledger?

A) database
B) spreadsheet
C) data file
D) attribute
C
2
Users never interact with a database directly; database interaction is always through the DBMS.
True
3
Increased complexity is one advantage of database processing.
False
4
An attribute is known as a row in most databases.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
The relationship between different entities (in different tables) is handled by their common columns.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
If a user is authorized to access database data, the user will always be able to make changes to the data.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
Which aspect of an entity becomes the columns in the database table?

A) attributes
B) relationships
C) data files
D) E-R diagrams
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
Which database term is a person, place, object, event, or idea for which you want to store and process data?

A) attribute
B) DBMS
C) entity
D) DBA
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
A spreadsheet is a screen object used to maintain and view data from a database.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
A database will not only hold information about multiple types of entities, but also information about the relationships among these multiple entities.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
Which term can be described as the duplication of data and storing it in multiple locations?

A) data independence
B) redundancy
C) data integrity
D) security
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
An entity is a person, place, object, event, or idea for which you want to store and process data.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following is called a field or column in many database systems?

A) attribute
B) entity
C) data file
D) relationship
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
Each table in a database represents two or more entities.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
There is a greater impact of failure in a nondatabase, file-oriented system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
A client is an example of an attribute.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
An advantage of using the database approach to processing is that it facilitates consistency.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
Programs created with Visual Basic, Java, Perl, PHP, or C++ can interact with the database directly.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
Redundancy wastes space because you are storing multiple copies of the same data.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
Redundancy makes changing data more cumbersome and time-consuming.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
In an E-R diagram, lines represent _________________________ between connected entities.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
_________________________ describes the large volume of data produced by every digital process, system, sensor, mobile device, and even social media exchange.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
In an E-R diagram rectangles represent _________________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
Which factor can mitigate the problems of increased complexity that come with using a DBMS?

A) writing complex access rules
B) using large file sizes
C) sound database design
D) using no integrity constraints
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
How does the use of a database facilitate data consistency?

A) by controlling redundancy
B) by reducing security
C) by eliminating integrity constraints
D) by providing data independence
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
Which type of rule ensures that changes made to the database do not result in a loss of data consistency?

A) redundancy constraint
B) integrity constraint
C) conflict requirement
D) security requirement
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
Which advantage of using a DBMS frees programmers who write database access programs from having to engage in mundane data manipulation activities, such as adding new data and deleting existing data?

A) controlling redundancy
B) referential integrity
C) data independence
D) increased productivity
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
What type of software programs are Access, Oracle, DB2, MySQL, and SQL Server?

A) E-R diagrams
B) DBAs
C) data files
D) DBMSs
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is considered a disadvantage of a database system?

A) a larger file size
B) data dependence
C) reduced integrity
D) reduced productivity
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
What tool can you use to visually represent and analyze a database?

A) multi-sheet workbook
B) DBMS table identifier
C) entity-relationship diagram
D) DBA column analyzer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
A program, or collection of programs, through which users interact with a database is known as a(n)_________________________ management system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
Which of the following is true about big data?

A) unstructured big data doesn't contain metadata
B) a Twitter tweet is an example of structured big data
C) all big data can be handled with traditional DBMS tools
D) big data may be structured or unstructured
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Which database property lets you change the structure of the database without requiring you to change the programs that access the database?

A) database design
B) data independence
C) integrity constraint
D) data dependence
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
Which advantage of database processing makes it easier to make a change in the database structure?

A) data independence
B) integrity constraints
C) redundancy control
D) security controls
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
What should an administrator use to more easily assign database access permissions to multiple users?

A) groups
B) classes
C) attributes
D) clusters
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
How are multiple entities stored in a database?

A) each entity is stored as a row
B) each entity is stored as an attribute
C) each entity is stored as a table
D) each entity is stored as a column
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following are screen objects used to maintain, view, and print data from a database?

A) Fields
B) Forms
C) Data files
D) Entities
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
In a(n) ____________________ relationship between two entities, an entity is associated with multiple other entities such as when a consultant is associated with multiple clients.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
Which of the following statements is correct?

A) In a nondatabase, file-oriented environment, data is often partitioned into several disjointed systems with each system having its own collection of files.
B) User data cannot be combined and shared among authorized users.
C) Database users should not have access to the same information.
D) Controlling redundancy is easier with the nondatabase approach.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
During which process does a database expert determine the structure of the required database?

A) data security
B) database integrity
C) database design
D) database selection
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
The problem of inconsistency in data is a direct result of ____________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
_________________________ data is not organized or easily interpreted by traditional databases or data models.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
A database file requires a large amount of disk space and internal ____________________.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
List the advantages of database processing.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
Explain why the impact of failure is greater in database processing, compared with the nondatabase approach.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
A good DBMS provides data _________________________, which is a property that lets you change the structure of a database without requiring you to change the programs that access the database.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
Discuss how the database approach and the nondatabase approach differ in terms of ensuring the security of the database.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
Explain why it is better to try to control redundancy rather than eliminate it.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
____________________ integrity is a relational database concept stating that table relationships must be consistent and follow integrity constraints.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
List the disadvantages of database processing.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 50 flashcards in this deck.