niusouti.com
更多“● (72) means “Any HTML document on an HTTP server”.(72)A. Web Server B. Web Browser C. Web ”相关问题
  • 第1题:

    构成Web的五大要素URL、HTTP、HTML、WEB服务器和WEB浏览器。()


    参考答案:√

  • 第2题:

    Web的Client/Server工作环境中,起着控制作用的是( )。

    A.Web服务器

    B.Web浏览器

    C.Web客户端

    D.HTML语言


    正确答案:A
    解析:在WWW服务系统中,信息资源以页面(也称网页或Web页)的形式存储在Web服务器(通常称为Web站点)中,起控制作用的就是Web服务器。HTML是一种网页开发语言。

  • 第3题:

    Windows 2000操作系统集成的Web服务器软件是 ( ) 。

    A.Internet Information Server
    B.Appache] Httpd]
    C.WebsPhere] Application Server
    D.ONE] Web] Server

    答案:A
    解析:
    本题考查Windows 2000的基本概念。Internet Information Server是Windows 2000所提供的Web服务器软件;Appache Httpd是基于Linux平台的Web服务器软件 ?Websphere Application Server是基于IBM公司的UNIX服务器的Web服务器软件;One Web Server是基于Sun或HP公司UNIX服务器的Web服务器软件

  • 第4题:

    Whichpath,relativetoawebapplication’sroot,identifiesthewebapplication’sdeploymentdescriptor?()

    A./conf/web.xml

    B./WEB-INF/web.xml

    C./conf/server.xml

    D./META-INF/web.xml

    E./WEB-INF/rules.xml

    F./META-INF/server.Xml


    参考答案:B

  • 第5题:

    你在名为server1和server2的服务器上安装web服务(IIS)服务角色,服务器运行windowsserver2008.你公司在server1上有一个web站点www.contoso.com。这个web站点要进行维护。维护期间站点内容必须可用。你在server2上创建了一个镜像web站点。你需要把对www.contoso.com站点的请求重定向到server2.你首先应该做什么?()

    A.运行命令appcmdsetconfig/section.httpRedirect/enabled.true

    B.运行命令appcmdsetconfig/section.httpRedirect/enabled.false

    C.运行命令appcmdsetsite/site.name.contoso/-bindings.[protocol=’http’,www.contoso.com]

    D.运行命令appcmdsetsite/site.name.contoso/+bindings.[protocol=’http’,www1.contoso.com]


    参考答案:A

  • 第6题:

    在下列的HTML中,可以产生超链接的是()。

    A.<a url="http://www.xjtu.edu.cn">Web编程技术</a>

    B.<a href="http://www.xjtu.edu.cn">Web编程技术</a>

    C.<a http://www.xjtu.edu.cn>Web编程技术</a>

    D.<a name="http://www.xjtu.edu.cn">Web编程技术</a>


    C