Home

What is the correct answer?

4

A ______ is a data structure that organizes data similar to a line in the supermarket, where the first one in line is the first one out.

A. Stacks linked list

B. Queue linked list

C. Both of them

D. Neither of them

Correct Answer :

B. Queue linked list


Related Questions

Which of the following statement is true ? If the values of a variable in one module is indirectly changed by another… The operation of processing each element in the list is known as 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 Which if the following is/are the levels of implementation of data structure Two main measures for the efficiency of an algorithm are The complexity of Bubble sort algorithm is Which of the following data structure is linear type? Each array declaration need not give, implicitly or explicitly, the information… A binary search tree whose left subtree and right subtree differ in hight… Two dimensional arrays are also called Linked list are not suitable data structure of which one of the following… Which of the following is true about the characteristics of abstract data… Given two sorted lists of size m and n respectively.The number of comparisons… A variable P is called pointer if In linear search algorithm the Worst case occurs when Which of the following is two way list? Which of the following is not the required condition for binary search… The Average case occur in linear search algorithm Which of the following data structure is non linear type? The complexity of Binary search algorithm is Which of the following data structures are indexed structures? Which of the following algorithm design technique is used in the quick… When determining the efficiency of algorithm the time factor is measured… The memory address of the first element of an array is called ……………. Is a pile in which items are added… A ______ is a data structure that organizes data similar to a line in…