From the input 'red blue green', which output reflects the correct sequence after rearrangement?

D. GREEN BLUE RED

If the code for 'CAT' is 3120, what is the code for 'DOG' if the letters are assigned values as follows: C=3, A=1, T=20, D=4, O=15, G=7?

A. 4157

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

Given the input '1 2 3 4', what is the output after the specified rearrangement?

B. 4 1 2 3

Identify the number that does not belong to the group.

C. 42