What type of memory allocation problem occurs when free memory blocks are broken down into tiny, disconnected gaps that are too small to serve new process requests?
Explanation:
External fragmentation occurs when total free memory space exists to satisfy a allocation request, but it is split up non-contiguously into tiny pockets.
What is the name of the software layer in Android that provides standard interfaces to expose device hardware capabilities to the higher-level Java API framework?
Explanation:
The Hardware Abstraction Layer (HAL) defines a standard interface for hardware vendors to implement, enabling higher-level Android framework APIs to interact with hardware.
No comments yet. Be the first to start the discussion!