Microsoft Silverlight Development

Covers Silverlight security, isolated storage, XAP files, Deep Zoom, development tools, and control customization for Silverlight applications

13 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Silverlight enables you to customize controls in several ways. Select the option that is not applicable to control customization in Silverlight.

  1. ContentTemplate
  2. Styles
  3. CSS
  4. ControlTemplate
Question 2 Multiple Choice (Single Answer)

Which of the following is not true for Silverlight?

  1. It is a cross-browser, cross-platform technology
  2. It runs on Microsoft Windows, Apple Mac OS X and Linux
  3. Streams audio/audio and scales video quality from mobile devices to 720p HDTV video modes
  4. Supports Web browsers, including Internet Explorer, Mozilla Firefox, Safari
Question 3 Multiple Choice (Single Answer)

Which of the following is not introduced as new features in Silverlight 3.0?

  1. Printing
  2. 3D Effects
  3. SaveFileDialog
  4. Out-of-Browser Support
Question 4 Multiple Choice (Single Answer)

Which of the following is not installed by Silverlight 3 Tools for Visual Studio 2008

  1. Silverlight SDK
  2. XAMLPad
  3. Silverlight developer runtime
  4. Silverlight Tools
Question 5 Multiple Choice (Single Answer)

Which of the following is not a Silverlight tool?

  1. XamlPadX
  2. Visual C# 2008 Expression Edition
  3. Expression Blend
  4. Visual Web Developer 2008 Express Edition
Question 6 True/False

Following Silverlight code will work.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

Pick the odd man out from different types of Brushes available in Silverlight to paint a surafce.

  1. LinearGradientBrush
  2. VideoBrush
  3. ImageBrush
  4. RadialGradientBrush
Question 8 Multiple Choice (Single Answer)

Which of the following is used for enabling cross-domain connectivity for Silverlight applications to access network resources?

  1. crossdomain.xml
  2. Web.config
  3. App.xaml
  4. clientaccesspolicy.xml
Question 9 Multiple Choice (Single Answer)

Which of the following is not installed by Silverlight 3 Tools for Visual Studio 2008?

  1. Silverlight SDK
  2. XAMLPad
  3. Silverlight developer runtime
  4. Silverlight Tools
Question 10 Multiple Choice (Single Answer)

Which of the following statements is not true about Deep Zoom in Silverlight?

  1. Deep Zoom uses multi-resolution images to achieve a high frame-rate and fast open experience for images
  2. On the initial load, Deep Zoom takes a bit more time to load image data for large images
  3. Deep Zoom uses spring animations, which gives users the impression of a smooth movement (pan or zoom) around image
  4. A Deep Zoom image is typically composed of 256x256 size tiles of JPEG or PNG images at different resolutions that make up an image pyramid
Question 11 Multiple Choice (Single Answer)

Which of the following is not correct about XAP file in Silverlight?

  1. .xap file is a Silverlight-based application package (.xap) that is generated when the Silverlight project is built
  2. .xap file is encrypted for security and we can not view its contents
  3. .xap file includes AppManifest.xaml, compiled output assembly of the Silverlight project (.dll) and any other resource files referred by the Silverlight application
  4. Web pages like .aspx files and .html files use the Silverlight components by loading the .xap files using the <object> tag in the HTML or by using <asp:Silverlight> tag in the ASP.NET pages
Question 12 Multiple Choice (Single Answer)

Which of the following is not true about Isolated storage in Silverlight?

  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
Question 13 Multiple Choice (Single Answer)

Which of the following statements is not correct about security in Silverlight?

  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