If the input is 'dog cat bird fish', and the rearrangement steps are to place the words in reverse alphabetical order, what is the output?

D. FISH DOG BIRD CAT

If the input is '3 1 4 2', what will be the output after sorting the numbers in ascending order?

A. 1 2 3 4

Given the input 'cat dog apple banana', which of the following is the correct output after rearranging the words in alphabetical order?

A. APPLE BANANA CAT DOG

If the input sequence is 'dog cat mouse', what will be the output after sorting the words in reverse alphabetical order?

A. MOUSE DOG CAT

Given the input: 'apple banana cherry date', which of the following is the output after rearranging the words in alphabetical order?

A. APPLE BANANA CHERRY DATE