Silverlight and XAML Development Quiz
Test your knowledge of Silverlight, XAML, styles, controls, data binding, and Rich Internet Application development concepts
Questions
Windows SharePoint Services is the solution that enables you
- to create Web sites for information sharing and document collaboration
- to create Web sites for sharing information publicly
- to create Windows applications to share secured information
- to create Windows apllication for mailing within an organisation
What is meant by RIA?
- Real Internet Application
- Rich Internet Application
- Raw Internet Application
- None of these
How many levels of secondary window(s) are recommend for IZI application as per style guide?
- 1
- 2
- 3
- 4
- 5
- 6
Secondary windows are some times modeless.
- True
- False
Use Hyperlinks to navigate to
- A Secondary Window
- A different application
- A search window
- A page in the navigation pane
Which of the Events (states) are not available in any silverlight control
- Click
- Double Click
- Pressed
- Normal
- Valid
- InvalidFocused
Multiple styles can be applied to a single control
- True
- False
How does the user selects the search results?
- By selecting the Sélectionner button
- By double clicking the record
- By selecting the record and press enter key
- By draging a record into application
A list control should atleast contain
- One option
- Two options
- Three options
- Four options
- Five options
If the page content exceeds the scroll length both horizontally and vertically
- Provide browser's Horizontal scroll bar
- Provide content pane's vertical scroll bar
- Provide content pane's horizontal scroll bar
- Provide browser's vertical scroll bar
Consider the code <StackPanel.Resources> </StackPanel.Resources> Which background color will be applied to button?
- Green
- Red
- Either green or red (default color black) will be applied
- Error
How to incorporate animation to controls using styles
- Motion Tween
- Time Line
- Story Board
- Animation
What is the use of RelativeSource
- To set the source of the style
- To define a binding in a style or template
- To avoid binding source conflict
- To set multiple source for a single control
We can define styles in
- App.xaml
- MainPage.xaml
- Inline to the control
- In resource dictionary
The following are the API for silverlight
- Visual Studio
- Expression blend
- ArcGIS
- All the above
What are the different kinds of brushes defied in IZI application styles
- Brush.Mandatory
- Brush.Optional
- Brush.GlyphBackground
- Brush.Foreground
- Brush.RedStroke
Consider the below example What is the margin applied?
- Left - 5 Right - 5 Top - 0 Bottom, 0
- Left - 5 Top - 5 Bottom - 0 Right - 0
- Left - 5 Top - 5 Right - 5 Bottom - 5
- None of the Above
Expression Blend 3 Supports flash for designing UI components
- True
- False
What is the optimal screen resolution for IZI application?
- 1280*1024
- 1280*768
- 800*600
- 1024*768
- 1250*900