一起答
单选

一个面向对象系统的体系结构通过它的成分对象和对象间的关系确定,与传统的面向数据流的结构化开发方法相比,它具有(44)优点。

  • A.设计稳定
  • B.变换分析
  • C.事务分析
  • D.模块独立性
试题出自试卷《软件水平考试(初级)程序员上午(基础知识)模拟试卷11》
参考答案
查看试卷详情
相关试题
  1. (82)

    • A.network
    • B.transport
    • C.data link
    • D.application
  2. TCP means it is on the(74)layer and IP means it is on the(75)layer.

    • A.network
    • B.transport
    • C.data link
    • D.application
  3. The(72)turns the source file into an object file and the(73)turns the object file into an executable file.

    • A.translator
    • B.compiler
    • C.interpreter
    • D.linker
  4. (80)

    • A.translator
    • B.compiler
    • C.interpreter
    • D.linker
  5. ()is the 4th layer of the OSI reference model responsible for reliable network communication between end nodes.

    • A.Data link layer
    • B.Session layer
    • C.Transport layer
    • D.Application layer
  6. The purpose of the(73)is to provide fully integrated analog services to users.

    • A.ISDN
    • B.WWW
    • C.FTP
    • D.HTTP
  7. As computers evolve, they have become Smaller and smaller, while speed and(66)have increased tremendously.

    • A.quantity
    • B.capacity
    • C.available
    • D.quality
  8. (75)

    • A.封装
    • B.继承
    • C.重载
    • D.多态
  9. (74)

    • A.封装
    • B.消息调用
    • C.消息解释
    • D.继承
  10. 面向对象的系统中,对象是基本的运行实体。对象既包括(31),亦称数据,也包括作用于数据上的操作,亦称(32)。对象之间可以进行通信:一个对象可以向其它对象发送消息,其中包含要求接收这执行的操作;接收到消息的对象解释消息再予以响应,这种通信机制称为(33)。不同的对象受到统一消息可以产生不同的响应结果,这一现象称为(34)。

    • A.定义
    • B.数据结构
    • C.属性
    • D.数据变量