Computers

Image

QUEUE

256
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

  • Expore all questions with a free account

    Already have an account?
library
create
reports
classes