更多“Embedded Visual Studio是() ”相关问题
  • 第1题:

    Visual Studio 2008是第一个允许开发人员针对______多个版本开发的Visual STudio版本。


    正确答案:NET Framework
    NET Framework 解析:Visual Studio 2008是第一个允许开发人员针对NET Framework多个版本开发的Visual Studio版本。

  • 第2题:

    以下属于软件测试工具的是( )。 ①JTest ②LoadRunner ③Visual Studio ④JBuilder

    A.①②③④ B.①②③C.①② D.①


    正确答案:C

  • 第3题:

    在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。


    正确答案:解决方案资源管理器

  • 第4题:

    Embedded Visual Studio是()

    • A、嵌入式硬件开发工具
    • B、嵌入式软件开发工具
    • C、嵌入式调试工具
    • D、嵌入式编译工具

    正确答案:B

  • 第5题:

    以下编辑器可以用来编辑网页文件的是?()

    • A、写字板
    • B、Visual Studio InterDev6.0
    • C、Visual Studio SourceSafe6.0
    • D、Visual Studio.NET2003

    正确答案:A,B,D

  • 第6题:

    在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。

    • A、类视图
    • B、解决方案资源管理器
    • C、资源视图
    • D、属性

    正确答案:B

  • 第7题:

    visual studio里没有()

    • A、html控件
    • B、数据控件
    • C、验证控件
    • D、发布控件

    正确答案:D

  • 第8题:

    填空题
    在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。

    正确答案: 解决方案资源管理器
    解析: 暂无解析

  • 第9题:

    单选题
    下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。
    A

    Visual Studio.NET与.NET Framework之间没有关系

    B

    可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET Framework

    C

    开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它

    D

    都不对


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

  • 第10题:

    单选题
    You are debugging an ASP.NET Web application by using the Visual Studio debugger. The application is incorrectly handling a SQL Exception on the login page. You need to break execution where the exception is thrown . What should you do?()
    A

    Enable the User-unhandled option for SqlException in Visual Studio Exception configuration.

    B

    Set the value of the customErrors element‟s mode attribute to “on” in the web.config file.

    C

    Manually attach the Visual Studio debugger to Internet Explorer.

    D

    Enable the thrown option for SqlException in Visual Studio exception configuration.


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

  • 第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 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
    解析: 暂无解析

  • 第12题:

    单选题
    Embedded Visual Studio是()
    A

    嵌入式硬件开发工具

    B

    嵌入式软件开发工具

    C

    嵌入式调试工具

    D

    嵌入式编译工具


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

  • 第13题:

    运行下面的程序,输入字符串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”。

  • 第14题:

    下列哪个软件会损伤硬盘()

    • A、Visual Studio 2008
    • B、Oracle
    • C、Bittorrent
    • D、MSS QLerver

    正确答案:C

  • 第15题:

    Visual Studio 2008 默认建立的XHIML文件类型是()


    正确答案:Transitional

  • 第16题:

    在Visual Studio 2008环境中开发网站必须安装IIS。


    正确答案:错误

  • 第17题:

    下列关于VisualStudio2008的叙述中,哪一条是不正确的?()

    • A、Visual  Studio  2008彻底解决了需要绑定一个特定版本的CLR(通用语言框架机制)的问题
    • B、Visual  Studio  2008实现了Dreamwaver网页编辑的功能
    • C、Visual  Studio  2008对AJAX和JavaScript提供了更丰富的支持
    • D、Visual  Studio  2008允许编写使用LINQ的代码

    正确答案:A

  • 第18题:

    下列哪一项正确描述了Visual Studio.NET与.NET Framework之间的关系()。

    • A、Visual Studio.NET与.NET Framework之间没有关系
    • B、可以使用Visual Studio.NETIDE或者简单的文本编辑器创建应用程序,应用程序运行时需要使用.NET Framework
    • C、开发应用程序时需要.NET Framework,但是在运行Visual Studio.NET创建的应用程序时不需要它
    • D、都不对

    正确答案:D

  • 第19题:

    You create a control named ContosoUI for a Web application. You need to add the control to the toolbox of Microsoft Visual Studio .NET. Which two actions should you perform?()

    • A、Create the ContosoUI control as a Web Control Library.
    • B、Create the ContosoUI control as a Web user control.
    • C、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.ascx.
    • D、Within the Visual Studio .NET toolbox, browse to and select ContosoUI.dll.

    正确答案:A,D

  • 第20题:

    填空题
    Visual Studio 2008 默认建立的XHIML文件类型是()

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

  • 第21题:

    单选题
    在Visual Studio.NET窗口,()窗口显示了当前Visual Studio解决方案的树型结构。
    A

    类视图

    B

    解决方案资源管理器

    C

    资源视图

    D

    属性


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

  • 第22题:

    单选题
    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
    解析: 暂无解析

  • 第23题:

    单选题
    Visual Studio.Net开发平台是()公司提供的.NET应用程序集成开发工具。
    A

    Borland

    B

    Microsoft

    C

    Intel

    D

    IBM


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