题目内容

DOM is a platform-and language- 15 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 16 . DOM is a 17 -based API to documents, which requires the whole document to be represented in 18 while processing, it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large 19 documents that do not fit info the memory available for processing.

A. XML
B. HTML
C. script
D. web

查看答案
更多问题

7 在实现阶段进行,它所依据的模块功能描述和内部细节以及测试方案应在 8 阶段完成,目的是发现编程错误。 9 所依据的模块说明书和测试方案应在 10 阶段完成,它能发现设计错误。 11 应在模拟的环境中进行强度测试的基础上进行,测试计划应在软件需求分析阶段完成。

A. 过程测试
B. 函数测试
C. 确认测试
D. 逻辑路径测试

对emp表增加雇员被雇佣时间come列,其数据类型为日期型,正确的语句是____。

ALTER TABLE emp ADD come Date
B. ADD TABLE emp come Date
C. ALTER TABLE emp come Date
D. ADD come Date TABLE emp

DOM is a platform-and language- 15 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 16 . DOM is a 17 -based API to documents, which requires the whole document to be represented in 18 while processing, it. A simpler alternative to DOM is the event-based SAX, which can be used to process very large 19 documents that do not fit info the memory available for processing.

A. table
B. tree
C. control
D. event

在系统转换的过程中,旧系统和新系统并行工作一段时间,再由新系统代替旧系统的策略称为 2 :在新系统全部正式运行前,一部分一部分地代替旧系统的策略称为 3 。

A. 直接转换
B. 位置转换
C. 分段转换
D. 并行转换

答案查题题库