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
Explanation:
The BIOS/UEFI firmware initializes hardware and runs the Power-On Self-Test (POST) to ensure components are working before booting the OS.
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:
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.
No comments yet. Be the first to start the discussion!