微信掃一掃關(guān)注公眾號后聯(lián)系客服
微信掃碼免費(fèi)搜題
首頁
題庫
網(wǎng)課
在線模考
桌面端
登錄
搜標(biāo)題
搜題干
搜選項(xiàng)
MCPD單項(xiàng)選擇題每日一練(2018.12.21)
單項(xiàng)選擇題
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You plan to create a window that has a layout as shown in the following exhibit. You need to define the code fragment to create the window layout. Which code fragment should you use?()
A.
B.
C.
D.
點(diǎn)擊查看答案
手機(jī)看題
單項(xiàng)選擇題
您正在創(chuàng)建一個(gè)可列出遠(yuǎn)程計(jì)算機(jī)上的進(jìn)程的應(yīng)用程序。該應(yīng)用程序需要一個(gè)執(zhí)行以下任務(wù)的方法:以名為strComputer 的字符串參數(shù)的形式接受遠(yuǎn)程計(jì)算機(jī)名稱。返回一個(gè)包含該計(jì)算機(jī)上正在運(yùn)行的所有進(jìn)程的名稱的ArrayList 對象。您需要編寫一個(gè)代碼段,該代碼段檢索遠(yuǎn)程計(jì)算機(jī)上正在運(yùn)行的每個(gè)進(jìn)程的名稱,并將名稱添加到ArrayList對象。您應(yīng)該使用哪個(gè)代碼段?()
A.
B.
C.
D.
點(diǎn)擊查看答案&解析
手機(jī)看題
單項(xiàng)選擇題
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web page named enterName.aspx. The Web page contains a TextBox control named txtName. The Web page cross posts to a page named displayName.aspx that contains a Label control named lblName. You need to ensure that the lblName Label control displays the text that was entered in the txtName English Chinese Japan Korean - 95 - Test Information Co., Ltd. All rights reserved. TextBox control. Which code segment should you use?()
A.A
B.B
C.C
D.D
點(diǎn)擊查看答案
手機(jī)看題
單項(xiàng)選擇題
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You need to ensure that the application meets the following requirements: Displays a menu that is specific to the control selected by the user. Displays the menu next to the control. Which control should you use? ()
A. Menu
B. PopUp
C. ListBox
D. ContextMenu
點(diǎn)擊查看答案&解析
手機(jī)看題
單項(xiàng)選擇題
You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a Web form by using ASP.NET AJAX. The Web form contains the following code fragment. (Line numbers are included for reference only.) 01 <script type="text/javascript"> 02 03 Sys.Application.add_init(initComponents); English Chinese Japan Korean - 150 - Test Information Co., Ltd. All rights reserved. 04 05 function initComponents() { 06 07 } 08 09 </script> 10 11 <asp:ScriptManager ID="ScriptManager1" 12 runat="server" /> 13 <asp:TextBox runat="server" ID="TextBox1" /> You need to create and initialize a client behavior named MyCustomBehavior by using the initComponents function. You also need to ensure that MyCustomBehavior is attached to the TextBox1 Textbox control. Which code segment should you insert at line 06? ()
A.A
B.B
C.C
D.D
點(diǎn)擊查看答案
手機(jī)看題