Mobile Development Fundamentals v6.0 (98-373)

Page:    1 / 16   
Total 239 questions

What are two technologies used for the development of Windows Phone 7 applications?
(Choose two.)

  • A. Microsoft Active Template Library (ATL)
  • B. Microsoft Silverlight
  • C. Microsoft Windows Presentation Foundation (WPF)
  • D. XNA Framework
  • E. Microsoft Foundation Class (MFC)


Answer : B,C

Explanation: Windows Presentation Foundation (WPF) and Silverlightcan both be used tocreateWindows Store apps.

Which two Microsoft technologies are available on Windows Phone 7? (Choose two.)

  • A. Windows Presentation Foundation (WPF)
  • B. Microsoft Silverlight
  • C. Microsoft .NET Micro Framework
  • D. XNA Framework
  • E. MicrosoftASP.NET


Answer : A,B

Explanation: Windows Presentation Foundation (WPF) and Silverlightcan both be used tocreateWindows Store apps.

Which three criteria are required to register a Windows Phone 7 device for application deployment on a physical phone? (Choose three.)

  • A. A Windows Live ID
  • B. A Microsoft Certified Technology Specialist (MCTS) certification
  • C. A copy of the Microsoft Zune client software
  • D. A valid Microsoft Developer Network (MSDN) subscription account
  • E. A valid App Hub developer account


Answer : A,C,E

Explanation: You have to meet the following prerequisites before you can deploy an app to a Windows Phone device:
*(E)You must be a registered developer.
(A)You must have a Microsoft account to register for your developer account.
* (C)To test apps on a Windows Phone OS 7.1 device:
The Zune software must be installed on the host computer.

Which component is used by Microsoft ADO.NET to translate queries to a Microsoft SQL database?

  • A. Microsoft Visual Basic .NET
  • B. Active Directory query
  • C. Language-Integrated Query (LINQ)
  • D. Microsoft .NET Framework


Answer : C

You create a page that has a black background for a Windows Phone application.
Which XAML fragment should you use to produce a visible border around a TextBlock control?


  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D


Answer : A

How can you specify a splash screen that must be shown during the startup of your
Microsoft Silverlight application?
[10]
setting the build action as resource
B. By creating a 480*800 image named splashscreenimage.jpg, and adding it to your project as content
C. By creating a lOOxioo icon named splash.ico, and adding it to your project as content
D. By creating an application page named Splash.xaml, and adding it to your splash screen content



Answer : B

Which component should you use to provide quick access to common tasks in a Windows
Phone application?

  • A. ListBox
  • B. Application Bar
  • C. Panorama
  • D. pivot


Answer : B

Which class provides the device's orientation and movement in space in a Windows Phone
7.5 application?

  • A. Motion
  • B. Accelerometer
  • C. Compass
  • D. Gyroscope


Answer : A

Which three gesture events are supported by the Windows Phone 7 Silverlight UIElement control? (Choose three.)

  • A. Tap
  • B. Flick
  • C. Double Tap
  • D. Pinch
  • E. Hold


Answer : A,C,E

Explanation: All Silverlight controls that inherit from UIElement have support for Tap,
Double Tap and Hold gestures. These events are available on the UIElement and can be directly used to perform actions when these gestures are used.

Which image file format does Windows Phone use for pictures taken by using the built-in camera application?

  • A. TIFF
  • B. BMP
  • C. PNG
  • D. JPEG


Answer : D

What effect do higher dots per inch (DPI) screens have on user interface design?

  • A. Graphics appear brighter.
  • B. Text appears smoother.
  • C. Screens can have more colors.
  • D. Images and photos appear dithered.


Answer : B

You need to use a background agent to keep a local database synchronized with a remote data source. What is the maximum number of days you can schedule a background agent to run?

  • A. 7
  • B. 14
  • C. 21
  • D. 28


Answer : B

Which Windows Phone control is used to allow the user to type his or her name?

  • A. TextBlock
  • B. TextBox
  • C. Label
  • D. ListBox


Answer : D

Which framework is used to dynamically display a 3D model in a Windows Phone 7.5 application?

  • A. C#
  • B. Microsoft Visual Basic .NET
  • C. XNA
  • D. Microsoft Silverlight


Answer : C

You are creating an object by using the following code segment:


Which XAML fragment should you use to display the person's name in a TextBlock control by using data binding?

  • A. <Texc31ock Text=" {Binding frame}" />
  • B. <Texc31ock Text="{Binding Ferson}" />
  • C. <rexc31ock Foreground=" {Binding Person}" />
  • D. <Text31oc3c DataContext=" {binding Name}" />


Answer : A

Page:    1 / 16   
Total 239 questions