The system command _______ is used to tell the computer to execute the program
A LIST
B EXECUTE
C END
D RUN
1
Expert's answer
2015-03-10T04:19:15-0400
Theanswer depends on the operating system that is installed on PC: 1) Windows family systems – RUNcommand starts executing the process in the separate thread 2) Unix family systems – EXEC( or EXECUTE or . / ) does almost the same as the windows command. Conclusion: Correct answer: <D> forWindows, <B> for Unix.
Comments
Leave a comment