The following real life applications would use a queue excep
The following real life applications would use a queue except for:
Select one:
a. Apple barrel
b. Grocery store
c. ATM
d. Movie ticket line
Question 2
A stack is a \"pile of\"
Select one:
True
False
The following operations are an ADT stack except for:
Select one:
a. push
b. pop
c. dequeue
d. peek
Our ADT stack has more than one kind of pop
Select one:
True
False
With array-based implementation, we push and pop from the front of the array
Select one:
True
False
Solution
Answer :
The following real life applications would use a queue except for:
Select one:
a. Apple barrel
b. Grocery store
c. ATM
d. Movie ticket line
Answer :
a. Apple barrel
Question 2
A stack is a \"pile of\"
Select one:
True
False
Answer :
True
Q3)
The following operations are an ADT stack except for:
Select one:
a. push
b. pop
c. dequeue
d. peek
Answer :
c.dequeue
Q4.
Our ADT stack has more than one kind of pop
Select one:
True
False
Answer :
False
Q5.
With array-based implementation, we push and pop from the front of the array
Select one:
True
False
Answer :
True


