一起答
单选

 ● 某文件管理系统为了记录磁盘的使用情况,在磁盘上建立了位示图(bitmap)。若系统中字长为 16 位,磁盘上的物理块依次编号为:0、1、2、…,那么 8192 号物理块的使用情况在位示图中的第 (23) 个字中描述。

(23)

  • A.   256     
  • B.   257     
  • C.   512       
  • D.   513
参考答案
查看试卷详情
相关试题
  1. ● Internet上的DNS服务器中保存有 (70) 。

    (70)

    • A. 主机名            
    • B. 域名到IP地址的映射表
    • C. 所有主机的MAC地址      
    • D. 路由表
  2. ● 下面关于防火墙的说法,正确的是 (69) 。

    (69)

    • A. 防火墙一般由软件以及支持该软件运行的硬件系统构成
    • B. 防火墙只能防止未经授权的信息发送到内网
    • C. 防火墙能准确地检测出攻击来自哪一台计算机
    • D. 防火墙的主要支撑技术是加密技术
  3. ● It should go without saying that the focus of UML is modeling. However, what that means, exactly, can be an open-ended question. (71)is a means to capture ideas, relationships, decisions, and requirements in a well-defined notation that can be applied to many different domains. Modeling not only means different things to different people, but also it can use different pieces of UMLdepending on what you are trying to convey. In general, a UML model is made up of one or more (72) . A diagram graphically represents things, and the relationships between these things. These (73)can be representations of real-world objects, pure software constructs, or a description of the behavior. of some other objects. It is common for an individual thing to show up on multiple diagrams; each diagram represents a particular interest, or view, of the thing being modeled. UML 2.0 divides diagrams into two categories: structural diagrams and behavioral diagrams. (74)are used to capture the physical organization of the things in your system, i.e., how one object relates to another. (75) focus on the behavior. of elements in a system. For example, you can use behavioral diagrams to capture requirements, operations, and internal state changes for elements.

    (71)

    • A.   Programming         
    • B.  Analyzing   
    • C.  Designing           
    • D.  Modeling    (72)
    • A.   views                 
    • B.   diagrams    
    • C.   user views                 
    • D.   structure pictures    (73)
    • A.   things                   
    • B.   pictures    
  4. ● 下面关于网络系统设计原则的叙述,正确的是 (67) 。

      (67)

    • A. 应该尽量采用先进的网络设备,获得最高的网络性能  
    • B. 网络总体设计过程中,只需要考虑近期目标即可,不需要考虑扩展性 
    • C. 网络系统应采用开放的标准和技术
    • D. 网络需求分析独立于应用系统的需求分析  
  5. ● 下面的选项中,属于本地回路地址的是 (68) 。

    (68)

    • A. 120.168.10.1         
    • B. 10.128.10.1  
    • C. 127.0.0.1          
    • D. 172.16.0.1
  6. ● ADSL是一种宽带接入技术,这种技术使用的传输介质是 (66) 

    (66)

    • A. 电话线                 
    • B.   CATV 电缆  
    • C. 基带同轴电缆       
    • D.  无线通信网
  7. ● 某主机的IP 地址为202.117.131.12/20,其子网掩码是 (65) 。

    (65)

    • A. 255.255.248.0       
    • B. 255.255.240.0
    • C. 255.255.252.0                          
    • D. 255.255.255.0
  8. ● 下面关于PV 操作的论述,不正确的是 (64) 。

    (64)

    • A.   P 操作和V 操作是执行时不被打断的两个操作系统原语
    • B.   P 操作和V 操作可单独使用
    • C.   PV 操作与信号灯的处理相关
    • D.   P 表示通过的意思,V 表示释放的意思
  9. ● 下面C 程序中,若在屏幕上输入数值331后回车,程序执行后,屏幕上显示的输出结果应为 (63) 。

    main(void)

    {   unsigned int a,b,c,d;

         Scanf("%o",&a);

         b = a>>4;

         c = ~ (~ 0<< 4);

         d = b & c;

         printf("d=%o\n",d);

     (63)

    • A. d=10     
    • B. d=15     
    • C. d=25     
    • D. d=45
  10. ● 文件系统按不同的存储及管理方式分为不同的类型,不同类型的文件系统对文件大小有不同的限制,FAT32对文件的大小限制为 (62) 之内。

    (62)

    • A. 1GB       
    • B. 2GB                 
    • C. 4GB      
    • D. 64GB