DOM(Document Object Model)最适合应用在()。A.内存受限时B.只有特定的元素需要处理C.文档很大D.文档必须非顺序地处理

题目
DOM(Document Object Model)最适合应用在()。

A.内存受限时

B.只有特定的元素需要处理

C.文档很大

D.文档必须非顺序地处理


相似考题
更多“DOM(Document Object Model)最适合应用在()。 ”相关问题
  • 第1题:

    DOM is a platform. and language -(66)API that allows programs and scripts to dynamically access and update the content, structure and style. of WWW documents(currently, definitions for HTML and XML documents are part of the specification). The document can be further processed and the results of that processing can be incorporated back into the presented(67)DOM is a(68)-based API to documents, which requires the whole document to be represented in(69)while processing it. A simpler alternative to DOM is the event - based SAX, which can be used to process very large(70)documents that do not fit into the memory available for processing.

    A.specific

    B.neutral

    C.contained

    D.related


    正确答案:B

  • 第2题:

    System analysis is traditionally done top-down using structured analysis based on( ).Object-oriented analysis focuses on creation of models.The three types of theanalysis model are(请作答此空).There are two substages of object-oriented analysis.( )focuses on real-world things whose semantics the application captures.The object constructedin the requirement analysis shows the( )of the real-world system and organizes it intoworkable pieces.( )addresses the computer aspects of the application that are visible tousers.The objects are those which can be expected to vary from time to time quite rapidly.

    A.function model,class model and state model
    B.class model,interaction model and state model
    C.class model,interaction model and sequence model
    D.function model,interaction model and state model

    答案:B
    解析:
    传统的系统分析以功能分解为基础,利用结构化分析自顶向下完成。面向对象分析关注于模型的创建。该分析模型有三种类型:类模型、交互模型和状态模型。面向对象分析有两个子阶段。领域分析侧重于现实世界中那些语义被应用程序获取的事物。在需求分析中所构造的对象说明了现实世界系统的静态结构并将其组织为可用的片段。应用分析处理应用系统中用户可见的计算机问题。所分析的对象可能会被预计时不时地发生较快的变化。

  • 第3题:

    关于XML接口DOM,下列描述错误的是()。

    • A、DOM的全称是“Document  Object  Model”,即文档对象模型
    • B、在应用程序中,基于DOM的XML分析器将一个XML文档转换成一个对象模型的集合(通常称DOM树)
    • C、通过DOM接口,应用程序可以在任意时刻访问XML文档中的任何一部分数据,因此,这种利用DOM接口的机制也被称作随机访问机制
    • D、DOM强制使用树模型访问XML文档中的信息,不适合XML的模式

    正确答案:D

  • 第4题:

    简述列举文档对象模型DOM里document的常用的查找访问节点的方法并做简单说明。


    正确答案: D.ocument.getElementById:根据元素id查找元素
    D.ocument.getElementByName:根据元素name查找元素
    D.ocument.getElementTagName:根据指定的元素名查找元素

  • 第5题:

    DOM是Document Object Model的英文缩写,翻译过来的意思是()。


    正确答案:文档对象模型

  • 第6题:

    DOM(Document Object Model)定义了文档的()和访问、操纵文档的方法。它为XML、HTML提供了应用程序接口API。


    正确答案:逻辑结构

  • 第7题:

    js操作DOM对象可以获取整个页面body的是()。

    • A、.body
    • B、document
    • C、document.body
    • D、document.html

    正确答案:C

  • 第8题:

    以下关于DOM对象说法正确的是()。

    • A、是文档对象模型
    • B、是Document object model的缩写
    • C、是浏览器对象模型
    • D、是Bowers object model的缩写

    正确答案:A,B

  • 第9题:

    < divclass="box">< /div>以下操作可以获取到该标签的dom对象的是()。

    • A、vardiv=document.getElementsByTagName("div")[0]
    • B、vardiv=document.getElementsByTagName("div")
    • C、vardiv=document.getElementsByClassName("box")[0]
    • D、vardiv=document.getElementsByClassName("box")

    正确答案:A,C

  • 第10题:

    多选题
    以下关于DOM对象说法正确的是()。
    A

    是文档对象模型

    B

    是Document object model的缩写

    C

    是浏览器对象模型

    D

    是Bowers object model的缩写


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

  • 第11题:

    单选题
    DOM(Document Object Model)最适合应用在()。
    A

    内存受限时

    B

    只有特定的元素需要处理

    C

    文档很大

    D

    文档必须非顺序地处理


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

  • 第12题:

    多选题
    以下操作可以获取到该标签的dom对象的是()。
    A

    vardiv=document.getElementsByTagName(div)[0]

    B

    vardiv=document.getElementsByTagName(div)

    C

    vardiv=document.getElementsByClassName(box)[0]

    D

    vardiv=document.getElementsByClassName(box)


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

  • 第13题:

    在DOM中通过元素ID号访问对象的正确方法是( )。

    A.document.getElementsByName(“元素名称”)
    B.document.getElementsByTagName(“标记名称”)
    C.document.getElementsById(“元素id”)
    D.document.getElementsById(“元素”)

    答案:C
    解析:

  • 第14题:

    System analysis is traditionally done top-down using structured analysis based on____.Object-oriented analysis focuses on creation of models.The three types of the analysis model are__请作答此选项__.There are two substages of object-oriented analysis.____focuses on real-world things whose semantics the application captures.The object constructed in the requirement analysis shows the____of the real-world system and organizes it into workable pieces.____addresses the computer aspects of the application that are visible to users.The objects are those which can be expected to vary from time to time quite rapidly.

    A.function model,class model and state model
    B.class model,interaction model and state model
    C.class model,interaction model and sequence model
    D.function model,interaction model and state model

    答案:B
    解析:
    传统的系统分析以功能分解为基础,利用结构化分析自顶向下完成。面向对象分析关注于模型的创建。该分析模型有三种类型:类模型、交互模型和状态模型。面向对象分析有两个子阶段。领域分析侧重于现实世界中那些语义被应用程序获取的事物。在需求分析中所构造的对象说明了现实世界系统的静态结构并将其组织为可用的片段。应用分析处理应用系统中用户可见的计算机问题。所分析的对

  • 第15题:

    以下关于DOM说法不正确的是()。

    • A、DOM是一种与浏览器、平台、语言无关的接口
    • B、document对象是DOM模型的顶层对象
    • C、document对象代表浏览器加载的HTML文档,window对象代表浏览器的窗口,它们之间没有直接的联系
    • D、使用document.title可以更改当前HTML文档的标题

    正确答案:C

  • 第16题:

    DOM对象中字母M代表Model。


    正确答案:正确

  • 第17题:

    DOM接口中的Document节点有哪两个子节点?分别代表什么意义?


    正确答案: Document类型节点的两个子节类型点是DocumentType类型和Element类型。
    DocumentType类型节点对应XML文件所关联的DTD文件,通过DocumentType节点的子孙关系可以分析并获得XML文件所关联的DTD文件中的数据。
    Element类型节点对应XML文件的标记节点,通过Element节点的子孙关系可以获得XML文件中的数据,Element节点的子节点有Element节点、Text节点和CDATASection节点。

  • 第18题:

    DOM方式操作SML涉及的基本类有:Document,Node,Nodelist,Element和()

    • A、Attribute
    • B、View
    • C、Menu
    • D、attr

    正确答案:D

  • 第19题:

    有如下标签,通过class获取dom对象正确的是()。

    • A、document.getElementsByTagName("div")[0]
    • B、document.getElementById("div")
    • C、document.getElementsByName("div")
    • D、document.getElementsByClassName("box")[0]

    正确答案:D

  • 第20题:

    用JavaScript获取dom对象,以下哪些获取的是数组()。

    • A、document.getElementById()
    • B、getElementsByClassName()
    • C、getElementsByTagName()
    • D、getElementsByName()

    正确答案:B,C,D

  • 第21题:

    DOM(Document Object Model)最适合应用在()。

    • A、内存受限时
    • B、只有特定的元素需要处理
    • C、文档很大
    • D、文档必须非顺序地处理

    正确答案:D

  • 第22题:

    单选题
    关于XML接口DOM,下列描述错误的是()。
    A

    DOM的全称是“Document  Object  Model”,即文档对象模型

    B

    在应用程序中,基于DOM的XML分析器将一个XML文档转换成一个对象模型的集合(通常称DOM树)

    C

    通过DOM接口,应用程序可以在任意时刻访问XML文档中的任何一部分数据,因此,这种利用DOM接口的机制也被称作随机访问机制

    D

    DOM强制使用树模型访问XML文档中的信息,不适合XML的模式


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

  • 第23题:

    判断题
    DOM对象中字母M代表Model。
    A

    B


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