Software entities are more complex for their size than perhaps any other human construct,because no two parts are alike(at least above the statement level).If they are,we make the two similar parts into one,a(1),open or closed.In this respect software systems differ profoundly from computers,buildings,or automobiles,where repeated elements abound.Digital computers are themselves more complex than most things people build;they have very large numbers of states.This makes conceiving,describing,and testing them hard.Software systems have orders of magnitude more(2)than computers do.Likewise,a scaling-up of a software entity is not merely a repetition of the same elements in larger size;it is necessarily an increase in the number of different elements.In most cases,the elements interact with each other in some(3)fashion,and the complexity of the whole increases much more than linearly.The complexity of software is a(an)(4)property,not an accidental one.Hence descriptions of a software entity that abstract away its complexity often abstract away its essence.Mathematics and the physical sciences made great strides for three centuries by constructing simplified models of complex phenomena,deriving,properties from the models,and verifying those properties experimentally.This worked because the complexities(5)in the models were not the essential properties of the phenomena.It does not work when the complexities are the essence.Many of the classical problems of developing software products derive from this essential complexity and its nonlinear increases with size.Not only technical problems but management problems as well come from the complexity.
4、____
A.surface
B.outside
C.exterior
D.essential

查看答案

相关问题推荐

  • 在ISO/IEC软件质量模型中,功能性是与一组功能及其指定的性质的存在有关的一组属性,其子特性不包括______。
    A.适应性
    B.准确性
    C.安全性
    D.成熟性
    查看答案
  • 以下测试内容中,属于系统测试的是()。
    ①单元测试②集成测试③安全性测试
    ④可靠性测试⑤兼容性测试⑥可用性测试
    A.①②③④⑤⑥
    B.②③④⑤⑥
    C.③④⑤⑥
    D.④⑤⑥
    查看答案
  • 以下叙述中,不正确的是______。
    A.黑盒测试可以检测软件行为、性能等特性是否满足要求
    B.黑盒测试可以检测软件是否有人机交互上的错误
    C.黑盒测试依赖于软件内部的具体实现,如果实现发生了变化,则需要重新设计用例
    D.黑盒测试用例设计可以和软件实现同步进行
    查看答案
  • 为了是软件测试更加高效,应遵循的原则包括()。①所有的软件测试都应追溯到用户需求、充分注意缺陷群集现象②尽早地和不断地进行软件测试、回归测试③为了证明程序的正确性,尽可能多的开发测试用例④应由不同的测试人员对测试所发现的缺陷进行确认⑤增量测试,由小到大
    A.①②③④
    B.①②③⑤
    C.②③④⑤
    D.①②④⑤
    查看答案
  • 以下说法中,错误的是()。
    A.张某和王某合作完成一款软件,他们可以约定申请专利的权利只属于张某
    B.张某和王某共同完成了一项发明创造,在没有约定的情况下,如果张某要对其单独申请专利就必须征得王某的同意
    C.张某临时借调到某软件公司工作,在执行该公司交付的任务的过程中,张某完成的发明创造属于职务发明
    D.甲委托乙开发了一款软件,在没有约定的情况下,由于甲提供了全部的资金和设备,因此该软件著作权属于甲
    查看答案
  • 新能源汽车与传统汽车的安全性是否存在差异
    查看答案
  • 新媒体营销和传统营销有什么区别
    查看答案
  • 从教育学未来的角度来定位教的有效性,最核心、最本质的定位是()
    查看答案
  • 下面,不是系统安全所包含的内容是______。

    A.要保证操作系统不能崩溃

    B.要保证系统中的账户不能被盗

    C.要保证文件和目录存取权限设置的安全

    D.要保证数据库系统的正常运行
    查看答案
  • 设有一个 Student数据库,包括数据库,包括学生,课程,选修三个关系:三个关系:学生学生:S ( Sno ,Sname ,Ssex ,Sage,Sdept )
    课程课程:C(Cno ,Cname ,Term,Credit )
    选修选修:SC ( Sno ,Cno ,Score )
    其中:学生关系S的属性分别表示:学号、姓名、性别、的属性分别表示:学号、姓名、性别、年龄、专业课程关系C的属性分别表示:课程号、课程名、的属性分别表示:课程号、课程名、开课学期、学分学分选修关系SC的属性分别表示:学号、课程号、分数
    请用SQL语句完成下面的操作:
    (1)、检索所有比"王华"年龄大的学生姓名、年龄和性别
    (2)、检索选修了课程号为课程号为'CO2'课程的学生中成绩最高的学生的学号
    (3)、检索选修了4门以上课程的学生学号和总成绩(不统计不及格的课程),并要求按照总成绩的降序排列。(4)、检索张力同学没有选修的课程的课程号
    查看答案