Question: When a user runs a program through command line ( e . g . , using shell ) , which of the following is not

When a user runs a program through command line (e.g., using shell), which of the following is not what happens after the user finishes typing in the name of the program and presses the enter key?
Group of answer choices
the processor begins executing the machine-language instructions in the program.
the shell copies the data in the executable object file from disk to main memory.
the shell program reads each character of the program name into a register, and then stores it in main memory.
the shall copies the code in the executable object file from disk to main memory.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!