●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 AP1 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.(66) A.specificB.neutralC.containedD.related(67) A.textB.imageC.pageD.graphic(68) A.tableB.treeC.controlD.event(69) A.documentB.processorC.discD.memory(70) A.XMLB.HTMLC.scriptD.Web

●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 AP1 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.

(66) A.specific

B.neutral

C.contained

D.related

(67) A.text

B.image

C.page

D.graphic

(68) A.table

B.tree

C.control

D.event

(69) A.document

B.processor

C.disc

D.memory

(70) A.XML

B.HTML

C.script

D.Web


相关考题:

The primary source document for establishing the content of the Project Status Report is:A The project charterB The Project PlanC The ASTM Project Document GuideD The summary work breakdown structure

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

One of the difficulties in building an SQL-like query lange for the Web is the absence of a database schema for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual(66)from the implicit structure of these files. Thus, at the highest level of(67), every such document is identified by its Uniform. Resource Locator(URL), has a title and a text Also, Web servers provide some additional information such as the type, length, and the last modification date of a document. So, for data mining purposes, we can consider the site of all HTML documents as arelation:Document(url,(68), text, type, length, modify)Where all the(69)are character strings. In this framework, anindividual document is identified with a(70)in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will de left blank, but this is not uncommon in any database.A.schemaB.relationC.platformD.module

DOM is a platform-and language-(11)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(12). DOM is a(13)-based API to documents, which requires the whole document to be represented in(14)while processing, it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large(15)documents that do not fit info the memory available for processing.A.specificB.neutralC.containedD.related

is a collection of web pages connected together with(67). Each document or page has a unique address that allows you to find it among the millions of other documents on the Web. The address is called a(68)(URL)or sometimes a Uniform. Resource Indicator(URL). When you chose a new link by clicking on it or by typing it into the address field your(69)sends a request for that document and displays it on the screen. That link can be to a different section of the current document, another document on the same website as the original or on another website anywhere in the world. Web pages are designed using(70)or HTML.A.World Wild WebB.World Wide WebC.Web Wild WorldD.Word Wide Web

A(n) ______ document is an interlinked system of documents in which a user may iump from one document to another in a nonlinear,associative way.A.HipertextB.WebC.HtmlD.XML

DOM is a platform-and language-(21)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(22). DOM is a(23)-based AP1 to documents, which requires the whole document to be represented in(24)while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large(25)documents that do not fit info the memory available for processing.A.specificB.neutralC.containedD.related

XML is a(71)language for documents containing(72)information.Structured information contains both content(words, pictures, etc.)and some indication of what role that content plays(for example, content in a section heading has a different meaning from content in a footnote, which means something different than content in a figure caption or content in a database table, etc.). Almost all documents have some structure.A markup language is a(73)to(74)structures in a document. The XML specification defines a standard way to add markup to(75).A.make-upB.madeupC.markupD.makeup

The(72)is a system for linking hypertext documents Originally, each document was a page written in(73)with hyperlinks to other documents.Nowadays,XML is gradually starting to take over from(73).A.WebB.E-mailC.DNSD.FTP

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

SOX is an alternative(66)for XML. It is useful for reading and creating XML content in a(67)editor. It is then easily transformed into proper XML. SOX was created because developers can spend a great deal of time with raw XML. For many of us, the popular XML(68)have not reached a point where their tree views, tables and forms can completely substitute for the underlying(69)language. This is not surprising when one considers that developers still use a text view, albeit enhanced, for editing other languages such as Java. SOX uses(70)to represent the structure of an XML document, which eliminates the need for closing tags and a number of quoting devices. The result is surprisingly clear.A.semanticB.pragmaticsC.syntaxD.grammar

One of the difficulties in building an SQL,like query language for the Web is the absence of a database(71) for this huge, heterogeneous repository of information. However, if we are interested in HTML documents only, we can construct a virtual schema from the implicit structure of these files. Thus, at the highest level of(72) , every such document is identified by its Uniform. Resource Locator(URL), has a(73) and a text. Also, Web servers provide some additional information such as the type, length, and the last modification date of a document. So, for data mining purposes, we can consider the set of all HTML documents as a relation:Document(url, title, text, type, length, modif)Where all the(74) are character strings. In this framework, an individual document is identified with a(75) in this relation. Of course, if some optional information is missing from the HTML document, the associate fields will be left blank, but this is not uncommon in any database.A.schemaB.platformC.moduleD.relation

The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.All the documents of the project need to be part of this (请作答此空). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.Since this is so, and since tomorrows product-quality manuals will grow from todays memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.A. STRUCTURE B. SPECIFICATION C. STANDARD D. OBJECTIVE

The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.Since this is so, and since tomorrows product-quality manuals will grow from todays memos, it is very important to get the structure of the documentation right. The early design of the project (请作答此空) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.A. TITLE B. LIST C. WORKBOOK D. QUALITY

