2013年微软认证:微软认证70-562考试精选模拟试题(4)

牛课网 考试宝典 更新时间:2024-05-19 12:55:23

微软认证考什么 微软认证考试是什么 微软的认证考试

在复习微软的过程中中还是不够全面,为了帮助广大考生系统全面的复习好《微软认证学科》,我们考吧网整理了微软认证模拟试题,本次汇编的模拟试题希望对你的考试有所帮助,预祝你考试顺利。

编辑推荐:2013年微软认证:微软认证考试必备经典试题汇总三

The application contains the following code segment.

public class CapabilityEvaluator {

public static bool ChkScreenSize( System.Web.Mobile.MobileCapabilities cap, String arg) {

int screenSize = cap.ScreenCharactersWidth * cap.ScreenCharactersHeight;

return screenSize < int.Parse(arg);

}

}

You add the following device filter element to the Web.config file.

You need to write a code segment to verify whether the size of the device display is less than 80 characters.

Which code segment should you use?

A.MobileCapabilities currentMobile; currentMobile = Request.Browser as MobileCapabilities;

if(currentMobile.HasCapability("FltrScreenSize","80")) {

}

B.MobileCapabilities currentMobile; currentMobile = Request.Browser as MobileCapabilities;

if(currentMobile.HasCapability( "FltrScreenSize","").ToString()=="80") {

}

C.MobileCapabilities currentMobile; currentMobile = Request.Browser as MobileCapabilities;

if (currentMobile.HasCapability( "CapabilityEvaluator.ChkScreenSize", "80")) {

}

D.MobileCapabilities currentMobile; currentMobile = Request.Browser as MobileCapabilities;

if (currentMobile.HasCapability( "CapabilityEvaluator.ChkScreenSize", "").ToString()=="80") {

}

Answer: A

考试宝典安装说明

宝典适用于手机、电脑、平板,您可安装客户端或在浏览器使用。

电脑版

手机版

网页版

考试宝典咨询
服务热线

TEL:029-88699698