Which utility in Android handles the composition of various display layers (windows, status bars, applications) onto a single framebuffer for rendering? MCQ with Answer and Explanation
Which utility in Android handles the composition of various display layers (windows, status bars, applications) onto a single framebuffer for rendering?
A. SurfaceFlinger
B. ActivityManager
C. PackageManager
D. Zygote
Answer: Option A
Solution (By JKExamLibrary)
SurfaceFlinger is the system-wide graphics compositor in Android that accepts surface buffers from multiple sources and combines them for the display.
Explanation:
A process enters the Waiting or Blocked state when it cannot continue execution until an external event or hardware I/O transfer concludes.
No comments yet. Be the first to start the discussion!