MCQ Bank
XBAP stands for:
- A) ActiveX Browser application
- B) XAML Base Application
- C) XAML Browser application
- D) Extensive Browser application
Data binding between the source and the target is performed through an object of ________ class.
- A) Content
- B) String
- C) Connection
- D) Binding
By default, Navigation Window _______ a bar along with the top with Back/Forward buttons while a frame _________.
- A) Has, doesn’t have
- B) Has, has
- C) Both doesn’t have
- D) Doesn’t have, has
__________ is used to perform navigation.
- A) Hypertext markup language code
- B) Internet protocol
- C) Session
- D) Hyperlink
A/An _________ screen is an image that appears while a game or program is loading
- A) Startup
- B) Initial
- C) Splash
- D) Opening
Frame has a __________ property used in enabling or disabling the bar (containing Back/Forward buttons).
- A) NavigationUIVisibility
- B) BlocknavigationUI
- C) ShowsNavigationUI
- D) NavigationUIBlock
XBAPs are suited for relatively full-featured applications that:
- A) Run on Desktop
- B) Require .Net framework
- C) Require Android Studio
- D) Happen to be hosted directly in a web browser
Which of the following is not a string format property throughout WPF?
- A) StringFormat
- B) RowHeaderStringFormat
- C) ItemStringFormat
- D) ContentStringFormat
A Window can spawn ____________ number of additional Windows by instantiating a Window-derived class and calling Show(...).
- A) Any
- B) Six
- C) Five
- D) Four
In ________ browser app, you change
"<TargetZone>Internet</TargetZone>" to
"<TargetZone>Custom</TargetZone>"
- A) Partial-reject
- B) Full-reject
- C) Partial-trust
- D) Full-trust
If you want to navigate to an HTML page, you must use the ___________ of "Navigate" that ___________ a URI.
- A) Overload, accepts
- B) IFrame, accepts
- C) IFrame, rejects
- D) Overload, rejects
Which one of the following is used, if we want to add a window resource in procedural code?
- A) <Widows.Resources></Widows.Resources>
- B) Window.Resources.Add();
- C) Window.Resource.Add ();
- D) <Window.Resources></Window.Resources>
Using _________, system can support customized setup user interfaces, such as showing an end user license agreement (EULA).
- A) Windows Installer
- B) license agreement (EULA)
- C) Windows API
- D) ClickOnce
To remove data binding between the source and the target, we can use __________ function.
- A) ResetBinding
- B) ClearBinding
- C) RemoveBinding
- D) StopBinding
In C# WPF, ___________and __________ are the two important properties of Binding object.
- A) Source, Path
- B) Start, Destination
- C) Items, Selected
- D) BindTo, BindFrom
Which one of the following can be used to set dependency property values?
- A) Static resource
- B) Temporary resource
- C) Dynamic resource
- D) Permanent resource
In case of integrating Navigation to XBAP, "ShowNavigationUI" should be set to ______ in order to bypass integration.
- A) 0
- B) False
- C) Null
- D) True
In WPF, _____ resource is reapplied every time it changes
- A) Dynamic
- B) Abstract
- C) Static
- D) permanent
In WPF, using ___________ requires more overhead than _________ because of the extra tracking.
- A) TemporaryResource, PermanentResource
- B) StaticResource, DynamicResource
- C) DynamicResource, StaticResource
- D) PermanentResource, TemporaryResource
___________ provides the logic behind the "Back" and "Forward" buttons.
- A) Navigation Window
- B) IFrame
- C) Hyperlink
- D) Journal