对
错
第1题:
是用于创建Web应用程序的平台,此应用程序可使用IIS和.NETFramework在Windows服务器上运行()。
A.C
B.ASP,NET
C.VisualBasic,NET
D.VisualStudio,NET
第2题:
YouarecreatingaWindowsFormsapplicationbyusingthe.NetFramework3.5.Youplantodisplaydetailedhelpinstructionsforeachcontrolintheform.Youcreateahelpfile.YouconfigureaHelpProvidercomponentontheform.YouneedtodisplaythehelpfileforthecontrolthatisfocusedwhentheF1keyispressed.WhichmethodoftheHelpProviderclassshouldyoucallforeachcontrol?()
A.SetShowHelp
B.SetHelpString
C.SetHelpKeyword
D.SetHelpNavigator
第3题:
A.IIS+.NETFramework3.5
B.IIS+.NETFramework1.1
C.Apache+IIS6.0
D.Apache+Tomcat
第4题:
A.A
B.B
C.C
D.D
第5题:
YouarecreatingaWindowsFormsapplicationforabookretailerbyusing.NetFramework3.5.YouarecreatingaWindowsformtoallowuserstomaintainalistofbooks.Youwritethefollowingcodesegment.ThevariablesstrTitleandstrISBNarealreadyinitializedwiththenecessaryvalues.Whichcodesegmentshouldyouinsertatline07?()
A.A
B.B
C.C
D.D
第6题:
各种脚本攻击所必需的环境是()。
A.JavaScript
B.VBScript
C.WSH
D.NETFramework
第7题:
Youaredevelopingacomponentbyusingthe.NETFramework3.5.ThecomponentprovidesamethodnamedPrintPayroll.Thecomponentwillbeinstalledwithfulltrustonthecomputeroftheuser.Youneedtoensurethatthecomponentcanprintwithoutgrantingadditionalpermissionstothecallingapplication.Whichcodesegmentshouldyouuse?()
A.A
B.B
C.C
D.D
第8题:
A.将网站的.NETFramework信任级别设置为“完全”
B.将网站的.NETFramework信任级别设置为“低”
C.将网站的.NETFramework信任级别设置为“高”
D.将网站的.NETFramework信任级别设置为“中”
第9题:
YouarecreatingaWindowsapplicationforafinancialservicesproviderbyusingthe.NETFramework3.5.Youwritethefollowingcodesegmentintheform(Linenumbersareincludedforreferenceonly.)
TheconnectionstringforthefinancialservicesdatabaseisstoredinthevariablenamedconnString.YouneedtoensurethattheformpopulatesaDataGridViewcontrolnamedgridCAT.
Whichcodesegmentshouldyouaddatline03?()
第10题:
YouarecreatingaWindowsapplicationbyusingthe.NETFramework3.5.YoucreateaninstanceoftheBackgroundWorkercomponentnamedbackgroundWorker1toasynchronouslyprocesstimeconsumingreportsintheapplication.Youwritethefollowingcodesegmentintheapplication(Linenumbersareincludedforreferenceonly.)
Youneedtowriteacodesegmentthatreportstotheapplicationwhenthebackgroundprocessdetectsanyofthefollowingactions:
(1)Anexceptionisthrown
(2)Theprocessiscancelled
(3)Theprocessissuccessfullycompleted
Whichcodesegmentshouldyouinsert?()