The following are statements related to queues i The last item-03584
The following are statements related to queues.<br>(i) The last item to be added to a queue is the first item to be removed<br>(ii) A queue is a structure in which both ends are not used<br>(iii) The last element hasn't to wait until all elements preceding it on the queue are removed<br>(iv)A queue is said to be a last-in-first-out list or LIFO data structure<br>Which of the above is/are related to normal queues?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.8.
The following are statements related to queues.
(i) The last item to be added to a queue is the first item to be removed
(ii) A queue is a structure in which both ends are not used
(iii) The last element hasn't to wait until all elements preceding it on the queue are removed
(iv)A queue is said to be a last-in-first-out list or LIFO data structure
Which of the above is/are related to normal queues?
(i) The last item to be added to a queue is the first item to be removed
(ii) A queue is a structure in which both ends are not used
(iii) The last element hasn't to wait until all elements preceding it on the queue are removed
(iv)A queue is said to be a last-in-first-out list or LIFO data structure
Which of the above is/are related to normal queues?
(iii) and (ii) only
(i), (ii) and (iv) only
(ii) and (iv) only
None of the given options