一起答
单选

● 李某大学毕业后在M公司销售部门工作,后由于该公司软件开发部门人手不足,李某被暂调到该公司软件开发部开发新产品,2 周后,李某开发出一种新软件。该软件著作权应归 (11) 所有。

(11)

  • A. 李某             
  • B. M公司           
  • C. 李某和M公司     
  • D. 软件开发部
试题出自试卷《2008年上半年《数据库系统工程师》上午试题(参考答案版)》
参考答案
查看试卷详情
相关试题
  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. ● 某应用系统的应用人员分为三类:录入、处理和查询,则用户权限管理的方案适合采用 (65) 。

    (65)

    • A. 针对所有人员建立用户名并授权
    • B. 对关系进行分解,每类人员对应一组关系
    • C. 建立每类人员的视图并授权给每个人
    • D. 建立用户角色并授权
  5. ● B/S 体系结构中属于客户端的是  (64) 。

    (64)

    • A. 浏览器   
    • B. Web服务器   
    • 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. ●以下的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. 无任何关系
  8. ● 针对E-R图中的组合属性(如地址由省、市、街道、门牌号等组成),在面向对象数据库中用 (62) 来实现。

    (62)

    • A. 结构类型   
    • B. 方法       
    • C. 存储过程           
    • D. 数组
  9. ● 分布式数据库能够提高某些查询效率是因为其具有 (61) 。

    (61)

    • A. 数据分片         
    • B. 数据复本    
    • C. 基于同构模式         
    • D. 基于异构模式
  10. ● 分布式数据库用户无需知道数据的物理位置,称为 (60) 。

    (60)

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