一起答
单选

● 程序员甲与同事乙在乙家探讨甲近期编写的程序,甲表示对该程序极不满意,说要弃之重写,并将程序手稿扔到乙家垃圾筒。后来乙将甲这一程序稍加修改,并署乙名发表。以下说法正确的是 (11) 。

(11)

  • A. 乙的行为侵犯了甲的软件著作权
  • B. 乙的行为没有侵犯甲的软件著作权,因为甲已将程序手稿丢弃
  • C. 乙的行为没有侵犯甲的著作权,因为乙已将程序修改
  • D. 甲没有发表该程序并弃之,而乙将程序修改后发表,故乙应享有著作权
参考答案
查看试卷详情
相关试题
  1. ● 以下不符合XML文档语法规范的是 (70) 。

    (70)

    • A. 文档的第一行必须是XML文档声明 
    • B. 文档必须包含根元素
    • C. 每个开始标记必须和结束标记配对使用
    • D. 标记之间可以交叉嵌套
  2.  ● For nearly ten years, the Unified Modeling Language (UML) has been the industry standard for visualizing, specifying, constructing, and documenting the  (71)of a software-intensive system. As the (72)standard modeling language, the UML facilitates communication and reduces confusion among project (73)The recent standardization of UML 2.0 has further extended the language's scope and viability. Its inherent expressiveness allows users to(74)everything from enterprise information systems and distributed Web-based applications to real-time embedded systems.  The UML is not limited to modeling software. In fact, it is expressive enough to model (75)   systems,such as workflow in the legal system, the structure and behavior. of a patient healthcare system, software engineering in aircraft combat systems, and the design of hardware. To understand the UML, you need to form. a conceptual model of the language, and this requires learning three major elements: the UML's basic building blocks, the rules that dictate how those building blocks may be put together, and some common mechanisms that apply throughout the UML.

    (71)

    • A. classes     
    • B. components   
    • C. sequences         
    • D. artifacts    (72)
    • A.   real            
    • B. legal       
    • C. de facto         
    • D. illegal    (73)
    • A. investors          
    • B. developers         
  3. ● HTML元素中, (68) 属性用于定义超链接被鼠标点击后所显示的颜色。 

    (68)

    • A. alink         
    • B. background  
    • C. bgcolor   
    • D. vlink
  4. ● 一个 B 类网络的子网掩码为 255.255.224.0,则这个网络被划分成了 (66) 个子网。

    (66)

    • A.  2       
    • B.  4     
    • C.  6     
    • D.  8
  5.  ● HTML中标记用于定义表格的 (69) 。

     (69)

    • A. 行               
    • B. 列               
    • C. 单元格             
    • D. 标题
  6. ● 归并排序采用的算法设计方法属于 (65) 。

    (65)

    • A. 归纳法     
    • B. 分治法         
    • C. 贪心法        
    • D. 回溯方法  
  7. ● 以下的算法设计方法中, (64) 以获取问题最优解为目标。

    (64)

    • A. 回溯方法   
    • B. 分治法   
    • C. 动态规划   
    • D. 递推
  8. ● 现有16枚外形相同的硬币,其中有一枚比真币的重量轻的假币,若采用分治法找出这枚假币,至少比较 (63) 次才能够找出该假币。

    (63)

    • A. 3               
    • B. 4       
    • C. 5       
    • D. 6
  9.  ● 设 L 为广义表,将 head(L)定义为取非空广义表的第一个元素,tail(L)定义为取非空广义表除第一个元素外剩余元素构成的广义表。若广义表L=((x,y,z),a,(u,t,w)),则从L中取出原子项y的运算是 (62) 。

    (62)

    • A. head(tail(tail(L)))          
    • B. tail(head(head(L)))
    • C. head(tail(head(L)))                
    • D. tail(tail(head(L)))
  10. ● 下面关于二叉排序树的叙述,错误的是 (59) 。     

    (59)

    • A. 对二叉排序树进行中序遍历,必定得到结点关键字的有序序列
    • B. 依据关键字无序的序列建立二叉排序树,也可能构造出单支树
    • C. 若构造二叉排序树时进行平衡化处理,则根结点的左子树结点数与右子树结点数的差值一定不超过1
    • D. 若构造二叉排序树时进行平衡化处理,则根结点的左子树高度与右子树高度的差值一定不超过1