Multiple choice

A service is a/an

  1. background process

  2. application component

  3. empty process

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Service is an application component that can perform long-running operations in the background without a UI. It's not just a background process but a formal Android component with its own lifecycle.