If the characters 'D', 'C', 'B', 'A' are placed in a queue (in that order), and then removed one at a time, in what order will they be removed?

DCBA
  • ABCD
  • ABDC
  • DCAB

Items are removed from a queue in the same order as they arrived.