identify the correct order in which a command line interpreter executes the following steps when it runs an external command. group of answer choices
1. read the command from the terminal
2.wait for the program to complete. then go back for the next command
3.interpret the command and realize it is an external command
4. create the child process and load the program over it