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

Answer: A. mouse dog cat
The words sorted in reverse alphabetical order are 'mouse', 'dog', and 'cat'.