Q.1.
Which of the following cannot be used to implement a timestamp
Q.2.
A logical counter is _________ after a new timestamp has been assigned
Q.3.
W-timestamp(Q) denotes?
Q.4.
R-timestamp(Q) denotes?
Q.5.
A ________ ensures that any conflicting read and write operations are executed in timestamp order
Q.6.
The default timestamp ordering protocol generates schedules that are
Q.7.
State true or false: The Thomas write rule has a greater potential concurrency than the timestamp ordering protocol
Q.8.
Which of the following timestamp based protocols generates serializable schedules?
Q.9.
In timestamp ordering protocol, suppose that the transaction Ti issues read(Q) and TS(Ti)<W-timestamp(Q), then
Q.10.
In timestamp ordering protocol, suppose that the transaction Ti issues write(Q) and TS(Ti)<W-timestamp(Q), then