一起答
单选

● (68) 不属于电子邮件协议。

(68)

  • A. POP3       
  • B. SMTP      
  • C. IMAP     
  • D. MPLS
参考答案
查看试卷详情
相关试题
  1. ● Object-oriented analysis (OOA) is a semiformal specification technique for the object-oriented paradigm. Object-oriented analysis consists of three steps. The first step is  (71). It determines how the various results are computed by the product and presents this information in the form. of a  (72)   and associated scenarios. The second is  (73) , which determines the classes and their attributes. Then determine the interrelationships and interaction among the classes. The last step is  (74) , which determines the actions performed by or to each class or subclass and presents this information in the form. of  (75) .

    (71)

    • A.use-case modeling               
    • B. class modeling        
    • C. dynamic modeling                     
    • D. behavioral modeling    (72)
    • A. collaboration diagram             
    • B. sequence diagram          
    • C. use-case diagram                   
    • D. activity diagram    (73)
    • A. use-case modeling               
    • B. class modeling        
  2.  ● 用户可以通过http://www.a.com和http://www.b.com访问在同一台服务器上(70)不同的两个Web站点。

    (70)

    • A. IP 地址             
    • B. 端口号            
    • C. 协议    
    • D. 虚拟目录
  3. ● (68) 不属于电子邮件协议。

    (68)

    • A. POP3       
    • B. SMTP      
    • C. IMAP     
    • D. MPLS
  4. ● 某客户端在采用ping命令检测网络连接故障时,发现可以ping通127.0.0.1及本机的IP 地址,但无法ping通同一网段内其他工作正常的计算机的IP 地址,说明该客户端的故障是 (69) 。

    (69)

    • A. TCP/IP 协议不能正常工作
    • B. 本机网卡不能正常工作
    • C. 本机网络接口故障
    • D. 本机DNS 服务器地址设置错误
  5. ● 某应用系统的应用人员分为三类:录入、处理和查询,则用户权限管理的方案适合采用 (65) 。

    (65)

    • A. 针对所有人员建立用户名并授权
    • B. 对关系进行分解,每类人员对应一组关系
    • C. 建立每类人员的视图并授权给每个人
    • D. 建立用户角色并授权
  6. ● 运行Web 浏览器的计算机与网页所在的计算机要建立 (66) 连接,采用 (67)   协议传输网页文件。

    (66)

    • A. UDP     
    • B. TCP       
    • C. IP     
    • D. RIP    (67)
    • A. HTTP     
    • B. HTML     
    • C. ASP    
    • D. RPC
  7. ● 针对E-R图中的组合属性(如地址由省、市、街道、门牌号等组成),在面向对象数据库中用 (62) 来实现。

    (62)

    • A. 结构类型   
    • B. 方法       
    • C. 存储过程           
    • D. 数组
  8. ●以下的SQL 99语句,Dept与Employee之间的关系是 (63) 。

     CREATE TYPE Employee(

         name string,

         ssn integer);

     CREATE TYPE Dept(  

       Name string

           Head ref(Employee) SCOPE Employee );

    (63)

    • A. 类型继承   
    • B. 类型引用   
    • C. 数据引用   
    • D. 无任何关系
  9. ● B/S 体系结构中属于客户端的是  (64) 。

    (64)

    • A. 浏览器   
    • B. Web服务器   
    • C. 应用服务器 
    • D. 数据库服务器
  10. ● 分布式数据库用户无需知道数据的物理位置,称为 (60) 。

    (60)

    • A. 分片透明   
    • B. 复制透明   
    • C. 位置透明     
    • D. 逻辑透明