Multiple choice A service is a/an background process application component empty process 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.