niusouti.com
更多“Which command while in a vi session will change the currently selected word?() ”相关问题
  • 第1题:

    以下语句中哪句可以选择指定的表项或取消已选择的表项

    A.列表框.Selected(索引值)

    B.列表框.Selected(索引值)=True|False

    C.列表框.Selected

    D.列表框.Selected=True|False


    正确答案:B
    解析:Selected属性实际上是一个数组,每个元素的值为True或False,每个元素与列表框中的一项相对应。当元素的值为True时,表示选择了该项;当元素的值为False时,表示未选择该项。列表框名.Selected(索引值)=True|False语句可以选择指定的表项或取消已选择的表项。由于Selected是个数组,所以如果语句中缺少了索引值就不正确了。

  • 第2题:

    You are the network administrator for TestKing. The network consists of a singleActive Directory domain. All network servers run Windows Server 2003 and allclient computers run Windows XP Professional.Terminal Services is installed on a member server named Testking1. Currently, 30active terminal server sessions are connected to Testking1. An unforeseen hardwareupgrade will require shutting down the server.You need to provide a two-minute warning about the shutdown to all activeterminal sessions.First, you log on to Testking1 as an administrator.What should you do next?()

    A. From a command prompt, run the tsdisconn command.

    B. From a command prompt, run the net send /users command to send a warning message. After two minutes, manually shut down Testking1.

    C. From a command prompt, run the tsshutdn 120 /server:Testking1 command.

    D. Run Tsadmin.exe to disconnect all active sessions. After two minutes, manually shut down Testking1.


    参考答案:C

  • 第3题:

    建立一个字符串输入控件,要求统计在字符串中某个字符出现的次数。 循环结构(for或while循环),移位寄存器shift register,Match Pattern.vi, String Length.vi


    new

  • 第4题:

    在窗体中添加了一个文本框和一个命令按钮(名称分别为Text1和Command1),并编写了相应的事件过程。运行此窗体后,在文本框中输入一个字符,则命令按钮上的标题变为“Access模拟”。以下能实现上述操作的事件过程是( )。

    A.Private Sub Command1_Click() Caption="Access模拟" End Sub

    B.Private Sub Text1_Click() Command1.Caption="Access模拟" End Sub

    C.Private Sub Command1_Change() Caption="Access模拟" End Sub

    D.Private Sub Text1_Change() Command1.Caption="Access模拟" End Sub


    正确答案:D

  • 第5题:

    如果服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。

    A.Connection对象.ConnectionTimeout

    B.Server对象.ConnectionTimeOut

    C.command对象.CommandTimeOut

    D.Session对象.TimeOut


    参考答案:C

  • 第6题:

    下面关于列表框Selected属性的叙述中正确的是_______________。

    A.Selected属性是个字符数组

    B.Selected属性一个数组,用来表示哪些列表项被选中

    C.Selected属性是一个逻辑型变量,当选中一个列表项时,Selected属性被设置为True

    D.Selected属性为1时表示列表框中有列表项被选中


    Selected 属性一个数组,用来表示哪些列表项被选中