6. Given a circular bent array-based queue capable of holding 100 objects. Suppose the queue is initially empty, and then objects are put into the queue at the rate of 10 per minute while meantime they are processed and removed from the queue at the rate of 5 per minute. After 120 elements have been added to the queue, which of the following is true? CIRCLE JUST ONE LETTER FOR THE ANSWER. a. You can't add 120 elements to an array holding 100 entries. b. There will be 60 elements in the queue, 20 of them at the front of the array where the queue started, and 40 at the other end. c. There will be 60 elements in the queue, 30 of them at the front of the array where the queue started, and 30 at the other end. d. There will be 60 elements in the queue, 40 of them at the front of the array where the queue started, and 20 at the other end.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 16PE: The implementation of a queue in an array, as given in this chapter, uses the variable count to...
icon
Related questions
Question
6. Given a circular bent array-based queue capable of holding 100 objects. Suppose the queue is
initially empty, and then objects are put into the queue at the rate of 10 per minute while
meantime they are processed and removed from the queue at the rate of 5 per minute.
After 120 elements have been added to the queue, which of the following is true?
CIRCLE JUST ONE LETTER FOR THE ANSWER.
a. You can't add 120 elements to an array holding 100 entries.
b. There will be 60 elements in the queue, 20 of them at the front of the array where the queue
started, and 40 at the other end.
c. There will be 60 elements in the queue, 30 of them at the front of the array where the queue
started, and 30 at the other end.
d. There will be 60 elements in the queue, 40 of them at the front of the array where the queue
started, and 20 at the other end.
Transcribed Image Text:6. Given a circular bent array-based queue capable of holding 100 objects. Suppose the queue is initially empty, and then objects are put into the queue at the rate of 10 per minute while meantime they are processed and removed from the queue at the rate of 5 per minute. After 120 elements have been added to the queue, which of the following is true? CIRCLE JUST ONE LETTER FOR THE ANSWER. a. You can't add 120 elements to an array holding 100 entries. b. There will be 60 elements in the queue, 20 of them at the front of the array where the queue started, and 40 at the other end. c. There will be 60 elements in the queue, 30 of them at the front of the array where the queue started, and 30 at the other end. d. There will be 60 elements in the queue, 40 of them at the front of the array where the queue started, and 20 at the other end.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Randomized Select Algorithm
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage