What is the primary role of the Android 'AudioManager'? MCQ with Answer and Explanation

What is the primary role of the Android 'AudioManager'?
A. To manage Bluetooth audio
B. To record audio
C. To play audio files
D. To control audio volume, rings, and sound modes
Answer: Option D
Solution (By JKExamLibrary)
AudioManager manages system audio settings like volume levels, ringer mode, and audio focus.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
What is the primary function of the '/etc' directory in Linux file systems?
A. To contain system-wide text configuration files and startup scripts.
B. To store temporary cache files.
C. To store backup binary drivers.
D. To host user-level multimedia documents.

Correct Answer: Option A


Explanation:
The '/etc' directory houses core system-wide configuration files, user data databases, and startup configuration scripts for services.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What memory allocation issue occurs when there is sufficient total free memory space across the system, but it is split into tiny non-contiguous blocks that cannot accommodate a new request?
A. Internal Fragmentation
B. External Fragmentation
C. Virtual Thrashing Loop
D. Page Table Mismatch

Correct Answer: Option B


Explanation:
External fragmentation leaves memory broken into tiny segments scattered between active processes, preventing continuous allocations for larger tasks.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What does the acronym UEFI stand for?
A. Universal Extensible Firmware Integration
B. Universal Extended Firmware Interface
C. Unified Extensible Firmware Interface
D. Unified External Firmware Integration

Correct Answer: Option C


Explanation:
UEFI is a modern firmware interface that replaces BIOS, offering faster boot, secure boot, and support for large hard drives.

This question belongs to: Computer Operating Systems