Given the input 'apple banana cherry', which of the following is the correct output after rearrangement?

A. BANANA CHERRY APPLE

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

A. BANANA APPLE CHERRY

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

A. MOUSE CAT DOG

Starting with the input '1 3 2', what is the output after arranging the numbers in ascending order?

A. 1 2 3

For the input 'red green blue', which output represents the correct arrangement of the colors in alphabetical order?

B. BLUE GREEN RED