Deck 9: Database Management Approaches
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/75
Play
Full screen (f)
Deck 9: Database Management Approaches
1
In order to view and analyze higher levels of aggregate data,you must drill down the data.
False
2
Seek delay refers to the fixed amount of time that is required for every message.
False
3
The actions defined for a class are known as methods.
True
4
A distributed database is a single logical database that is physically divided among computers at several sites on a network.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
5
The server is also known as a front-end processor or front-end machine.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
6
Accessing data using messages over a network is substantially slower than accessing data on a disk.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
7
Access to a data warehouse is accomplished through the use of OLAP software.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
8
One approach you can use to model all the various aspects of software development for object-oriented systems is known as UML.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
9
If users are unaware of fragmentation,the DDBMS has fragmentation transparency.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
10
A characteristic of a DDBMS that states that users do not need to be aware of the location of the data in a database is known as replication transparency.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
11
The term class refers to the general structure of an object.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
12
If the client only performs the presentation functions (and not the business functions),then the client is known as a fat client.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
13
On a client/server network,the server is a computer that provides data to the clients.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
14
A global deadlock occurs at a single site in a distributed database.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
15
In a DDBMS,the site where the user is located is called the remote site.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
16
A local deadlock involves one transaction that requires a record held by a second transaction at one site,while the second transaction requires a record held by the first transaction at a different site.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
17
Each Web page is assigned an Internet address called a Uniform Resource Locator (URL).
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
18
An XML document should begin with an XML declaration.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
19
A file server stores the files required by the users on a network.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
20
When relational databases store complex objects,these special data types are known as VLOBs.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
21
____ implies that the performance of functions such as adding sites,changing versions of DBMSs,creating backups,and modifying hardware should not require planned shutdowns of the entire distributed database.
A) Continuous operation
B) Local autonomy
C) Location transparency
D) Fragmentation transparency
A) Continuous operation
B) Local autonomy
C) Location transparency
D) Fragmentation transparency
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is an advantage of distributed databases?
A) Local control of data
B) Easier updates of replicated data
C) More complex query processing
D) More complex treatment of concurrent updates
A) Local control of data
B) Easier updates of replicated data
C) More complex query processing
D) More complex treatment of concurrent updates
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
23
When a centralized database becomes unavailable for any reason,no users can continue processing.In contrast,if a local database in a distributed database becomes unavailable,only users who need that data are affected.Because of this,distributed databases have a(n)____ advantage over a centralized database.
A) local control of data
B) increasing database capacity
C) system availability
D) added efficiency
A) local control of data
B) increasing database capacity
C) system availability
D) added efficiency
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
24
It is possible for local DBMSs to commit updates at some sites and undo updates at other sites.This inconsistency can be prevented by using a ____.
A) two-step rollback
B) two-phase commit
C) two-phase rollback
D) two-phase transaction
A) two-step rollback
B) two-phase commit
C) two-phase rollback
D) two-phase transaction
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
25
The formula for message transmission time is: communication time = access delay + (data volume / X),where X represents ____.
A) transmission rate
B) length of transmission
C) lag time
D) seek time
A) transmission rate
B) length of transmission
C) lag time
D) seek time
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
26
When users interact with an RDBMS,they use transactions.These types of systems are called ____ systems.
A) OLTP
B) ODBMS
C) OLAP
D) ODBC
A) OLTP
B) ODBMS
C) OLAP
D) ODBC
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
27
____ implies that users should not need to be concerned with the location of any specific data in the database.
A) Fragmentation transparency
B) Replication transparency
C) Location transparency
D) Distributed query processing
A) Fragmentation transparency
B) Replication transparency
C) Location transparency
D) Distributed query processing
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
28
____ is the data communication method used by Web clients and Web servers to exchange data on the Internet.
A) UML
B) HTTP
C) URL
D) IIS
A) UML
B) HTTP
C) URL
D) IIS
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
29
____ implies that no site should depend on another site to perform its database functions.
A) No reliance on a central site
B) Local autonomy
C) Continuous operation
D) Fragmentation transparency
A) No reliance on a central site
B) Local autonomy
C) Continuous operation
D) Fragmentation transparency
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
30
When computers at one site need to be connected with computers at another site,the connection must be within a ____.
A) room
B) building
C) network
D) combination
A) room
B) building
C) network
D) combination
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
31
Because the clients and the server perform different functions and can run two different operating systems,there is an arrangement of client/server architecture known as ____.
A) single-tier architecture
B) two-tier architecture
C) three-tier architecture
D) four-tier architecture
A) single-tier architecture
B) two-tier architecture
C) three-tier architecture
D) four-tier architecture
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
32
The site that initiates the update in a two-phase commit is known as the ____.
A) director
B) initiator
C) coordinator
D) leader
A) director
B) initiator
C) coordinator
D) leader
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
33
____ is the ability of a computer system to continue to function well as utilization of the system increases.
A) Data fragmentation
B) Data mining
C) Scalability
D) Polymorphism
A) Data fragmentation
B) Data mining
C) Scalability
D) Polymorphism
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
34
When users are unaware of the steps taken by the DDBMS to update the various copies of data,this characteristic of the DDBMS is called ____.
A) location transparency
B) fragmentation transparency
C) replication transparency
D) location site license
A) location transparency
B) fragmentation transparency
C) replication transparency
D) location site license
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
35
Computers in a network communicate through ____.
A) tokens
B) messages
C) notes
D) letters
A) tokens
B) messages
C) notes
D) letters
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
36
A DDBMS that has at least two sites at which the local DBMS are different is known as a ____.
A) homogeneous DDBMS
B) heterogeneous DDBMS
C) holistic DDBMS
D) DDBMS
A) homogeneous DDBMS
B) heterogeneous DDBMS
C) holistic DDBMS
D) DDBMS
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
37
If the client,in a client/server system,performs the business functions (calculations,etc.),then this client is known as a(n)____.
A) thin client
B) fat client
C) overweight client
D) external client
A) thin client
B) fat client
C) overweight client
D) external client
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
38
When the data is organized by entity rather than by the application that uses the data,it is called ____.
A) table-oriented
B) row-oriented
C) column-oriented
D) subject-oriented
A) table-oriented
B) row-oriented
C) column-oriented
D) subject-oriented
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
39
Each digital document on the Web is called a ____.
A) Web server
B) Web browser
C) client
D) Web page
A) Web server
B) Web browser
C) client
D) Web page
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
40
____ is a metalanguage derived from a restricted subset of SGML,and designed for the exchange of data on the Web.
A) UML
B) URL
C) XML
D) HTTP
A) UML
B) URL
C) XML
D) HTTP
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
41
Each ____ contains a single-part primary key that serves as an index for the fact table and also contains other fields associated with the primary key value.
A) primary table
B) fact table
C) dimension table
D) star table
A) primary table
B) fact table
C) dimension table
D) star table
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
42
A ____ is a subject-oriented,integrated,time-variant,nonvolatile collection of data in support of management's decision-making process.
A) data warehouse
B) thin client
C) back-end processor
D) fat client
A) data warehouse
B) thin client
C) back-end processor
D) fat client
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
43
A(n)____ consists of rows that contain consolidated and summarized data.
A) class
B) data model
C) fact table
D) object
A) class
B) data model
C) fact table
D) object
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
44
A(n)____________________ is the set of values that are permitted for an attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
45
With respect to the definition of data warehouse,____ means that data is stored in one place,even though it originates from everywhere in the organization and from a variety of external sources.
A) time-variant
B) nonvolatile
C) subject-oriented
D) integrated
A) time-variant
B) nonvolatile
C) subject-oriented
D) integrated
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
46
A(n)_________________________ is a DBMS capable of supporting and manipulating distributed databases.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
47
____ refers to the association of an operation to actual program code.
A) Attaching
B) Matching
C) Linking
D) Binding
A) Attaching
B) Matching
C) Linking
D) Binding
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
48
To execute the steps in a method,the user sends a(n)____________________ to the object.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
49
With respect to the definition of data warehouse,____ means that data in a data warehouse represents snapshots of data at various points in time in the past.
A) nonvolatile
B) time-variant
C) subject-oriented
D) integrated
A) nonvolatile
B) time-variant
C) subject-oriented
D) integrated
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
50
____________________ link one Web page to another or link to another location in the same Web page.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
51
Methods are defined during the ___________________ process.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
52
A(n)____________________ DDBMS is a database that has the same local DBMS at each site.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
53
In ____ systems,data and actions are encapsulated.
A) relational
B) object-oriented
C) network
D) parallel
A) relational
B) object-oriented
C) network
D) parallel
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
54
A(n)______________________________ is one in which data and the actions that operate on the data are encapsulated into objects.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
55
In ____ systems,you create actions as part of data manipulation rather than as part of data definition.
A) object-oriented
B) relational
C) parallel
D) simple
A) object-oriented
B) relational
C) parallel
D) simple
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
56
E-commerce between organizations is called ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
57
With respect to the definition of data warehouse,____ means that the data is read-only.
A) time-variant
B) integrated
C) nonvolatile
D) subject-oriented
A) time-variant
B) integrated
C) nonvolatile
D) subject-oriented
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
58
Web pages that display the same content for all Web clients are called ____________________ Web pages.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
59
Uncovering new knowledge,patterns,trends,and rules from the data stored in a data warehouse is known as ____.
A) fragmentation transparency
B) replication transparency
C) polymorphism
D) data mining
A) fragmentation transparency
B) replication transparency
C) polymorphism
D) data mining
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
60
____________________ implies that you define an object to contain both the data and its associated actions.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
61
If one class is a subclass of a second class,the second class is called a(n)____________________ of the first class.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
62
What are the advantages of a client/server system?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
63
____________________ indicates the number of objects that can be related to an individual object at the other end of the relationship.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
64
The ____________________ symbol in a class diagram indicates whether other classes can view or update the value in the attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
65
With ____________________ visibility,only the class itself can view or update the value in the attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
66
Explain the difference between a Web page,a Web server,and a Web client.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
67
Discuss the differences between how client-side extensions and server-side extensions are created and executed,including the kinds of languages used to create them.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
68
On a class diagram,the lines joining the classes represent the relationships and are called ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
69
What are the advantages of distributed databases?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
70
____________________ are restrictions placed on the data that can be stored in the database.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
71
With respect to UML,the type of diagram most relevant to database design is the ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
72
On a class diagram,a(n)____________________ symbol precedes each attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
73
What is the purpose of the following UML diagrams: class,use case,sequence,and activity?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
74
With ____________________ visibility,only the class itself or public or protected subclasses of the class can view or update the value in the attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
75
With ____________________ visibility,any other class can view or update the value of an attribute.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck