In Android, the 'back stack' is used to: MCQ with Answer and Explanation

In Android, the 'back stack' is used to:
A. Cache recent apps
B. Store system logs
C. Hold background services
D. Manage the navigation history of activities
Answer: Option D
Solution (By JKExamLibrary)
Android uses a back stack to keep track of activities launched; pressing back pops the top activity.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
In Android, which service allows apps to send and receive messages between components?
A. Content Provider
B. Intent
C. Service
D. Broadcast Receiver

Correct Answer: Option B


Explanation:
Intents are messaging objects used to request actions from other app components, such as starting an activity or broadcasting.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Windows, what does the 'whoami' command display?
A. The computer name
B. The system uptime
C. The IP address
D. The current user's username

Correct Answer: Option D


Explanation:
whoami returns the domain and username of the current logged-in user.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows 11 feature utilizes hardware virtualization capabilities to create a secure, isolated enclave for sensitive core OS credentials?
A. Virtualization-Based Security (VBS)
B. BitLocker Drive Encryption
C. Windows Defender Firewall
D. Storage Spaces

Correct Answer: Option A


Explanation:
Virtualization-Based Security (VBS) uses hardware-level virtualization to isolate a secure memory region from the standard operating system layer.

This question belongs to: Computer Operating Systems