Which component of an operating system serves as the textual terminal interface, accepting typed keywords from a user and passing them to the kernel? MCQ with Answer and Explanation

Which component of an operating system serves as the textual terminal interface, accepting typed keywords from a user and passing them to the kernel?
A. Linker Program
B. GUI Desktop Manager
C. Device Driver
D. Command Line Shell
Answer: Option D
Solution (By JKSSB Mock Tests)
The shell is the user interface program that wraps around the kernel, reading user text input commands and executing them.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1
When a computer system is turned on, the initial software program that runs self-diagnostic hardware routines (known as POST) is the:
A. Disk Defragmenter
B. BIOS / UEFI Firmware
C. Operating System Core
D. Device Manager Panel

Correct Answer: Option B


Explanation:
The BIOS/UEFI firmware initializes hardware and runs the Power-On Self-Test (POST) to ensure components are working before booting the OS.

This question belongs to: Computer Computer Software
Question #2
A specialized program that translates an entire high-level source code file into machine language all at once, creating an executable file, is known as a/an:
A. Assembler
B. Interpreter
C. Linker
D. Compiler

Correct Answer: Option D


Explanation:
A compiler translates the entire source code into machine code in one single operation before execution, whereas an interpreter does it line-by-line.

This question belongs to: Computer Computer Software
Question #3
Which of the following is a type of application software used for communication?
A. Zoom
B. Device Manager
C. Disk Cleanup
D. Windows Explorer

Correct Answer: Option A


Explanation:
Zoom is a video conferencing application software.

This question belongs to: Computer Computer Software