Which of the following is a sequential organisation of data in which an…

2019

Which of the following is a sequential organisation of data in which an element is always inserted at the last position and taken out from the first position?

Answer: B. QueueA queue follows the FIFO (First-In First-Out) principle, where insertion occurs at the rear and deletion occurs at the front.

  1. A.

    Tree

  2. B.

    Queue

  3. C.

    Stack

  4. D.

    Array

Attempted by 2028 students.

Show answer & explanation

Correct answer: B

A queue follows the FIFO (First-In First-Out) principle, where insertion occurs at the rear and deletion occurs at the front.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…