I NEED HELP WITH THIS HOMEWORK!!!!
What is a characteristic of a bag data type?
- Elements are added and removed in any order
- Elements are removed in the same order they were added
- Distinct elements are added in any order but are removedbeginning with the last one added
- Distinct elements are removed in the reverse order they wereadded
Which scenario illustrates a data stack structure
- Standing in a line to be serviced
- Filing documents in alphabetical order
- Offering services based on the priority of the customer
- Removing tennis balls from the original canister
3.Which operation maybe performed on an empty stack?
- Push
- Append
- Remove
- Pop
4.Which data structure provides a means of bundling data andfunctionality together?
- List
- Array
- Bag
- Class
5.Which
OR
OR