The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.All the documents of the project need to be part of this( ).This includes objectives,external specifications,interface specifications,technical standards,internal specifications and administrative memoranda(备忘录).Technical prose is almost immortal.If one examines the genealogy(Ff)of a customer manual for a piece of hardware or software,one can trace not only the ideas,but also many of the very sentences and paragraphs back to the first(请作答此空)proposing the product or explaining the first design.For the technical writer,the paste-pot is as mighty as the pen.Since this is so,and since tomorrow's product-quality manuals will grow from today’s memos,it is very important to get the structure of the documentation right.The early design of the project( )ensures that the documentation structure itself is crafted,not haphazard.Moreover,the establishment of a structure molds later writing into segments that fit into that structure.The second reason for the project workbook is control of the distribution of( ).The problem is not to restrict information,but to ensure that relevant information gets to all the people who need it.The first step is to number all memoranda,so that ordered lists of titles are available and h worker can see if he has what he wants.The organization of the workbook goes well beyond this to establish a tree-structure of memoranda.The( )allows distribution lists to be maintained by subtree,if that is desirable.A.objectiveB.memorandaC.standardD.specification

The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.Since this is so, and since tomorrows product-quality manuals will grow from todays memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.The second reason for the project workbook is control of the distribution of ( ). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The (请作答此空) allows distribution lists to be maintained by subtree, if that is desirable.A. LIST B. DOCUMENT C. TREE-STRUCTURE D. NUMBER

The project workbook is not so much a separate document as it is a structure imposed on the documents that the project will be producing anyway.All the documents of the project need to be part of this ( ). This includes objectives ,external specifications , interface specifications , technical standards , internal specifications and administrative memoranda(备忘录).Technical prose is almost immortal. If one examines the genealogy ( Ff ) of a customer manual for a piece of hardware or software , one can trace not only the ideas , but also many of the very sentences and paragraphs back to the first ( ) proposing the product or explaining the first design. For the technical writer, the paste-pot is as mighty as the pen.Since this is so, and since tomorrows product-quality manuals will grow from todays memos, it is very important to get the structure of the documentation right. The early design of the project ( ) ensures that the documentation structure itself is crafted, not haphazard. Moreover, the establishment of a structure molds later writing into segments that fit into that structure.The second reason for the project workbook is control of the distribution of (请作答此空). The problem is not to restrict information, but to ensure that relevant information gets to all the people who need it.The first step is to number all memoranda, so that ordered lists of titles are available and h worker can see if he has what he wants. The organization of the workbook goes well beyond this to establish a tree-structure of memoranda. The ( ) allows distribution lists to be maintained by subtree, if that is desirable.A. PRODUCT B. MANUAL C. DOCUMENT D. INFORMATION

DOM的英文全称是(),与DOM类似,API 是另一种读取和操作XML文档的编程接口。

Your network consists of a single Active Directory domain. Users access and share documents by using a DFS namespace. You need to recommend a solution to manage user access to documents. The solution must meet the following requirements: èAllow for document versioning èAllow for online collaboration What should you recommend?()A、File Server Resource Manager (FSRM)B、Volume Shadow Copy Service (VSS)C、Microsoft SharePoint Foundation 2010D、Windows System Resource Manager (WSRM)

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

js操作DOM对象可以获取整个页面body的是()。A、.bodyB、documentC、document.bodyD、document.html

An administrator creates a new directory then shares it on the Windows server. The administrator sets the permissions for everyone to "Modify" but users report they are unable to create or delete documents. Which of the following is the cause?()A、The administrator forgot to change the share permissionsB、The users were not part of the “Everyone” built in groupC、The administrator shared the files but not the folderD、“Modify” only allows users to change existing documents

hans is designing the reviews application. the application will include two forms :review and response, in the view ,the response documents do not appear under the review documents from which they were created, what could be causing this to happen .()A、inheritance in the review form was disabled B、shared values were enabled on both forms  C、shared field values and field definitions were enabled D、show response documents in a hierarchy was not enabled

You create an application. The application processes hundreds of XML documents per minute. The XML documents are validated against inline schemas.You need to load XML documents from the file system and read them as quickly as possible. XML comments must be ignored while reading the XML documents. What should you do?()A、Create an instance of the XmlReader class by using the XmlReader Create method with an instance of the XmlReaderSettings class.B、Create an instance of the XmlReader class with an instance of the XmlTextReader class.C、Create an instance of the XmlDocument class and specify a location for the application schema.D、Create an instance of the XmlReader class with an instance of the XmlNodeReader class.

You administer a SQL Server 2008 instance. You deploy a new database named Engineering. The Engineering database manages large documents that will be revised occasionally. You need to design a table structure that allows fast read access. You also need to minimize storage space requirements.  Which two actions should you perform?()A、Use NTFS file system compression on the volume.B、Use row-level compression on the document table.C、Use varbinary(MAX) data type with FILESTREAM storage.D、Enable row-level compression on all columns that use the vardecimal() data type.

Which of the following documents must be signed?()A、Packing listB、Certificate of originC、Commercial invoiceD、Weight specification

单选题An administrator creates a new directory then shares it on the Windows server. The administrator sets the permissions for everyone to "Modify" but users report they are unable to create or delete documents. Which of the following is the cause?()AThe administrator forgot to change the share permissionsBThe users were not part of the “Everyone” built in groupCThe administrator shared the files but not the folderD“Modify” only allows users to change existing documents