FC0-U61 · Question #694
Which of the following is MOST likely managed directly by the operating system?
The correct answer is C. Memory allocation. Memory allocation is a core function directly managed by the operating system, crucial for the efficient execution of all processes and applications.
Question
Which of the following is MOST likely managed directly by the operating system?
Options
- AEmail
- BDatabase connections
- CMemory allocation
- DInstant messaging
How the community answered
(54 responses)- A2% (1)
- B7% (4)
- C87% (47)
- D4% (2)
Why each option
Memory allocation is a core function directly managed by the operating system, crucial for the efficient execution of all processes and applications.
Email is typically managed by a separate application or service (email client, email server) that runs on top of the operating system.
Database connections are handled by database management systems (DBMS) and applications, which interact with the OS but are not directly managed by it.
Memory allocation is a fundamental task of the operating system's kernel, which involves assigning physical or virtual memory blocks to running processes and applications. The OS directly controls how much memory each program can use and prevents conflicts.
Instant messaging is managed by specific messaging applications that utilize OS resources but are not a direct OS function.
Concept tested: Operating system core functions - Memory management
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/memory-management
Topics
Community Discussion
No community discussion yet for this question.