header1.html

Friday 3 May 2013

WPF MCQs Quiz-1


WPF Quiz-1
1.WPF separates the appearance of an user interface from its behavior. The appearance is generally specified in the_______.
HTML
XAML
XML
XSLT


2. Which of the following layout is not available in WPF?
StackPanel
Canvas
Grid
Table


3.x:Static and data binding markup extensions are same.True or false?
True
False


4.WPF is a replacement to DirectX.True or False?
True
False


5.which is dependency property in this code:<Rectangle Width="131" Canvas.Left="74" />
Width
Canvas.Left
Canvas
None of above


6.Transformations are available in which namespace?
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Media
None of above


7.Which tool(s)is/are used to develop WPF applications?
Visual Studio
Expression Blend
Both a & b
Only a


8.WrapPanel Class comes under___________ assembly.
PresentationCore
PresentationFramework
milcore
None of above


9.Development is more efficient because designers can implement an application's appearance simultaneously with developers who are implementing the application's behavior.True or false?
True
False


10.A key element of the Trustworthy Computing initiative in WPF is_______.
XAML
SDL
XAP
None of above

No comments:

Post a Comment