pencil-icon
Build your own quiz

Computers

1st -

12thgrade

Image

Topic 4 (Queues)

77
plays

30 questions

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

    A queue is a ______

    FIFO (First In First Out) list

    LIFO (Last In First Out) list

    Ordered array

    Linear tree

  • 2. 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

    ABCD

  • 3. Multiple Choice
    2 minutes
    1 pt

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

    At the head of linked list

    At the tail of the linked list

    At the centre position in the linked list

    At the head and tail in the linked list

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?