Question No : 8
The number of possible ordered trees with three nodes A,B,C is?
Question No : 9
Which of the following is true about the characteristics of abstract data types?
i) It exports a type.
ii) It exports a set of operations
Question No : 10
Which of the following algorithm design technique is used in the quick sort algorithm?
Question No : 11
_____ is not the component of data structure.
Question No : 12
The number of swapping needed to sort numbers 8,22,7,9,31,19,5,13 in ascending order using bubble sort is ?
Question No : 13
Which of the following is not the part of ADT description?
Question No : 14
Which of the following statement is true ?