Exam 70-506 : Silverlight 4, Development Part – 4

Question: The CultureInfo class of the System.Globalization namespace is used to retrieve which of the following information for a specific culture:

  1. Character set
  2. Currency symbol
  3. Date
  4. All of the above.
  5. None of the above.

Correct Answer: 4


Question: We can specify that the XAML file has sample data by setting the Build Action to which of the following?

  1. Content
  2. Build
  3. DesignData
  4. It is not possible in silverlight

Correct Answer: 1


Question: What is the significance of marking a class as ScriptableType?

  1. All public properties, methods, and events are available to JavaScript.
  2. All private properties, methods, and events are available to JavaScript.
  3. Only public properties are available to JavaScript.
  4. None of the above.

Correct Answer: 1


Question: Which of the following is correct about a Canvas

  1. Canvas allows to use absolute positioning.
  2. Supports positioning controls contained within it using explicit coordinates.
  3. Allows you to specify a control’s position relative to its immediate parent Canvas control’s Left,Right,Top or Bottom coordiates.
  4. All of the Above

Correct Answer: 4


Question: Which of the following is true about the ContentPresenter Control?

  1. It is used to tell Silverlight where to place the Content.
  2. It is a placeholder designed to be used inside a ControlTemplate.
  3. All of the above.
  4. None of the above.

Correct Answer: 2

Tagged , . Bookmark the permalink.

Leave a Reply