ICTDBS-Topic3 Quizz1

ICTDBS-Topic3 Quizz1

Professional Development

5 Qs

quiz-placeholder

Similar activities

FinTech 19-1 Blockchain Python

FinTech 19-1 Blockchain Python

Professional Development

9 Qs

MB -310

MB -310

Professional Development

10 Qs

Blockchain Day 2 Final Quiz

Blockchain Day 2 Final Quiz

Professional Development

10 Qs

MongoDB-Mongoose101

MongoDB-Mongoose101

Professional Development

10 Qs

DBMS Advanced Features and Distributed Databases

DBMS Advanced Features and Distributed Databases

Professional Development

10 Qs

DBMS-4

DBMS-4

Professional Development

8 Qs

Fintech - Blockchain

Fintech - Blockchain

University - Professional Development

8 Qs

COMP_DBMS

COMP_DBMS

Professional Development

10 Qs

ICTDBS-Topic3 Quizz1

ICTDBS-Topic3 Quizz1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

David Hunt

Used 10+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question: Isolation of the transactions is achieved by:

Avoiding simultaneous transactions.

Storing updates permanently.

Preventing system failure.

Concurrency control.

Answer explanation

Isolation of transactions in a database is achieved through concurrency control, which ensures that multiple transactions can execute concurrently without interfering with each other, maintaining data consistency and integrity.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Database transaction durability ensures that in the event of a system failure, a transaction is:

Not lost once it has been committed.

Completed uninterrupted.

Reversed before it is executed.

Saved before the failure occurs.

Answer explanation

Durability property of a database transaction ensures that once a transaction is committed, its changes become permanent and will not be lost, even in the event of a system failure.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property of database transactions creates an illusion that only one transaction is executed in the system, despite multiple transactions being executed in parallel?

Atomicity

Consistency

Isolation

Durability

Answer explanation

The isolation property of a database transaction ensures that each transaction is executed as if it is the only transaction in the system, creating an illusion of isolation from other concurrent transactions.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All Oracle transactions obey the basic properties of a database transaction. What is the name of the following property?

"All tasks of a transaction are performed or none of them are. There are no partial transactions."

Atomicity

Durability

Consistency

Isolation

Answer explanation

The property described in the statement is Atomicity, which ensures that a transaction is treated as an atomic unit, and all its operations are executed together or none are executed at all.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To ensure integrity of the data, a database system should ensure transactions to possess certain properties. The property that makes sure that "either all instructions executed successfully or none of them are" is called:

Atomicity

Consistency

Isolation

Durability

Answer explanation

Atomicity is the property that ensures that all the instructions of a transaction are executed successfully or none of them are executed, which helps avoid inconsistencies caused