Select and use the appropriate language provided data structure for a given problem (like: arrays, tuples/records/structs , lists, stacks, queues, and associative data types like sets, dictionaries/maps.)
Standard abstract data types such as lists, stacks, queues, sets, and maps/dictionaries [Shared with: AL]
Queues: First-In First-Out (FIFO), Priority Queues
Queue supports first-in, first-out (FIF) data handling