MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Operating System
Basics
Q
What is the main function of the command interpreter?
AA. To get and execute the next user-specified command
BB. To provide the interface between the api and application program
CC. To handle the files in operating system
DD. None of the mentioned
Correct Answer:
A. A. To get and execute the next user-specified command
Explanation:
The main function of command interpreter is to get and execute the next user-specified command. Command Interpreter checks for valid command and then runs that command else it will throw an error.