Computers

1st -

2ndgrade

Image

Data Structure (QUEUE)

120
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Which one of the following is an application of Queue Data Structure?

    When a resource is shared among multiple consumers.

    When data is transferred asynchronously (data not necessarily received at same rate as sent) between two processes

    Load Balancing

    All of the above

  • 2. Multiple Choice
    30 seconds
    1 pt

    How many stacks are needed to implement a queue. Consider the situation where no other data structure like arrays, linked list is available to you.

    1

    2

    3

    4

  • 3. Multiple Choice
    30 seconds
    1 pt

    How many queues are needed to implement a stack. Consider the situation where no other data structure like arrays, linked list is available to you.

    1

    2

    3

    4

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?