Question
Easy
In context of deadlock prevention in DBMS, wait-die and wound-wait schemes are ...... techniques.
1
both preemptive
2
both non-preemptive
3
preemptive and non-preemptive respectively
4
non-preemptive and preemptive respectively
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation
The correct option is (4): The Wait-Die and Wound-Wait schemes are crucial deadlock prevention techniques in a Database Management System (DBMS) that use timestamps to enforce a strict ordering on transactions, thereby preventing the circular wait condition. The key difference lies in whether a resource is forcibly taken from its current holder, which defines preemption. The Wait-Die scheme is non-preemptive. When an older transaction $T\_i$ requests a resource held by…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
LOC oriented software estimation model $E=3.2*(KLOC)^{1.05}$ is called :
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2022
In windows 8.1 which of the following options in control panel is related to adjustment of display brightness, volume and power options ?
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software
Question 3
Easy
Source :
HTET 2022
In C++, which of the following is not a derived container under STL?
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 4
Easy
Source :
HTET 2022
Sum of degrees of all nodes for a graph $G(V,E)$ can be given by..............
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts