An integrated set of programs that controls the resources of computer system…
2023
An integrated set of programs that controls the resources of computer system and provides its users an interface that is easy to use:
- A.
Operating system
- B.
Compiler
- C.
High level language program
- D.
Interpreter
Attempted by 482 students.
Show answer & explanation
Correct answer: A
An Operating System (OS) acts as the vital core backbone of any computer architecture. It serves two fundamental purposes outlined directly in the question:
Resource Management: It monitors and schedules how the hardware architecture is utilized. It controls CPU allocation, dynamically manages RAM partitions (Memory Management), establishes file structures on storage drives, and brokers signals to input/output peripheral devices.
User Interface (UI): It masks the absolute mathematical complexity of computer hardware underneath a digestible operational layout. This can be a Graphical User Interface (GUI) using icons and windows, or a Command Line Interface (CLI) using text scripts.