OA. free
Free
Optym Core Computer Science Core Computer Science Medium

Command interpreter is used to

Optym technical mcq question, verified with a worked answer. Free to practise - no sign-up.

Command interpreter is used to

Choose one option.
Show answer & explanation
Answer: B. B) Execute user-specified command one by one

A command interpreter (or shell) reads, parses, and executes user commands line by line.

Step-by-step Derivation:
Step 1: A command interpreter serves as the interface between the user and operating system kernel.
Step 2: Its primary function is to accept interactive commands and execute them sequentially one by one.