Google News
logo
WPF - Quiz(MCQ)
A)
Work Presentation Features
B)
Windows Pre-Install Features
C)
Windows Presentation Foundation
D)
None of the Above

Correct Answer :   Windows Presentation Foundation

A)
DirectX
B)
IndirectX
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   DirectX

A)
Table
B)
Canvas
C)
StackPanel
D)
All of the above

Correct Answer :   Table

A)
TextBox
B)
PatternBox
C)
PatternTextBox
D)
MaskedTextBox

Correct Answer :   MaskedTextBox

A)
Text
B)
Object
C)
String
D)
Integer

Correct Answer :   Object

A)
Visual Studio
B)
Expression Blend
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)

A)
VisualTreeHelper
B)
LogicalTreeHelper
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)

A)
1
B)
2
C)
3
D)
No Limit

Correct Answer :   1

A)
XAML Based Application
B)
XAML Based Automation
C)
XAML Browser Automation
D)
XAML Browser Application

Correct Answer :   XAML Browser Application

A)
ClickOnce
B)
ClickTwice
C)
ClickThrice
D)
None of the above

Correct Answer :   ClickOnce

A)
Direct Event
B)
Bubbling Event
C)
Tunneling Event
D)
All of the above

Correct Answer :   All of the above

A)
Handling the ProgressChanged event
B)
Setting the WorkerSupportsCancellation property to true
C)
Calling the RunWorkerAsync method and Handling the DoWork event
D)
BackgroundWorker component do not supports the DoWork event

Correct Answer :   Calling the RunWorkerAsync method and Handling the DoWork event

A)
SkewTransform
B)
ScaleTransform
C)
RotateTransform
D)
All of the above

Correct Answer :   All of the above

A)
XML
B)
XAML
C)
WSDL
D)
None of the above

Correct Answer :   XAML

A)
Extensible Application Markup Language
B)
Xtra Application Markup Language
C)
Extraction Application Markup Language
D)
Extensible Aimed Markup Language

Correct Answer :   Extensible Application Markup Language

A)
.NET Framework 1.0
B)
.NET Framework 2.0
C)
.NET Framework 3.0 and above
D)
None of the above

Correct Answer :   .NET Framework 3.0 and above

A)
Data triggers
B)
Event triggers
C)
Property triggers
D)
All of the above

Correct Answer :   All of the above

A)
Show
B)
ShowDialog
C)
OpenDialog
D)
Show modally

Correct Answer :   ShowDialog

A)
RadialGradientBrush
B)
CircuarlGradientBrush
C)
NonLinearlGradientBrush
D)
None of the above

Correct Answer :   RadialGradientBrush

A)
XBAP
B)
Windows Application
C)
Navigation Application
D)
All of the above

Correct Answer :   All of the above

A)
True
B)
False
C)
None of the above
D)
--

Correct Answer :   True

A)
Frame
B)
Internet Explorer
C)
Navigation Window
D)
All of the above

Correct Answer :   All of the above

A)
XAML is platform independent.
B)
Tools like Expression Blend do not support XAML.
C)
Separation of designer code and logic
D)
All of the above

Correct Answer :   Separation of designer code and logic

A)
Xmlns
B)
XML namespace
C)
WPF does not support XAML namespace
D)
None of the above

Correct Answer :   Xmlns

A)
WPF only supports binary resources.
B)
WPF supports binary resources and logical resources.
C)
WPF only supports logical resources.
D)
None of the above

Correct Answer :   WPF supports binary resources and logical resources.

A)
Grid
B)
Canvas
C)
EvenlyGrid
D)
UniformGrid

Correct Answer :   UniformGrid

A)
True
B)
False
C)
None of the above
D)
--

Correct Answer :   True

A)
System.Win32
B)
System.Windows
C)
System.Windows.Interop
D)
None of the above

Correct Answer :   System.Windows.Interop

A)
Window
B)
Page
C)
Internet Explorer
D)
None of the above

Correct Answer :   Page

