r12 Te Sem Vi Cbgs Comp Distributed Database
r12 Te Sem Vi Cbgs Comp Distributed Database
r12 Te Sem Vi Cbgs Comp Distributed Database
Option A: Parts
Option B: Lines
Option C: Tables
Q3. ______________ techniques manage simultaneous data access and ensure data
consistency across database fragments in the distributed DBMS.
Q4. A client/server system has the ability to distribute the computing workload
between ______________
Option B: ANSI–SPARC
Option A: Manager
Option B: Requester
Option C: Provider
Option D: Controller
Q7. Which of the following means storing a separate copy of the database at
multiple locations?
Option A: Workflows
Q9. Which of the following means some of the columns of a relation are at
different sites?
Q10. ____ 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.
Option A: Transaction
Option B: Location
Option D: Fragmentation
Q11. In ____________ , for each transaction which is a first phase during which new
lock are acquired.
Q12. The transactions are always ______________, if it always locks a data item in
shared mode before reading it.
Q14. A system is in a ___________ state if there exists a set of transactions such that
every transaction in the set is waiting for another transaction in the set.
Option A: die
Option B: Waiting
Option C: Deadlock
Option D: Ready
Option A: Triggers
Option B: Pointers
Option C: Locks
Option D: Cursors
Q16. The process of mapping global queries to local ones can be realized as
follows. Select the incorrect option.
Option A: The tables required in a global query have fragments distributed across
multiple sites
Option B: The tables required in a global query have fully replicated & distributed
across multiple sites
Option C: If there is no replication, the global optimizer runs local queries at the sites
where the fragments are stored.
Option D: The global optimizer generates a distributed execution plan so that least
amount of data transfer occurs across the sites.
Q17. Distributed two-phase locking approaches can be of three types ,which one is
incorrect option.
Q18. A query tree is a tree data structure that corresponds to a relational algebra
expression. It represents the relational algebra operations as _________________.
Option D: root
Q19. For committing a transaction, the DBMS might discard all the records
___________________________.
Option C: log
Q20. Our basic principle to get a high performance is that we decompose a global
query to the finest level of subqueries in order to explore all possible
execution plans. This reduces _______________.
Option A: Cost
Q21. A heterogeneous DBMS, HDBMS, can be viewed as a DBMS that has a set of
participating DBMSs and provides _________________.
Q22. How many Root element can be used in one XML file?
Option A: ONE
Option B: Two
Option C: Unlimited
Option D: Zero
Option B: <?Element>
Option C: <?ELEEMENT?>
Option D: <!element?>
Option A: DTD
Option B: XQuery
Option C: XSLT
Option D: XPath
Q25. Which of the following protocols ensures conflict serializability and safety
from deadlocks?