Questions Related to technology

Multiple choice technology platforms and products
  1. 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

  2. You can use isolated storage in Silverlight to store application settings, which are per-application, per-computer, and per-user settings

  3. Any kind of data can be saved in the isolated store

  4. The default space allocated for isolated storage in 1 MB which can not be increased further

Reveal answer Fill a bubble to check yourself
D Correct answer
Multiple choice technology platforms and products
  1. Silverlight applications operate within a security boundary that is called a sandbox

  2. The Silverlight application runs in the same security context that of the HTML page that hosts the Silverlight plug-in

  3. Silverlight applications cannot access the file system and other system resources

  4. Silverlight code has three security levels: Transparent, SafeCritical and Critical

Reveal answer Fill a bubble to check yourself
B Correct answer