Which category of system software provides basic low-level configurations allowing user inputs to update hardware registers before the primary OS loads?
Explanation:
BIOS/UEFI utility screens let users customize fundamental hardware configurations like boot orders and clock profiles before the OS starts up.
A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
Explanation:
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.
No comments yet. Be the first to start the discussion!