Multiple choice

Program that provides the direct communication between the operating system and the user is

  1. software

  2. keyboard

  3. shell

  4. pearl

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A shell serves as a command interpreter that provides direct communication between the user and the operating system. It accepts user commands, translates them into system calls, and returns results. Examples include Bash on Linux, Command Prompt on Windows, and PowerShell.