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

A team of four players: X, Y, Z, and W is to be selected based on these conditions: 1) Only players who scored more than 50 points in the last game can be selected. 2) X scored 60 points, Y scored 45 points, Z scored 70 points, and W scored 50 points. Which players can be selected?

C. X AND Z

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

A. BANANA APPLE CHERRY

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

In a race, Alex finishes before Brian but after Charlie. David finishes after Brian. Who finishes first?

C. CHARLIE