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.

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
Which process state corresponds to a thread that is currently blocked while awaiting an input/output operation to complete?
A. Terminated
B. Waiting (or Blocked)
C. Running
D. Ready

Correct Answer: Option B


Explanation:
A process enters the Waiting or Blocked state when it cannot continue execution until an external event or hardware I/O transfer concludes.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows command is used to manage disk partitions from the command line?
A. fdisk
B. diskpart
C. parted
D. format

Correct Answer: Option B


Explanation:
diskpart is the Windows command-line utility for partition management; fdisk and parted are for Linux.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Linux command is used to display the manual page of another command?
A. help
B. info
C. man
D. whatis

Correct Answer: Option C


Explanation:
The 'man' command (manual) displays the manual pages for commands, providing detailed documentation.

This question belongs to: Computer Operating Systems