In the sequence A, B, C, D, ?, F, G, what character should replace the question mark?

A. E

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

Pencil is to Write as Brush is to ?

A. PAINT

From the input 'zebra monkey apple', what is the output after rearranging the words in reverse alphabetical order?

A. ZEBRA MONKEY APPLE

Given the input '5 3 8 1 6', what will be the output after sorting the numbers in descending order?

A. 8 6 5 3 1