如果要求只能通过在 Microsoft Visual Studio 中进行设计而不写任何代码的情况下,下面那个数据源能用于 TreeView Web 服务器控件的数据源?()A、Site MapB、SQL Server databaseC、XML FileD、Microsoft Access databaseE、File system

题目

如果要求只能通过在 Microsoft Visual Studio 中进行设计而不写任何代码的情况下,下面那个数据源能用于 TreeView Web 服务器控件的数据源?()

  • A、Site Map
  • B、SQL Server database
  • C、XML File
  • D、Microsoft Access database
  • E、File system

相似考题
更多“如果要求只能通过在 Microsoft Visual Studi”相关问题
  • 第1题:

    下面是Microsoft Visual SourceSafe组成部分的是?()

    A.SourceSafe6.0Admin

    B.Enterprise Manager

    C.Enterprise Developer

    D.Microsoft Services Manager


    参考答案:A

  • 第2题:

    SQL是( )的简称。

    A.FoxPro

    B.Visual FoxPro

    C.Microsoft Office

    D.Structured Query Language


    正确答案:D

  • 第3题:

    以下()属于常见的数据库管理系统。

    A.Visual Foxpro

    B.Microsoft Office

    C.Microsoft SQL Server

    D.Oracle


    正确答案:ACD


  • 第4题:

    关于启动Visual Basic的叙述中,错误的方法是______。

    A.“开始”→“程序”→Microsoft Visual Basic 6.0

    B.在资源管理器中找到其可执行文件Visual Basic6.exe,双击该文件即可启动

    C.“开始”→“运行”→输入栏内输入文件名Visual Basic6.exe→“确定”

    D.双击桌面上已建好的Visual Basic 6.0的快捷启动图标


    正确答案:C
    解析:运行VisualBasic的可执行文件时,除了要输入其文件名外,还要输入该文件所在的路径名,否则不能找到并运行。

  • 第5题:

    目前,人们常用的文字处理软件有:

    A. Microsoft Word和国产字处理软件WPS
    B. Microsoft Excel 和 Auto CAD
    C. Microsoft Access 和 Visual Foxpro
    D. Visual BASIC 和 Visual C+ +

    答案:A
    解析:
    提示:Microsoft Word和国产字处理软件WPS都是目前广泛使用的文字处理软件。

  • 第6题:

    目前常用的计算机辅助设计软件是()。

    • A、Microsoft Word
    • B、Auto CAD
    • C、Visual BASIC
    • D、Microsoft Access

    正确答案:B

  • 第7题:

    新装正版Windows 7自带()软件。

    • A、所有驱动程序
    • B、Microsoft Office
    • C、语音识别
    • D、Visual studio

    正确答案:C

  • 第8题:

    下列属于数据库管理系统的软件是()。

    • A、Microsoft Word
    • B、Visual Foxpro
    • C、Visual Basic
    • D、Turbo C

    正确答案:B

  • 第9题:

    你正在为 Web 应用创建一个控件 ContosoUI。你需要增加这个控件到 Microsoft VisualStudio .NET 的工具栏。你应该通过下面那两个操作完成?()

    • A、创建ContosoUI控件为Web控件库。
    • B、创建ContosoUI控件为Web用户控件。
    • C、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.ascx。
    • D、在Visual Studio .NET 工具栏,浏览并选择ContosoUI.dll.

    正确答案:A,D

  • 第10题:

    单选题
    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()
    A

    This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.

    B

    This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.

    C

    This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.

    D

    This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote  | English | Chinese | Japan | Korean | - 127 - Test Information Co., Ltd. All rights reserved. debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do?()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    如果要求只能通过在 Microsoft Visual Studio 中进行设计而不写任何代码的情况下,下面那个数据源能用于 TreeView Web 服务器控件的数据源?()
    A

    Site Map

    B

    SQL Server database

    C

    XML File

    D

    Microsoft Access database

    E

    File system


    正确答案: D
    解析: 暂无解析

  • 第13题:

    可以作为代码管理工具的软件是?()

    A.Dreamweaver

    B.SQL Server

    C.Microsoft Visual InteDev

    D.Microsoft Visual SourceSafe


    参考答案:D

  • 第14题:

    运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是()。includemai

    运行下面的程序,输入字符串Microsoft Visual Studio,则程序的执行结果是( )。 #include<stdio.h> main() {char Chr[20]; scanf("%s",&Chr); printf("%s\n”,Chr); }

    A.Microsoft Visua1 Studio

    B.M

    C.Microsoft

    D.MicrosoflVisualStudio


    正确答案:C
    解析:当从键盘输入Microsoft Visual studio时,由于scanf输入函数的特点是遇到空格时结束读入字符,因此,该程序只将Microsoft这9个字符送到了字符数组str中,并在其后自动加上结束符“\0”。

  • 第15题:

    在窗体上画两个文本框(其名称分别为Textl和Text2)和一个命令按钮(其名称为 Command1),然后编写如下两个事件过程: Private Sub Command1_Click() Text1.Text="Microsoft Visual Basic" End Sub Private Sub Text1_Change() TextText=UCase(Text1.Text) End Sub 程序运行后,单击命令按钮,则在Text2文本框中显示的内容是

    A.Microsoft Visual Basic

    B.microsoft visual basic

    C.MICROSOFT VISUAL BASIC

    D.空字符串


    正确答案:C
    解析:本题有两个事件过程,一个是命令按钮的Click事件过程,一个是文本框Text1的Change事件过程,当单击命令按钮时,执行前一个事件过程,而当在文本框Text1中输入信息时,将执行该文本框的Change事件过程。在命令按钮事件过程中,为文本框Text1的Text属性赋值,即在该文本框中显示字符串“MicrosoftVisualBasic”,在这种情况下,将触发Text1文本框的Change事件,将文本框Text1中的所有字母转换为大写字母,并在文本框Text2中显示出来。

  • 第16题:

    在办公自动化软件Office中,常用于制作幻灯片的软件是( )。

    A.Microsoft Outlook

    B.Microsoft FrontPage

    C.Microsoft PowerlPoint

    D.Microsoft Visual


    正确答案:C

  • 第17题:

    目前常用的计算机辅助设计软件是( )。

    A.Microsoft Word
    B.Auto CAD
    C.Visual BASIC
    D.Microsoft Access

    答案:B
    解析:
    CAD是英文Computer Aided Design(计算机辅助设计)的缩写。

  • 第18题:

    下列选项中,不是数据库管理系统的软件是()。

    • A、Microsoft SQL Server
    • B、Microsoft Access
    • C、Microsoft Excel
    • D、Visual Foxpro

    正确答案:C

  • 第19题:

    在Visual FoxPro中,如果希望内存变量只能在一个函数(过程)中使用,可以定义该内存变量的命令是()。

    • A、不用说明,在程序中直接使用
    • B、LOCAL
    • C、PRIVATE
    • D、PUBLIC

    正确答案:C

  • 第20题:

    以下软件不属于Microsoft Office中的是()。

    • A、FRONT PAGE
    • B、WORD
    • C、OUTLOOK
    • D、VISUAL BASIC

    正确答案:D

  • 第21题:

    You are employed as a network administrator at Certkiller.com. You are in the process of creatingan Asp.Net application using Microsoft .NET Framework v3.5.  The application is hosted on a server named CERTKILLER-SR01. CERTKILLER-SR01 isconfigured to run Microsoft IIS 6.0. You receive several requests from management to set upCERTKILLER-SR01 for remote debugging. You need to make use of CERTKILLER-WS01 inorder to debug the application remotely.  What should you do?()

    • A、This can be accomplished by attaching Microsoft Visual Studio.NET to the inetinfo.exe process.
    • B、This can be accomplished by attaching Microsoft Visual Studio.NET to the Msvsmon.exeprocess.
    • C、This can be accomplished by attaching Microsoft Visual Studio.NET to theWebDev.WebServer.exe process.
    • D、This can be accomplished by attaching Microsoft Visual Studio.NET to the w3wp.exe process.

    正确答案:D

  • 第22题:

    单选题
    在Visual FoxPro中,如果希望内存变量只能在一个函数(过程)中使用,可以定义该内存变量的命令是()。
    A

    不用说明,在程序中直接使用

    B

    LOCAL

    C

    PRIVATE

    D

    PUBLIC


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  You host the application on a server named ContosoTest that runs Microsoft IIS 6.0. You set up remote debugging on the ContosoTest server.  You need to debug the application remotely from another computer named ContosoDev. What should you do? ()
    A

    Attach Microsoft Visual Studio.NET to the w3wp.exe process.

    B

    Attach Microsoft Visual Studio.NET to the inetinfo.exe process.

    C

    Attach Microsoft Visual Studio.NET to the Msvsmon.exe process.

    D

    Attach Microsoft Visual Studio.NET to the WebDev.WebServer.exe process.


    正确答案: A
    解析: 暂无解析