PrepAway - Latest Free Exam Questions & Answers

Which line of code should you insert at line 04?

You are developing a Silverlight 4 application. You configure the application to use GPU acceleration. The application is hosted on a Web page by using the following HTML markup.
(Line numbers are included for reference only.)

01 <object data=”data:application/xsilverlight2,” type=”application/xsilverlight2″ width=”100%” height=”100%”>
02 <param name=”source” value=”ClientBin/MySilverlightApplication.xap”/>
03 <param name=”enableGPUAcceleration” value=”true” />
04
05 </object>

You need to identify the surfaces that are GPUaccelerated in the application. Which line of code should you insert at line 04?

PrepAway - Latest Free Exam Questions & Answers

A.
<param name=”enableHtmlAccess” value=”true” />

B.
<param name=”enableRedrawRegions” value=”true” />

C.
<param name=”enableFrameRateCounter” value=”true” />

D.
<param name=”enableCacheVisualization” value=”true” />


Leave a Reply