Silverlight and XAML Development Quiz

Test your knowledge of Silverlight, XAML, styles, controls, data binding, and Rich Internet Application development concepts

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Windows SharePoint Services is the solution that enables you

  1. to create Web sites for information sharing and document collaboration
  2. to create Web sites for sharing information publicly
  3. to create Windows applications to share secured information
  4. to create Windows apllication for mailing within an organisation
Question 2 Multiple Choice (Single Answer)

What is meant by RIA?

  1. Real Internet Application
  2. Rich Internet Application
  3. Raw Internet Application
  4. None of these
Question 3 Multiple Choice (Single Answer)

How many levels of secondary window(s) are recommend for IZI application as per style guide?

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
Question 4 True/False

Secondary windows are some times modeless.

  1. True
  2. False
Question 5 Multiple Choice (Multiple Answers)

Use Hyperlinks to navigate to

  1. A Secondary Window
  2. A different application
  3. A search window
  4. A page in the navigation pane
Question 6 Multiple Choice (Single Answer)

Which of the Events (states) are not available in any silverlight control

  1. Click
  2. Double Click
  3. Pressed
  4. Normal
  5. Valid
  6. InvalidFocused
Question 7 True/False

Multiple styles can be applied to a single control

  1. True
  2. False
Question 8 Multiple Choice (Multiple Answers)

How does the user selects the search results?

  1. By selecting the Sélectionner button
  2. By double clicking the record
  3. By selecting the record and press enter key
  4. By draging a record into application
Question 9 Multiple Choice (Single Answer)

A list control should atleast contain

  1. One option
  2. Two options
  3. Three options
  4. Four options
  5. Five options
Question 10 Multiple Choice (Multiple Answers)

If the page content exceeds the scroll length both horizontally and vertically

  1. Provide browser's Horizontal scroll bar
  2. Provide content pane's vertical scroll bar
  3. Provide content pane's horizontal scroll bar
  4. Provide browser's vertical scroll bar
Question 11 Multiple Choice (Single Answer)

Consider the code <StackPanel.Resources> </StackPanel.Resources> Which background color will be applied to button?

  1. Green
  2. Red
  3. Either green or red (default color black) will be applied
  4. Error
Question 12 Multiple Choice (Single Answer)

How to incorporate animation to controls using styles

  1. Motion Tween
  2. Time Line
  3. Story Board
  4. Animation
Question 13 Multiple Choice (Single Answer)

What is the use of RelativeSource

  1. To set the source of the style
  2. To define a binding in a style or template
  3. To avoid binding source conflict
  4. To set multiple source for a single control
Question 14 Multiple Choice (Multiple Answers)

We can define styles in

  1. App.xaml
  2. MainPage.xaml
  3. Inline to the control
  4. In resource dictionary
Question 15 Multiple Choice (Single Answer)

The following are the API for silverlight

  1. Visual Studio
  2. Expression blend
  3. ArcGIS
  4. All the above
Question 16 Multiple Choice (Multiple Answers)

What are the different kinds of brushes defied in IZI application styles

  1. Brush.Mandatory
  2. Brush.Optional
  3. Brush.GlyphBackground
  4. Brush.Foreground
  5. Brush.RedStroke
Question 17 Multiple Choice (Single Answer)

Consider the below example What is the margin applied?

  1. Left - 5 Right - 5 Top - 0 Bottom, 0
  2. Left - 5 Top - 5 Bottom - 0 Right - 0
  3. Left - 5 Top - 5 Right - 5 Bottom - 5
  4. None of the Above
Question 18 True/False

Expression Blend 3 Supports flash for designing UI components

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

What is the optimal screen resolution for IZI application?

  1. 1280*1024
  2. 1280*768
  3. 800*600
  4. 1024*768
  5. 1250*900