Home

What is the correct answer?

4

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

A. True, False

B. False, True

C. True, True

D. False, False

Correct Answer :

C. True, True


Related Questions

The Average case occur in linear search algorithm Which if the following is/are the levels of implementation of data structure The memory address of fifth element of an array can be calculated by the… Which of the following algorithm design technique is used in the quick… In linear search algorithm the Worst case occurs when The complexity of Bubble sort algorithm is Which of the following data structure can't store the non-homogeneous… Which of the following data structure cant store the non-homogeneous data… Stack is also called as Which one of the following permutations can be obtained the output using… The term push and pop is related to the ……………. Is a pile in which items are added… A variable P is called pointer if Which data structure allows deleting data elements from and inserting… ______ is very useful in situation when data have to stored and then retrieved… For an algorithm the complexity of the average case is Which of the following is not the part of ADT description? Identify the data structure which allows deletions at both ends of the… The difference between linear array and a record is Finding the location of the element with a given value is: Which of the following is not a limitation of binary search algorithm? Inserting an item into the stack when stack is not full is called _______… Which of the following data structure is linear type? _____ is not the component of data structure. Which of the following data structure is linear data structure? The complexity of Binary search algorithm is Which data structure is used in breadth first search of a graph to hold… Given two sorted lists of size m and n respectively.The number of comparisons… Which of the following is true about the characteristics of abstract data… When determining the efficiency of algorithm the time factor is measured…