一起答

软件水平考试(初级)程序员上午(基础知识)模拟试卷11

  • 卷面总分:75分
  • 浏览次数:0
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:20次
  • 作答时间:150分钟
试卷简介
部分试题预览
  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.数据变量