Computers

University

Image

Stack, Queue, Linked List

45
plays

22 questions

Show Answers
See Preview
  • 1. Multiple Choice
    2 minutes
    1 pt

    If the elements “A”, “B”, “C” and “D” are placed in a queue and are deleted one at a time, in what order will they be removed?

    ABCD

    DCBA

    DCAB

    ABDC

  • 2. Multiple Choice
    2 minutes
    1 pt

    In linked list implementation of a queue, the important condition for a queue to be empty is?

    FRONT is null

    REAR is null

    LINK is empty

    None of the mentioned

  • 3. Multiple Choice
    2 minutes
    1 pt
    Are stacks FIFO or FILO?
    FILO
    FIFO
    LIFO
    LILO
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?