Multiple choice technology operating systems

Three Essential States of Activity Lifecycle are

  1. active,passive and exit

  2. active,paused and stopped

  3. active,running and final

  4. start,running and stop

  5. entry,process and exit

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

An Android Activity has three essential states: Active (running and focused), Paused (visible but not focused), and Stopped (not visible). These represent the activity's lifecycle states where it's either running, partially visible, or completely hidden. Other options like 'passive', 'exit', 'final', 'entry' are not official Android lifecycle states.