Quiz Space

Database Management Systems · End Term · 31 Aug 2025 · May 2025 term

Question 7: Consider the following log records of transactions where …

Question 7

+3 marksOne or more correct options

Consider the following log records of transactions where an immediate database modification scheme is used.

1⟨T0,start⟩\langle T0, start \rangle
2⟨T0,A,200,300⟩\langle T0, A, 200, 300 \rangle
3⟨T1,start⟩\langle T1, start \rangle
4⟨T1,B,1300,1000⟩\langle T1, B, 1300, 1000 \rangle
5⟨T2,start⟩\langle T2, start \rangle
6⟨T2,C,500,300⟩\langle T2, C, 500, 300 \rangle
7⟨T1,commit⟩\langle T1, commit \rangle
8⟨T3,start⟩\langle T3, start \rangle
9⟨T0,commit⟩\langle T0, commit \rangle
10⟨T3,D,400,500⟩\langle T3, D, 400, 500 \rangle
11⟨CheckpointL1⟩\langle CheckpointL1 \rangle
12⟨T3,commit⟩\langle T3, commit \rangle
13⟨T2,commit⟩\langle T2, commit \rangle
14⟨T4,start⟩\langle T4, start \rangle
15⟨T4,E,2000,1500⟩\langle T4, E, 2000, 1500 \rangle

Suppose failure occurred after the step 15, then which of the following option(s) is/ are the correct?

Select all that apply.

  1. A

    T0 and T1 can be ignored.

  2. B

    T0,T1, T2 and T3 can be ignored.

  3. C

    T4 need to be undone.

  4. D

    T0 and T3 need to be redone.

Show answer

Correct answers

  • A

    T0 and T1 can be ignored.

  • C

    T4 need to be undone.

Question 7 of 20 in the IIT Madras BS Database Management Systems (DBMS) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DIPLOMA FN EXAM QDD1 31 Aug 2025). It carries 3 marks.

More questions from this paper

  1. Q1Consider the following relational schema: mentor(<u>mentorID</u>, mentorName, department)\ mentee(<u>menteeID</u>, ment…
  2. Q2Consider a non-empty B+-tree of order 17. What are the maximum and minimum number of keys that can be placed in the roo…
  3. Q3Given the following schema: students(studentID, firstName, lastName, admissionDate, deptID)\ departments(deptID, deptNa…
  4. Q4Figure question
  5. Q5Consider the table Bands given below: | ID | Name | Genre | YearEstablished | |---|---|---|---| | 001 | Pink Floyd | Pr…
  6. Q6Figure question
  7. Q8Figure question
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Figure question
  11. Q12Consider the table Student as shown in figure 2. | roll_no | sname | department | |---|---|---| | 1 | Stevie | Mechanic…
  12. Q13Consider a block nested-loop join for the two relation students and takes: | Relation | students | takes | |---|---|---…
  13. Q14Consider the instance of a relation R given in Table 1.\ Which among the following functional dependencies set can be i…
  14. Q15Consider the following tables: | PlayerID | PlayerName | |---|---| | 1 | Messi | | 2 | Muller | | 3 | Ronaldo | | 4 | M…
  15. Q16Figure question
  16. Q17Figure question
  17. Q18Consider a magnetic disk with 16 platters, 2 surfaces per platter, 1024 tracks per surface, 2048 sectors per track and …
  18. Q19Figure question
  19. Q20Figure question