Which of the following is not true about Isolated storage in Silverlight?
In Silverlight, all I/O operations are restricted to isolated storage and Silverlight applications have no direct access to the file system on client computer
You can use isolated storage in Silverlight to store application settings, which are per-application, per-computer, and per-user settings
Any kind of data can be saved in the isolated store
The default space allocated for isolated storage in 1 MB which can not be increased further
Isolated storage quota CAN be increased - applications can request more space via the IncreaseQuotaAsync method, subject to user approval. The default 1MB is just the starting allocation. Options A, B, and C correctly describe isolated storage's security isolation and capabilities.