CHAPTER 12: DISTRIBUTED DATABASE MANAGEMENT SYSTEMS

Descrição

CIS 3365 Quiz sobre CHAPTER 12: DISTRIBUTED DATABASE MANAGEMENT SYSTEMS, criado por Miguel Lucero em 06-04-2017.
Miguel Lucero
Quiz por Miguel Lucero, atualizado more than 1 year ago
Miguel Lucero
Criado por Miguel Lucero aproximadamente 7 anos atrás
447
2

Resumo de Recurso

Questão 1

Questão
1. A distributed database management system (DDBMS) governs the storage and processing of logically related data over interconnected computer systems.
Responda
  • True
  • False

Questão 2

Questão
2. Distributed data access was needed to support geographically dispersed business units.
Responda
  • True
  • False

Questão 3

Questão
3. Rapid ad hoc data became unnecessary in the quick-response decision-making environment.
Responda
  • True
  • False

Questão 4

Questão
4. The Internet is the repository for distributed data.
Responda
  • True
  • False

Questão 5

Questão
5. Current distributed database management system (DDBMS) are subject to some problems, such as the complexity of management and control
Responda
  • True
  • False

Questão 6

Questão
6. Distributed processing shares a database's logical processing among two or more physically independent sites that are connected through a network.
Responda
  • True
  • False

Questão 7

Questão
7. One of the advantages of a distributed database management system (DDBMS) is that the data is located near the site with the least demand.
Responda
  • True
  • False

Questão 8

Questão
8. One of the advantages of a distributed database management system (DDBMS) is growth facilitation.
Responda
  • True
  • False

Questão 9

Questão
9. One of the advantages of a distributed database management system (DDBMS) is security.
Responda
  • True
  • False

Questão 10

Questão
10. Distributed processing does not require a distributed database, and a distributed database does not require distributed processing.
Responda
  • True
  • False

Questão 11

Questão
11. In order to manage distributed data, copies or parts of the database processing functions must be distributed to all data storage sites.
Responda
  • True
  • False

Questão 12

Questão
12. A database management system (DBMS) must have validation, transformation, and mapping functions, as well as other functions, in order to be classified as distributed.
Responda
  • True
  • False

Questão 13

Questão
13. A fully distributed database management system (DBMS) must perform all the functions of a centralized DBMS, and it must handle all necessary functions imposed by the distribution of data and processing.
Responda
  • True
  • False

Questão 14

Questão
14. The transaction processor (TP) is the software component found in each computer that requests data.
Responda
  • True
  • False

Questão 15

Questão
15. A distributed database management system (DDBMS) must be communications-media-dependent.
Responda
  • True
  • False

Questão 16

Questão
16. A transaction processor (TP) is the software component residing on each computer that stores and retrieves data located at the site.
Responda
  • True
  • False

Questão 17

Questão
17. In the single-site processing, single-site data (SPSD) scenario, all processing must be done on the end user's side of the system.
Responda
  • True
  • False

Questão 18

Questão
18. Performance transparency ensures that the system finds the most cost-effective path to access remote data.
Responda
  • True
  • False

Questão 19

Questão
The level of transparency supported by the distributed database management system remains the same for all systems.
Responda
  • True
  • False

Questão 20

Questão
20. Distribution transparency is supported by a distributed data dictionary.
Responda
  • True
  • False

Questão 21

Questão
21. Distributed database systems do not require complex mechanisms to manage transactions and ensure the database's consistency and integrity.
Responda
  • True
  • False

Questão 22

Questão
22. A remote transaction, composed of several requests, may access data at multiple sites.
Responda
  • True
  • False

Questão 23

Questão
23. A centralized database management is subject to a problem such as____________
Responda
  • a. a growing number of remote locations
  • b. maintaining and operating small database systems
  • c. dependence on multiple sites
  • d. organizational flexibility of the database

Questão 24

Questão
24. A disadvantage of a distributed database management system (DDBMS) is that:
Responda
  • a. it is slower in terms of data access.
  • b. adding new sites affects other sites' operations.
  • c. it is processor dependent.
  • d. there are lack of standards.

Questão 25

Questão
25. A distributed database is composed of several parts known as database .
Responda
  • a. sections
  • b. fragments
  • c. partitions
  • d. parts

Questão 26

Questão
26. Distributed processing does not require
Responda
  • a. database processing functions to be distributed to all data storage sites.
  • b. an existing distributed database.
  • c. a network of interconnected components.
  • d. multiple sites to share processing chores.

Questão 27

Questão
27. A database management system needs to prepare the data for presentation to the end user or to an application program.
Responda
  • a. security
  • b. concurrency control
  • c. formatting
  • d. I/O interface

Questão 28

Questão
28. The processor is the software component found in each computer that requests data. It receives and processes the application's data requests.
Responda
  • a. database
  • b. transaction
  • c. data
  • d. network

Questão 29

Questão
29. In theory, a(n) can be an independent centralized database management system with proper interfaces to support remote access from other independent database management systems in the network.
Responda
  • a. transaction processor
  • b. application processor
  • c. transaction manager
  • d. data processor

Questão 30

