《软件工程(双语)》复习范围注意事项:每个学生必须写上本人的学号、任课老师姓名、姓名、班级,另外所有的答案必须全部写在答卷纸上请不要写的试卷上,试题及答卷一同交上.Part 1Select the most appropriate choice to answer the following questions or to complete following statements. (1*15 =15 )1.About the MVC (Model-View-Controller) pattern, which one of following statements is notright?a)Separates presentation and interaction from the system data. b)The system is structured into three logical components that interact with each other 。 The Model component manages the system data and associated operations on that data. .c)The Model component defines and manages how the data is presented to the user.。d)The Controller component manages user interaction (e。g。, key presses, mouse clicks, etc.) and passes these interactions to the View and the Model.。2. The statistical data show that the distribution of maintenance effort is close to? Ba)Fault repair 65%, Software adaptation 18%, Function addition or modification 17%.b)Fault repair 17%, Software adaptation 18%, Function addition or modification 65%.c)Fault repair 17%, Software adaptation 65%, Function addition or modification 18%。d)Fault repair 40%, Software adaptation 40%, Function addition or modification 20%.3。 Which statement is a wrong statement for Waterfall Model?Ba)Inflexible partitioning of the project into distinct stagesb)This model is only appropriate when the requirements are poorly understoodc)This model is difficult to respond to changing customer requirementsd)This model is appropriate when the requirements are well—understood. 4. Which one of following statements is not in the complete test coverage of a class?Ba)Testing all operations associated with an objectb)Setti...