If the input is '5 3 8 1 4' and the first rearrangement step is to sort the numbers in ascending order, what will be the output?

A. 1 3 4 5 8

For the input 'red blue green yellow', if the second rearrangement step is to reverse the order of the words, what will be the output?

A. YELLOW GREEN BLUE RED

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

B. CHERRY DATE APPLE BANANA

From the input 'dog cat mouse bird', which output corresponds to the rearrangement: Step 1: Move 'cat' to the end, Step 2: Move 'mouse' to the front?

A. MOUSE DOG BIRD CAT

If the input is 'dog cat mouse', what will be the output after the specified rearrangement steps?

A. CAT MOUSE DOG