网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
DOM(Document Object Model)最适合应用在()。
A.内存受限时
B.只有特定的元素需要处理
C.文档很大
D.文档必须非顺序地处理
参考答案
更多 “ DOM(Document Object Model)最适合应用在()。 A.内存受限时B.只有特定的元素需要处理C.文档很大D.文档必须非顺序地处理 ” 相关考题
考题
在DOM中通过元素ID号访问对象的正确方法是()。A.document.getElementsByName(“元素名称”)B.document.getElementsByTagName(“标记名称”)C.document.getElementsById(“元素id”)D.document.getElementsById(“元素id”)
考题
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.functional decomposition B.object abstraction C.data inheritance D.information generalization 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 A.Static analysis B.Semantic analysis C.Scope analysis D.Domain analysis A.static structure B.system components C.data flows D.program procedures A.Program analysis B.Function requirement C.Application analysis D.Physical model
考题
DOM is a platform. and language-(66)AP1 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.specificB.neutralC.containedD.related
考题
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.specificB.neutralC.containedD.related
考题
在DOM中通过元素ID号访问对象的正确方法是( )。A.document.getElementsByName(“元素名称”)
B.document.getElementsByTagName(“标记名称”)
C.document.getElementsById(“元素id”)
D.document.getElementsById(“元素”)
考题
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
考题
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
考题
关于XML接口DOM,下列描述错误的是()。A、DOM的全称是“Document Object Model”,即文档对象模型B、在应用程序中,基于DOM的XML分析器将一个XML文档转换成一个对象模型的集合(通常称DOM树)C、通过DOM接口,应用程序可以在任意时刻访问XML文档中的任何一部分数据,因此,这种利用DOM接口的机制也被称作随机访问机制D、DOM强制使用树模型访问XML文档中的信息,不适合XML的模式
考题
以下关于DOM说法不正确的是()。A、DOM是一种与浏览器、平台、语言无关的接口B、document对象是DOM模型的顶层对象C、document对象代表浏览器加载的HTML文档,window对象代表浏览器的窗口,它们之间没有直接的联系D、使用document.title可以更改当前HTML文档的标题
考题
有如下标签,通过class获取dom对象正确的是()。A、document.getElementsByTagName("div")[0]B、document.getElementById("div")C、document.getElementsByName("div")D、document.getElementsByClassName("box")[0]
考题
用JavaScript获取dom对象,以下哪些获取的是数组()。A、document.getElementById()B、getElementsByClassName()C、getElementsByTagName()D、getElementsByName()
考题
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")
考题
单选题关于XML接口DOM,下列描述错误的是()。A
DOM的全称是“Document Object Model”,即文档对象模型B
在应用程序中,基于DOM的XML分析器将一个XML文档转换成一个对象模型的集合(通常称DOM树)C
通过DOM接口,应用程序可以在任意时刻访问XML文档中的任何一部分数据,因此,这种利用DOM接口的机制也被称作随机访问机制D
DOM强制使用树模型访问XML文档中的信息,不适合XML的模式
考题
多选题以下操作可以获取到该标签的dom对象的是()。Avardiv=document.getElementsByTagName(div)[0]Bvardiv=document.getElementsByTagName(div)Cvardiv=document.getElementsByClassName(box)[0]Dvardiv=document.getElementsByClassName(box)
热门标签
最新试卷