参考答案和解析
正确答案:ASP是位于Web服务器端的脚本运行环境。通过这种环境,用户可以创建和运行动态的、交互式的Web服务器应用程序,实现交互动态网页。WEB数据库系统是指以HTML为代表的Wed页面与位于底层的数据库的集成。
更多“简述ASP和WEB数据库系统的涵义。”相关问题
  • 第1题:

    ASP页面以扩展名()保存在WEB站点文件夹中,访问ASP文件只能通过站点的()访问。


    正确答案:APS;URL

  • 第2题:

    简述调用Web Service设计ASP.NET应用程序的基本步骤?


    正确答案: (1)添加Web service服务
    (2)在类中定义Web service引进服务对象
    (3)通过对象调用相应方法。

  • 第3题:

    简述上机实现用Windows2000系统建立一个安全的WEB服务器的方法,该服务器只提供www访问服务,网站中仅包含静态和简单的asp访问。


    正确答案: 安装最新的补丁;
    配置IIS服务;
    停掉不必要的服务;
    关闭除TCP协议的80端口外的其余的所有端口;
    安装防火墙系统;
    安装杀毒软件。

  • 第4题:

    ASP的WEB服务器可以是()或(),在商业应用环境中,其WEB服务器通常采用的是()。


    正确答案:IIS;PWS;IIS

  • 第5题:

    支持ASP的WEB服务器有()。 

    • A、PWS
    • B、IIS
    • C、Apache
    • D、Tomcat

    正确答案:A,B

  • 第6题:

    你正在建立一个 Web 站点。这个 Web 站点使用已经预先定义好的角色和用户进行安全管理。现在,你需要重新配置一下这些角色和用户,你应该怎么做?()

    • A、the Microsoft .NET Framework Configuration tool
    • B、the Code Access Security Policy tool
    • C、the ASP.NET IIS Registration tool
    • D、the Web Site Administration Tool(ASP.NET 站点配置工具)

    正确答案:D

  • 第7题:

    ()不是Web客户端技术。

    • A、CSS
    • B、VRML
    • C、HTML
    • D、ASP

    正确答案:D

  • 第8题:

    问答题
    简述调用Web Service设计ASP.NET应用程序的基本步骤?

    正确答案: (1)添加Web service服务
    (2)在类中定义Web service引进服务对象
    (3)通过对象调用相应方法。
    解析: 暂无解析

  • 第9题:

    问答题
    简述在Web数据库系统中服务器端的主要功能。

    正确答案: (1)管理多用户的数据库。
    (2)管理用户权限及保证数据的安全性。
    (3)管理和处理用户的请求,管理用户请求,包括请求队列。响应请求、通知服务完成、返回结果。
    (4)维护数据库,包括备份和恢复。
    解析: 暂无解析

  • 第10题:

    问答题
    简述在Web数据库系统中客户服务器结构的特点。

    正确答案: 1.把处理任务在客户和服务器分开,客户提交请求,服务器完成请求任务,将结果返回客户端。
    2.减少主机网络负荷。
    3.数据库与客户应用程序无关。
    4.数据库平台和操作系统无关,访问数据库和客户使用的操作系统没有关系。
    解析: 暂无解析

  • 第11题:

    问答题
    简述在用CGI做通路的情况下编写Web数据库系统的编程要点。

    正确答案: 1、编写HTML表单,利用Radio按钮,Check按钮,下拉表框,滚动列表框,文本输入框等方法手机用户的输入信息,并通过Submit按钮向CGI脚本提交。
    2、数据传递参数的方式,CGI脚本从Web服务器设置的环境变量Query-string或标准输入Sedin获取用户发表的信息串。
    3、解码,由于数据传都采用固定的URL格式编码,所以解码程序可以是标准的。
    4、CGI脚本根据用户的要求,执行相应的数据库客户程序,通过约定的通路访问数据库。
    解析: 暂无解析

  • 第12题:

    问答题
    简述上机实现用Windows2000系统建立一个安全的WEB服务器的方法,该服务器只提供www访问服务,网站中仅包含静态和简单的asp访问。

    正确答案: 安装最新的补丁;
    配置IIS服务;
    停掉不必要的服务;
    关闭除TCP协议的80端口外的其余的所有端口;
    安装防火墙系统;
    安装杀毒软件。
    解析: 暂无解析

  • 第13题:

    简述在用CGI做通路的情况下编写Web数据库系统的编程要点。


    正确答案: 1、编写HTML表单,利用Radio按钮,Check按钮,下拉表框,滚动列表框,文本输入框等方法手机用户的输入信息,并通过Submit按钮向CGI脚本提交。
    2、数据传递参数的方式,CGI脚本从Web服务器设置的环境变量Query-string或标准输入Sedin获取用户发表的信息串。
    3、解码,由于数据传都采用固定的URL格式编码,所以解码程序可以是标准的。
    4、CGI脚本根据用户的要求,执行相应的数据库客户程序,通过约定的通路访问数据库。

  • 第14题:

    简述数据库系统的两级映像和数据独立性之间的关系。(什么叫数据独立性,两级独立性的具体涵义。)


    正确答案:为了能够在系统内部实现数据库的3个抽象层次的联系和转换,数据库管理系统在这三级模式之间提供了两层映像:
    外模式/模式映像。当模式改变时(如增加新的关系、新的属性等),只需管理员对该映像做相应修改,就可以使外模式保持不变,如果应用程序是依据外模式编写的,则应用程序可以不必修改,保证了数据与程
    序的逻辑独立性,简称数据的逻辑独立性。
    模式/内模式映像。此映像是唯一的,它定义了数据全局逻辑结构与存储结构之间的对应关系,当数据库的存储结构发生改变时,只需要管理员对该映像做相应修改,就可以使模式保持不变,从而应用程序也不必修改,保证了数据与程序的物理独立性,简称数据的物理独立性。

  • 第15题:

    WEB数据库系统


    正确答案:是指以HTML为代表的Wed页面与位于底层的数据库的集成。

  • 第16题:

    在ASP.NET中,web控件共有几类?


    正确答案: 共有四种类型:
    1.HTML控件
    2.HTML服务器控件
    3.ASP.NET服务器控件
    4.用户自定义控件

  • 第17题:

    Access 2003支持的Web页形式有()。

    • A、静态Web页(HTML)
    • B、动态Web页(ASP)
    • C、数据访问页(DAP)
    • D、XML数据页

    正确答案:A,B,C,D

  • 第18题:

    You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()

    • A、Web Setup project
    • B、Web-based deployment
    • C、Deployment manifest
    • D、Web Deployment Tool

    正确答案:D

  • 第19题:

    NET是Microsoft面向()的平台。

    • A、静态Web服务
    • B、XML Web服务
    • C、HTML Web服务
    • D、ASP Web服务

    正确答案:B

  • 第20题:

    单选题
    You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()
    A

    Configure the Windows Authentication setting to Enabled.

    B

    Configure the Forms Authentication setting to Enabled by using all the default settings.

    C

    Configure the ASP.NET State service to log on to the new local user account by using the Services console.

    D

    Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.


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

  • 第21题:

    单选题
    You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. You are in charge of a server that runs Windows Server 2008. The server hasthe Web Server (IIS) server role installed. The Web developer at your company creates a new Web sitethat runs an ASP.NET 3.0 Web application. The ASP.NET Web application must run under a securitycontext that is separate from any other ASP.NET application on the Web server. You create a local useraccount and grant account rights and permissions to run the ASP.NET Web application. Authentication forthe new Web site should be configured to support the Web application. What action should you perform?()
    A

    The ASP.NET Impersonation setting should be configured to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

    B

    The Windows Authentication setting should be configured to Enabled.

    C

    The Forms Authentication setting should be configured to Enabled by using all the default settings.

    D

    The ASP.NET State Service should be configured to log on to the new local user account by using the Services console.


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

  • 第22题:

    问答题
    简述ASP和WEB数据库系统的涵义。

    正确答案: ASP是位于Web服务器端的脚本运行环境。通过这种环境,用户可以创建和运行动态的、交互式的Web服务器应用程序,实现交互动态网页。WEB数据库系统是指以HTML为代表的Wed页面与位于底层的数据库的集成。
    解析: 暂无解析

  • 第23题:

    单选题
    您管理着一台运行 Windows Server 2008的服务器。该服务器上安装了Web服务器(IIS)角色。公司的 Web 开发人员创建了一个新的网站,上面运行了一个ASP.NET 3.0 Web应用程序。该ASP.NET Web应用程序必须在与Web服务器上的任何其他ASP.NET应用程序分开的安全上下文中运行。您创建了一个本地用户账户,并授予该账户运行此 ASP.NET Web 应用程序的权利和权限。您需要配置新网站的身份验证,以支持该Web应用程序。该怎么做?()
    A

    将“Windows 身份验证”设置配置为“已启用”。

    B

    使用所有默认设置,将“Forms 身份验证”设置配置为“已启用”。

    C

    使用“服务”控制台将 ASP.NET 状态服务配置为用这个新的本地用户账户登录。

    D

    将“ASP.NET 模拟”设置配置为“已启用”。编辑“ASP.NET 模拟”设置,指定这个新的本地用户账户。


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