pencil-icon
Build your own quiz

Computers

University

Image

QUEUE

274
plays

17 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    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
    30 seconds
    1 pt

    In linked list implementation of a queue, where does a new element be inserted?

    At the head of link list

    At the centre position in the link list

    At the tail of the link list

    None of the mentioned

  • 3. Multiple Choice
    30 seconds
    1 pt

    In linked list implementation of a queue, from where is the item deleted?

    At the head of link list

    At the centre position in the link list

    At the tail of the link list

    None of the mentioned

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?