The ORDER concurrency control technique is based on the property. May 14, 2022May 14, 2022 administrator The ORDER concurrency control technique is based on the property.total orderingWell Done. Your Answer is Correct Keep it Up!inherent orderingordering mechanismpartial ordering
The …………is responsible for ensuring correct execution in the presence of failures. May 14, 2022May 14, 2022 administrator The …………is responsible for ensuring correct execution in the presence of failures.Database ManagerWell Done. Your Answer is Correct Keep it Up!Transaction ManagerRecovery ManagerExecutive Manager
Servers which is widely used in relational database systems. May 14, 2022May 14, 2022 administrator Servers which is widely used in relational database systems.Transaction serversWell Done. Your Answer is Correct Keep it Up!Data serversQuery serversClient servers
Component of a database is responsible for ensuring atomicity and durability. May 14, 2022May 14, 2022 administrator Component of a database is responsible for ensuring atomicity and durability.recovery managementWell Done. Your Answer is Correct Keep it Up!concurrency controlstorage managementquery evaluation engine
Which protocol permits release of exclusive locks only at the end of transaction? May 14, 2022May 14, 2022 administrator Which protocol permits release of exclusive locks only at the end of transaction?Two phase locking protocolWell Done. Your Answer is Correct Keep it Up!Graph based protocolStrict two phase locking protocolRigorous Two phase locking protocol
Who developed Python Programming Language? May 14, 2022May 14, 2022 administrator Who developed Python Programming Language?Guido van RossumWell Done. Your Answer is Correct Keep it Up!Rasmus LerdorfWick van RossumNiene Stom
What is the output of the expression : 3*1**3 January 30, 2022January 30, 2022 administrator What is the output of the expression : 3*1**33Well Done. Your Answer is Correct Keep it Up!927Error
What is the output of the following program :print ‘{0:.2}’.format(1.0 / 3) January 30, 2022January 30, 2022 administrator What is the output of the following program :print ‘{0:.2}’.format(1.0 / 3)0.33Well Done. Your Answer is Correct Keep it Up!0.3333330.333333:-2Error
What data type is the object below?L = [1, 23, „hello‟, 1] January 30, 2022January 30, 2022 administrator What data type is the object below?L = [1, 23, „hello‟, 1]ListWell Done. Your Answer is Correct Keep it Up!DictionaryTupleArray
Which of these is not a core data type? January 30, 2022January 30, 2022 administrator Which of these is not a core data type?ClassWell Done. Your Answer is Correct Keep it Up!TuplesDictionaryLists