Multiple choice technology operating systems

In Android, ___________ is used to prevent applications (as a measure of security) from disrupting each other.

  1. Cryptography

  2. Wrapping

  3. Sandbox

  4. Coding and Decoding

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

The Android sandbox is a security mechanism that isolates applications from each other and from the system. Each app runs in its own sandbox with restricted permissions, preventing malicious or buggy apps from disrupting other applications or the OS. Cryptography is for encryption, wrapping is a programming concept, and coding/decoding are not security isolation mechanisms.