ImageVerifierCode 换一换
格式:DOC , 页数:6 ,大小:102KB ,
资源ID:208696      下载积分:10 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.docduoduo.com/d-208696.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(四川大学软件工程期中考试.doc)为本站会员(cjc2202537)主动上传,道客多多仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知道客多多(发送邮件至docduoduo@163.com或直接QQ联系客服),我们立即给予删除!

四川大学软件工程期中考试.doc

1、注:试题字迹务必清晰,书写工整。 本题 6 页,本页为第 1页出题: 编辑: 系所审核: 学院审核: 教务处试题编号:四川大学期中考试试题(闭卷)(20112012 学年第 2 学期)课程号: 311023030 课程名称: 软件工程(双语) 任课教师: 适用专业年级: 学号: 姓名: 注意事项:1. 请务必将本人所在学院、姓名、学号、任课教师姓名等信息准确填写在试卷和答题纸上。2. 考试结束,请将试卷和答题纸一并交给监考老师。一、Multiple-Choice Test(110)Tip: each question,you must read the four choices marked

2、A),B),C),D),and decide which is the best answer.1.The nature of software applications can be characterized by their information( ) (A) complexity (B) content (C) determinacy (D) both b and c 2.Which of these are the 5 generic software engineering framework activities? ( )(A) communication, planning,

3、 modeling, construction, deployment (B) communication, risk management, measurement, production, reviewing (C) analysis, designing, programming, debugging, maintenance (D) analysis, planning, designing, programming, testing 3.The rapid application development model is ( ) (A) Another name for compon

4、ent-based development.(B) A useful approach when a customer cannot define requirements clearly.(C) A high speed adaptation of the linear sequential model.(D) All of the above.4.Which of the following traits need to exist among the members of an agile software team? ( ) (A) Competence (B) Decision-ma

5、king ability (C) Mutual trust and respect (D) All of the above.5. The top level of the hierarchical model of a system is known as the ( ) (A) AFD 评阅教师 得分(B) DFD (C) SCD (D) SFD 6.The use of traceability tables helps to ( ) (A) debug programs following the detection of run-time errors (B) determine t

6、he performance of algorithm implementations (C) identify, control, and track requirements changes (D) none of the above 7.The data flow diagram ( ) (A) depicts relationships between data objects(B) depicts functions that transform the data flow(C) indicates how data are transformed by the system(D)

7、both B and C8.Which of the following should be considered as candidate objects in a problem space? ( ) (A) events (B) people(C) structure (D) all of the above9.Which design model elements are used to depict a model of information represented from the users view? ( ) (A) Architectural design elements

8、 (B) Component-level design elements(C) Data design elements (D) Interface design elements10. In transaction mapping the first level factoring results in the ( ) (A) creation of CFD. (B) derivation of control hierarchy(C) distribution of work modules (D) refinement of the module view二、Fill in the bl

9、ank(138)1)Software engineering is a layered technology, which the bedrock supports is a quality focus, and then concerned with _ , _ and _.2) The linear sequential model of software development is also known as the _ and _评阅教师 得分3) The capability maturity model integration(CMMI) is a process meta-mo

10、del, which consists six capability levels, that is imcomplete level, perform level, _,_, _ and _. 4) Speculation, _, _ _ are the three framework activities for the Adaptive Software Development (ASD) process mode.5) The “phases” of the Unified Process(UP) include_, _,_,_ and production phase .6) _ ,

11、 _ , _and component design are areas of concern in the design model.7)Software includes: computer programs, _ and_.8)An architectural style encompasses constraints , _ and _9) In component-level design “persistent data sources“ refer to _ and _. 10) A computer-based system makes use of a variety of

12、system elements, that is software , hardware, _, _,_, and _.11) In the domain of business process engineering, three different architectures must be analyzed and designed, that is_,_, and _.12) The requirements engineering process is accomplished through the execution of seven distinct functions: in

13、ception, elicitation, elaboration, _, _, _, and _.(13)Quality function deployment indentifies three types of requirements: _, _, _.三、Each of the elements of the analysis model provides information for a complete specification of design. Please match the analysis model with four design models that ne

14、ed the analysis information to create design models required. ( 14 points )State Diagram Class and Component DesignSequence DiagramUse-Case Diagram Interface DesignE-R DiagramActivity Diagram Architectural DesignClass DiagramData Flow Diagram Data DesignState Transition Diagram四、Explain the Terms (3

15、3)。1)software life cycle2)Software engineering3)information hiding评阅教师 得分评阅教师 得分四、short-answer test(34)。1)Describe the characteristics of software that are considerably different than those of hardware.2) Describe the basic principle of evolutionary development and its two types。3) Depict the three

16、primary objectives which the analysis model must achieve.4)Hewlett-packard developed a set of software quality attributes that has been given the acronym FURPS, try to depict all of these attributes.六、 (81) 。评阅教师 得分评阅教师 得分1、How do you think about Software Engineering,and please write down your opinions and Suggestions.

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报