A)
MyWindow.Show();
B)
MyWindow.Show(“Window”);
C)
MyWindow.Show(new MyWindow());
D)
MyWindow obj=new MyWindow(); Obj.Show();

Correct Answer :   MyWindow obj=new MyWindow(); Obj.Show();

A)
WavPlayer
B)
SoundPlayer
C)
All Players
D)
None of the above

Correct Answer :   SoundPlayer

A)
Sorting
B)
Grouping
C)
Filtering
D)
All of the above

Correct Answer :   All of the above

A)
WPF do not support property
B)
WPF only support dependency property.
C)
Dependency properties belong to one class but can be used in another.
D)
None of the above

Correct Answer :   Dependency properties belong to one class but can be used in another.

A)
System.Windows.Media
B)
System.Windows
C)
System.Windows.Shapes
D)
System.Windows.MediaControls

Correct Answer :   System.Windows.Media

A)
XmlDataProvider
B)
CustomDataProvider
C)
XMLObjectDataProvider
D)
None of the above

Correct Answer :   XmlDataProvider

A)
Mask
B)
OpacityMask
C)
TranceParent
D)
Semi-Tranceparent

Correct Answer :   OpacityMask

38 .
Which of the following is TRUE?
1.Tunneling Event is raised first by the topmost container.
2.PreviewMouseDown is Tunneling Event
3.PreviewKeyDown is Tunneling Event
4.MouseDown is Bubbling Event
A)
Only 1,2
B)
Only 2,4
C)
Only 1,2,3
D)
1,2,3,4

Correct Answer :   1,2,3,4

A)
Only rotaion
B)
Only skewing
C)
Only scaling
D)
rotation, scaling, and skewing

Correct Answer :   rotation, scaling, and skewing

A)
DoDragDrop
B)
WPF Does not support Drag and Drop facility
C)
DragDrop
D)
None of the above

Correct Answer :   DragDrop

A)
StaticResource and CompileResource
B)
WPF does not support Logical Resources
C)
StaticResource and Dynamic Resource
D)
None of the above

Correct Answer :   StaticResource and Dynamic Resource

A)
PropertyGrid
B)
Grid
C)
ChangePropertyGrid
D)
DynamicPropertyGrid

Correct Answer :   PropertyGrid

A)
Data
B)
Binding
C)
DataReader
D)
System.Data

Correct Answer :   Binding

A)
Cookies
B)
Session
C)
Viewstate
D)
Application

Correct Answer :   Application

45 .
Which of the following WPF code is correct?
A)
<TextBlock>This is my < HyperLink Navigate=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>
B)
<TextBlock>This is my < HyperLink Navigate=”MyPage.aspx”>Hyperlink< / Hyperlink>< /TextBlock>
C)
<TextBlock>This is my < HyperLink NavigateUri=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>
D)
<TextBlock>This is my < HyperLink NavigateUri=”MyPage.aspx”>Hyperlink< / Hyperlink>< /TextBlock>

Correct Answer :  

<TextBlock>This is my < HyperLink NavigateUri=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>

A)
Fix and Unfix
B)
Static and Dynamic
C)
Frozen and unfrozen.
D)
None of the above

Correct Answer :   Frozen and unfrozen.

47 .
What are the different Data Binding Modes available in Windows Presentation Foundation?
1)OneWay
2) TwoWay
3) OneWayToSource
4) OneTime
A)
Only 1,2
B)
Only 2,3
C)
Only 3,4
D)
1,2,3,4

Correct Answer :   1,2,3,4

A)
Set the Mnemonic Key property on the Label control.
B)
You must place both the Label control and the Target property in the same container.
C)
Set the Target property to the target control. Precede the letter for the mnemonic key with an underscore symbol in the Content property of the Label control.
D)
None of the above

Correct Answer :   Set the Target property to the target control. Precede the letter for the mnemonic key with an underscore symbol in the Content property of the Label control.

A)
audio
B)
animation
C)
video
D)
All of the above

Correct Answer :   animation

A)
True
B)
False
C)
None of the above
D)
--

Correct Answer :   True