In which situation does running application remain active?
Answer Details
When a computer application is running, it is stored in the computer's memory, which allows it to continue functioning as long as it is needed.
In the case of logging off, shutting down, or rebooting the computer, all applications currently running on the system are closed or terminated. Therefore, the running application would not remain active in any of these situations.
However, in the case of a user switching, the running application can remain active. This is because when a user switches on a computer that is running, the operating system creates a new user session while keeping the current user's session active.
In this scenario, the running application would continue to function within the current user's session, while the new user session would be independent and have its own set of applications and processes. Therefore, the running application would remain active when the user is switched.