一起答
单选

Windows的资源管理器窗口分为左右两个部分,其中(1)。在该窗口中,如果想一次选定多个不连续的文件或文件夹,正确的操作是先按住(2),再用鼠标左键逐个选取。若已选定某文件,不能将该文件复制到同一文件夹下的操作是(3)。若已选定某文件,执行“删除”命令后,被删除的文件放在(4)中。

  • 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.数据变量