About argument, command, switch or flag in Linux

Question:
In the statement:

echo Welcome
what does the word Welcome represent with respect to the echo?

  1. argument
  2. command
  3. switch
  4. flag
Answer:
A - is the correct answer. Here, echo is the command and Welcome is the argument passed to the command