一起答
单选

● 同步通信比异步通信具有较高的传输频率,这是因为 (33) 。

(33)

  • A. 同步通信不需要应答信号
  • B. 同步通信方式的总线长度较短
  • C. 同步通信采用一个公共时钟信号进行同步
  • D. 同步通信中各部件存取时间比较短
参考答案
查看试卷详情
相关试题
  1. ● 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    
  2. ● 下面的选项中,属于本地回路地址的是 (68) 。

    (68)

    • A. 120.168.10.1         
    • B. 10.128.10.1  
    • C. 127.0.0.1          
    • D. 172.16.0.1
  3. ● Internet上的DNS服务器中保存有 (70) 。

    (70)

    • A. 主机名            
    • B. 域名到IP地址的映射表
    • C. 所有主机的MAC地址      
    • D. 路由表
  4. ● 下面关于网络系统设计原则的叙述,正确的是 (67) 。

      (67)

    • A. 应该尽量采用先进的网络设备,获得最高的网络性能  
    • B. 网络总体设计过程中,只需要考虑近期目标即可,不需要考虑扩展性 
    • C. 网络系统应采用开放的标准和技术
    • D. 网络需求分析独立于应用系统的需求分析  
  5. ● 下面关于PV 操作的论述,不正确的是 (64) 。

    (64)

    • A.   P 操作和V 操作是执行时不被打断的两个操作系统原语
    • B.   P 操作和V 操作可单独使用
    • C.   PV 操作与信号灯的处理相关
    • D.   P 表示通过的意思,V 表示释放的意思
  6. ●  (60) 是用来论证被测试的系统满足需求的情况,它的目的是为了证明其充分性和正确性,而不是为了发现问题。

    (60)

    • A. 确认测试             
    • B. 回归测试       
    • C. 验收测试   
    • D. 第三方测试
  7. ● 文件系统按不同的存储及管理方式分为不同的类型,不同类型的文件系统对文件大小有不同的限制,FAT32对文件的大小限制为 (62) 之内。

    (62)

    • A. 1GB       
    • B. 2GB                 
    • C. 4GB      
    • D. 64GB
  8. ● 下面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
  9. ● CMM把软件开发过程的成熟度由低到高分为5级,即初始级、可重复级、已定义级、已管理级和优化级。 (59) 有6个关键过程区域,主要解决培训、测试、技术常规和评审过程关注、标准过程方面的问题。

    (59)

    • A. 可重复级             
    • B. 已定义级       
    • C. 已管理级   
    • D. 优化级
  10. ● 设某一个任务需要 8 个加工部件加工才能完成,每个加工部件加工需 2 小时,现在采用流水线加工方式,要完成100个任务,共需 (58) 小时。

    (58)

    • A. 212                       
    • B. 214                
    • C. 216       
    • D. 218