Questão
30. Under the scenario, all record- and file-locking activities are performed at the end-user location.
Responda
  • a. single-site processing, single-site data
  • b. multiple-site processing, single-site data
  • c. single-site processing, multiple-site data
  • d. multiple-site processing, multiple-site data

Questão 31

Questão
31. _____ distributed database management system (DDBMS) integrate multiple instances of the same DBMS over a network.
Responda
  • a. Homogeneous
  • b. Heterogeneous
  • c. Fully heterogeneous
  • d. Combination

Questão 32

Questão
32. A distributed database system will support different database management systems (DBMS) that may even support different models running under different computer systems.
Responda
  • a. fully heterogeneous
  • b. fully homogeneous
  • c. homogeneous
  • d. heterogeneous

Questão 33

Questão
33. A DDBMS is subject to which of the following restrictions?
Responda
  • a. Multiple instances of the same database should be integrated over a network.
  • b. All database processing must be done at a single site.
  • c. Rapid ad hoc data access is not possible.
  • d. Remote data access is provided on a read-only basis.

Questão 34

Questão
34. transparency allows a physically dispersed database to be managed as though it were centralized.
Responda
  • a. Distribution
  • b. Transaction
  • c. Failure
  • d. Performance

Questão 35

Questão
35. transparency allows data to be updated simultaneously at several network sites.
Responda
  • a. Transaction
  • b. Distribution
  • c. Failure
  • d. Performance

Questão 36

Questão
36. transparency allows the system to operate as if it were a centralized database management system.
Responda
  • a. Heterogeneity
  • b. Distribution
  • c. Performance
  • d. Failure

Questão 37

Questão
transparency is the highest level of transparency. The end user or programmer does not need to know that a database is partitioned.
Responda
  • a. Performance
  • b. Fragmentation
  • c. Location
  • d. Local mapping

Questão 38

Questão
38. transparency exists when the end user or programmer must specify the database fragment names but does not need to specify where these fragments are located.
Responda
  • a. Transaction
  • b. Location
  • c. Local mapping
  • d. Fragmentation

Questão 39

Questão
39. A contains the description of the entire database as seen by the database administrator.
Responda
  • a. distributed global dictionary
  • b. distributed data dictionary
  • c. distributed global schema
  • d. distributed data schema

Questão 40

Questão
40. A lets a single SQL statement access the data that are to be processed by a single remote database processor.
Responda
  • a. remote request
  • b. remote transaction
  • c. distributed request
  • d. distributed transaction

Questão 41

Questão
41. A distributed can reference several different local or remote data processing sites.
Responda
  • a. request
  • b. site
  • c. data location
  • d. transaction

Questão 42

Questão
42. A request lets a single SQL statement reference data located at several different local or remote DP sites.
Responda
  • a. distributed
  • b. transaction
  • c. fragmented
  • d. remote

Questão 43

Questão
43. The guarantees that if a portion of a transaction operation cannot be committed, all changes made at the other sites participating in the transaction will be undone to maintain a consistent database state.
Responda
  • a. DO-UNDO-REDO protocol
  • b. two-phase commit protocol (2PC)
  • c. coordinator protocol
  • d. write-ahead protocol

Questão 44

Questão
44. The objective of optimization is to minimize the total cost associated with the execution of a request.
Responda
  • a. data
  • b. remote
  • c. transaction
  • d. query

Questão 45

Questão
is the delay imposed by the amount of time required for a data packet to make a round trip from point A to point B.
Responda
  • a. Data distribution
  • b. Replica transparency
  • c. Network latency
  • d. Network partitioning

Questão 46

Questão
fragmentation allows a user to break a single object into two or more segments, or fragments.
Responda
  • a. Horizontal
  • b. Vertical
  • c. Data
  • d. Request

Questão 47

Questão
47. fragmentation refers to the division of a relation into subsets of tuples.
Responda
  • a. Vertical
  • b. Horizontal
  • c. Data
  • d. Mixed

Questão 48

Questão
fragmentation refers to the division of a relation into attribute subsets.
Responda
  • a. Data
  • b. Horizontal
  • c. Vertical
  • d. Mixed

Questão 49

Questão
49. The rule requires that all copies of data fragments be identical.
Responda
  • a. shared fragment
  • b. mutual consistency
  • horizontal fragmentation
  • d. replication

Questão 50

Questão
50. A(n) database stores each database fragment at a single site.
Responda
  • a. partially replicated
  • b. unreplicated
  • c. fully replicated
  • d. partitioned

Semelhante

Fundamentos Químicos da vida
Priscila Reinaldo
Atos Administrativos
Alynne Saraiva
Direito Constitucional - Concurso Receita Federal - Auditor Fiscal
Alessandra S.
Espécies de Agente Público
Gik
Constituição Federal - Artigos 1 à 5
GoConqr suporte .
ADMINISTRAÇÃO - OS CLÁSSICOS
Nathalino Pachêco
Gestão de Pessoas: 6 dicas para ser mais eficiente
Liliane Tubino
Gute Gewohnheiten erfolgreicher Schüler
miminoma
QUIZ - FUNÇÃO DO 1° GRAU
Clean Maria Reis
Marketing digital nas redes sociais.
alexsandro_hitty