一起答
单选

● 关于程序语言的说法,错误的是 (25) 。

(25)

  • A. 脚本语言属于动态语言,其程序结构可以在运行中改变
  • B. 脚本语言一般通过脚本引擎解释执行,不产生独立保存的目标程序
  • C. php、JavaScript属于静态语言,其所有成分可在编译时确定
  • D. C 语言属于静态语言,其所有成分可在编译时确定
参考答案
查看试卷详情
相关试题
  1.  ● For nearly ten years, the Unified Modeling Language (UML) has been the industry standard for visualizing, specifying, constructing, and documenting the   (71)   of a software-intensive system. As the  (72)   standard modeling language, the UML facilitates communication and reduces confusion among project  (73) . The recent standardization of UML 2.0 has further extended the language's scope and viability. Its inherent expressiveness allows users to  (74)   everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.  The UML is not limited to modeling software. In fact, it is expressive enough to model (75) systems, such as workflow in the legal system, the structure and behavior. of a patient healthcare system, software engineering in aircraft combat systems, and the design of hardware. To understand the UML, you need to form. a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how those building blocks may be put together, and some common mechanisms that apply throughout the UML.

    (71)

    • A. classes       
    • B. components 
    • C. sequences         
    • D. artifacts    (72)
    • A. real           
    • B. legal     
    • C. de facto         
    • D. illegal    (73)
    • A. investors            
    • B. developers   
  2. ● HTML元素中, (68) 属性用于定义超链接被鼠标点击后所显示的颜色。 

     (68)

    • A.alink     
    • B.background 
    • C.bgcolor   
    • D.vlink
  3. ● 以下不符合XML文档语法规范的是 (70) 。

       (70)

    • A.文档的第一行必须是XML文档声明 
    • B.文档必须包含根元素
    • C.每个开始标记必须和结束标记配对使用
    • D.标记之间可以交叉嵌套
  4. ● 一个 B 类网络的子网掩码为 255.255.224.0,则这个网络被划分成了 (66) 个子网。

    (66)

    • A.  2       
    • B.  4     
    • C.  6     
    • D.  8
  5. ● 在Windows系统中设置默认路由的作用是 (67) 。

    (67)

    • A.当主机接收到一个访问请求时首先选择的路由   
    • B.当没有其他路由可选时最后选择的路由 
    • C.访问本地主机的路由
    • D.必须选择的路由
  6.   ● 数据仓库在收集数据过程中, 会遇到一些略微不一致但可以纠正的数据, 纠正的过程称为 (65) 。

    (65)

    • A. 数据清洗   
    • B. 数据转换   
    • C. 数据抽取   
    • D. 数据装载
  7. ● 根据分布式数据库系统中的两阶段提交协议(2PC),有如下操作指令:

    ① 协调器向参与者发prepare消息;

    ② 参与者向协调器发回ready消息;

    ③ 参与者向协调器发回abort消息;

    ④ 协调器向参与者发commit消息;

    ⑤ 协调器向参与者发rollback消息; 满足2PC 的序列是 (64) 。

    (64)

    • A. ①②⑤     
    • B. ①②④   
    • C. ②③⑤   
    • D. ②③④
  8. ● 对象-关系模型与关系模型的区别是 (62) 。

    (62)

    • A. 对象-关系模型支持关系嵌套,关系模型不支持
    • B. 关系模型支持BLOB 类型,对象-关系模型不支持
    • C. 对象-关系模型不支持数组类型,关系模型支持 
    • D. 对象-关系模型不是数据模型,关系模型是数据模型
  9. ● 在分布式数据库系统中,应用程序直接使用本结点数据的性质称为 (63) 。

    (63)

    • A. 共享性     
    • B. 自治性   
    • C. 可用性   
    • D. 分布性
  10. ● 要实现记录的物理顺序与索引项次序一致,应选择的索引类型是 (61) 。

    (61)

    • A. HASH 索引   
    • B. 聚簇索引   
    • C. B+树索引     
    • D. 单一索引