Multiple choice technology operating systems

Four Major Application Components present in Android are:

  1. activity,service,broadcast transmitter and content provider

  2. actions,service,broadcast receiver and content enabler

  3. activity,servlets,broadcast enabler and content getter

  4. activity,service,broadcast receiver and content provider

  5. activity,service,transmitter,receive

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

Android has four major application components: Activities (UI screens), Services (background operations), Broadcast Receivers (respond to system-wide broadcasts), and Content Providers (manage data sharing between apps). Option D correctly lists all four. The other options use incorrect terminology like 'transmitter', 'enabler', 'servlets' which are not Android component names.