The Unix shell is both _______ and _______ language.

A)  scripting, interpreter
B)  high level, low level
C)  interpreter, executing
D)  interactive, responsive

Correct Answer :   scripting, interpreter


Explanation : The UNIX shell is both an interpreter and scripting language. We can also say that shell can be interactive or non-interactive. When we log in to our system, interactive shell presents a prompt and wait for our requests while a non-interactive shell is managed by an interactive shell while executing a shell script.