Microsoft Exam Questions

Which of the following is TRUE with regards to the written code?

You are employed as an application developer at ABC.com. You make use of Microsoft .NET
Framework 4 to develop Windows Presentation Foundation (WPF) applications.
You have developed a new application, named ABCApp13. On application startup, an image,
named ABCPic.jABC, is presented.
You have written the code shown below:
<BitmapImage DecodePixelWidth=”250″ UriSource=”ABCPic.jABC” />
</Image.Source> </Image>
Which of the following is TRUE with regards to the written code? (Choose all that apply.)

A.
ABCPic.jABC’s aspect ratio will be retained.

B.
ABCPic.jABC’s aspect ratio will be modified.

C.
ABCPic.jABC’s width will not exceed 250 pixels.

D.
ABCPic.jABC’s width will be a minimum of 250 pixels.

Explanation: