InterviewSolution
Saved Bookmarks
| 1. |
Serializable schedules are ones where ____________(a) concurrent execution of transactions is equivalent to the transactions executed serially(b) the transactions can be carried out one after the other(c) a valid result occurs after execution transactions(d) none of the mentionedThe question was posed to me in class test.The query is from Atomic Transactions topic in section Process Synchronization of Operating System |
|
Answer» RIGHT OPTION is (a) CONCURRENT execution of TRANSACTIONS is equivalent to the transactions executed serially For explanation: None. |
|