题目内容

DOM is a platform-and language- (1) 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 (2) . DOM is a (3) -based API to documents, which requires the whole document to be represented in (4) while processing it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large (5) documents that do not fit into the memory available for processing.

A. text
B. image
C. page
D. graphic

查看答案
更多问题

We can use the word processor to ______ your documents.

A. edit
B. compute
C. translate
D. unload

Which of the following is not part of a modern quality management concept ______

A. Performance standard is zero defects
B. Quality must be inspected in
C. 85% of failures occur because of the process, not the worker
D. Quality is a 4 cycle process - plan/do/check/act

WebSQL is a SQL-like (26) language for extracting information from the weB. Its capabilities for performing navigation of web (27) make it a useful tool for automating several web-related tasks that require the systematic processing of either ail the links in a (28) , all the pages that can be reached from a given URL through (29) that match a pattern, or a combination of both. WebSQL also provides transparent access to index servers that can be queried via the Common (30) Interface.

A. paths
B. chips
C. tools
D. directories

To document your code can increase program (57) and make program easier to (58) .

A. reliability
B. security
C. readability
D. usability

答案查题题库