niusouti.com
更多“下面是Microsoft Visual SourceSafe组成部分的是?()”相关问题
  • 第1题:

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

    A.Dreamweaver

    B.SQL Server

    C.Microsoft Visual InteDev

    D.Microsoft Visual SourceSafe


    参考答案:D

  • 第2题:

    下面不能在信息框中输出“Visual Basic”的是( )。

    A. x=MsgBox(”Visual Basi”)

    B. MsgBox(”Visual Basic”)

    C. MsgBox”Visual Basic”

    D. Call MsgBox”Visual Basic”


    正确答案:C
    C)    【解析】MsgBox函数用于显示提示信息,并可返回一个代表用户单击了哪个按钮的Integer类型值,当其作为函数使用时必须将参数放在括号内部,而返回值可以赋值给一个变量,
    也可以单独使用此函数而不将其返回值赋值给变量;MsgBox过程也用于显示提示信息,作为过程必须使用Call关键字来进行调用,其参数不能加括号。

  • 第3题:

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

    A.Visual Foxpro

    B.Microsoft Office

    C.Microsoft SQL Server

    D.Oracle


    正确答案:ACD


  • 第4题:

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

    A.Microsoft Outlook

    B.Microsoft FrontPage

    C.Microsoft PowerlPoint

    D.Microsoft Visual


    正确答案:C

  • 第5题:

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

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

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

  • 第6题:

    下面与IE结合对JavaScript调试支持比较好的工具是()

    • A、记事本
    • B、Microsoft Visual Studio 2005
    • C、JSEclipse
    • D、VC++

    正确答案:B

  • 第7题:

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

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

    正确答案:A,B,D

  • 第8题:

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

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

    正确答案:B

  • 第9题:

    信息技术人员还应掌握四个层次的知识,其中第三层次是掌握各种开发和运维工具,包括PL/SQL Developer、 Sybase SQLAdv 、Visual SourceSafe等。


    正确答案:正确

  • 第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.

    正确答案: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题:

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

    Dreamweaver

    B

    SQL Server

    C

    Microsoft Visual InteDev

    D

    Microsoft Visual SourceSafe


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

  • 第13题:

    SQL是( )的简称。

    A.FoxPro

    B.Visual FoxPro

    C.Microsoft Office

    D.Structured Query Language


    正确答案: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题:

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

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

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

  • 第17题:

    Configuration management system can be used in defining approval levels for authorizing changes and providing a method to validate approved changes. ( ) is not a project configuration management tool

    A.Rational Clearcase
    B.Quality Function Deployment
    C.Visual SourceSafe
    D.Concurrent Versions System

    答案:B
    解析:
    配置管理的目的在于运用配置标识、配置控制、配置状态统计和配置审计,建立和维护工作产品的完整性。常用的配置管理工具有Visual SourceSafe、Rational Clearcase,以及Concurrent Versions System等。

  • 第18题:

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

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

    正确答案:B

  • 第19题:

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

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

    正确答案:C

  • 第20题:

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

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

    正确答案:D

  • 第21题:

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

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

    正确答案:B

  • 第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题:

    判断题
    信息技术人员还应掌握四个层次的知识,其中第三层次是掌握各种开发和运维工具,包括PL/SQL Developer、 Sybase SQLAdv 、Visual SourceSafe等。
    A

    B


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