Correct option is A
The broad functions of an
Operating System (OS) in computers include the following:
·
Handling of files and folders (A): The OS manages the organization, storage, retrieval, and manipulation of files and folders.
·
Interfacing between user and hardware (C): The OS acts as a bridge between the user and the hardware, allowing users to interact with the system via commands or a graphical interface.
·
Helping to run application software (D): The OS provides a platform for application software to function by managing resources like memory and processing power.
However:
·
Converting from high-level language to low-level language (B) is not a primary function of an operating system. This task is typically performed by
compilers or
interpreters, not the OS.
Information Booster: 1.
File management: OS manages file systems, allowing users to create, delete, and organize files.
2.
User-hardware interface: OS enables communication between hardware components (e.g., CPU, memory) and the user.
3.
Application support: The OS manages resources for application software to run efficiently.
4.
Language translation: The conversion from high-level to low-level languages is handled by compilers, not the OS.