Question 10
Which of the following is the correct order of node traversal if we want to insert the node '76'?
24, 60, 48, 36, 84
24, 60, 72, 96, 108
24, 60, 72, 96, 84
24, 12, 72, 96, 84
Which of the following is the correct order of node traversal if we want to insert the node '76'?
24, 60, 48, 36, 84
24, 60, 72, 96, 108
24, 60, 72, 96, 84
24, 12, 72, 96, 84
Correct answer
24, 60, 72, 96, 84
Question 10 of 21 in the IIT Madras BS Database Management Systems (DBMS) End Term paper sat on 21 Dec 2025, in the September 2025 term (Database Management Systems 18 Dec 25). It carries 2 marks.