文档库 最新最全的文档下载
当前位置:文档库 › 软件工程复习题

软件工程复习题

软件工程复习题
软件工程复习题

软件工程复习题

一.选择题

1. Which of the following is an advantage of implementing applications via the Web?

a. Security c. Reliability

b. Accessibility d. Throughput

正确答案: B

2.Coupling is a qualitative indication of the degree to which a module

A) can be written more compactly.

B) focuses on just one thing.

C) is able to complete its function in a timely manner.

D) is connected to other modules and the outside world.

正确答案: D

3. Which of these are characteristics of a good design?

A) exhibits strong coupling between its modules

B) implements all requirements in the analysis model

C) includes test cases for all components

D) provides a complete picture of the software

E) both b and d

正确答案: E

4.Which of the following are areas of concern in the design model?

A) architecture

B) data

C) interfaces

D) project scope

E) a, b and c

正确答案: E

5.Polymorphism reduces the effort required to extend an object system by

A) coupling objects together more tightly.

B) enabling a number of different operations to share the same name.

C) making objects more dependent on one another.

D) removing the barriers imposed by encapsulation

正确答案: B

6.Which of the following models can be used to represent the architectural design of a piece of software.

A) Dynamic models

B) Functional models

C) Structural models

D) All of the above

正确答案: D

7.Cohesion is a qualitative indication of the degree to which a module

A) can be written more compactly.

B) focuses on just one thing.

C) is able to complete its function in a timely manner.

D) is connected to other modules and the outside world.

正确答案: B

8. Which of the items listed below is not one of the software engineering layers?

a) Process b) Manufacturing c) Methods d)T ools

正确答案: B

9. Evolutionary software process models

a) Are iterative in nature

b) Can easily accommodate product requirements changes

c) Do not generally produce throwaway systems

d) All of the above

正确答案:D

10. The importance of software design can be summarized in a single word:

(A) accuracy (B) complexity (C) efficiency (D) quality

正确答案:D

11. Systems ____ is the process of describing, organizing, and structuring the components of a system at both the architectural level and a detailed level with a view toward constructing the proposed system.

a. design c. implementation

b. analysis d. Maintenance

正确答案:B

12. List the four design models required for a complete specification of a design in traditional software engineering method

(1) Subsystem design (2) Data design (3) Task design

(4) Architecture design (5) Interface design (6) Component-level design

(A) 1234 (B) 2345 (C) 1256 (D) 2456

正确答案:D

13. Design patterns can be used by applying in object-oriented systems.

(A). inheritance

(B). encapsulation

(C). complexity

(D). polymorphism

正确答案:B

14 。Which design model provides information for a design class diagram?

a. Deployment diagram c. Statechart diagram

b. Interaction diagram d. Package diagram

正确答案:D

15. A ____ model shows what the system is supposed to do in great detail, without

committing to any one technology.

(A).logical

(B).physical

(C). vertical

(D).horizontal

正确答案:A

16 。Developing a(n) ____ diagram is a multistep process of determining which objects work together and how they work together.

a. design class c. state machine

b. interaction d. package

正确答案:B

17. Which of the following models can be used to represent the architectural design of a piece of

software.

(A) Dynamic models

(B) Functional models

(C) Structural models

(D) All of the above

正确答案:D

18. Which of the following is an example of an interaction diagram?

a. Design class diagram c. Package diagram

b. Data access diagram d. Communication diagram

正确答案:D

19 . Process framework activities are populated with .

(A). milestones

(B). work products

(C). QA points

(D). all of the above

20 . Cohesion is a qualitative indication of the degree to which a module

(A) can be written more compactly.

(B) focuses on just one thing.

(C) is able to complete its function in a timely manner.

(D) is connected to other modules and the outside world.

正确答案:B

21. Which diagram(s) is (are) to be built in a system behavior model? (d)

(A). use-case

(B). ER diagram

(C). DFD diagram

(D). STD diagram

22. The first step in project planning is to

(A) determine software scope (B) select project team leader

(C) determine the budget (D) determine the process model

正确答案:A

23. White-box testing can use the following methods .

(A). boundary value analysis

(B). equivalence partitioning

(C). loop testing

(D). iterative testing

正确答案:A

24. The incremental model of software development is

(A) A reasonable approach when requirements are well defined.

(B) A good approach when a working core product is required quickly.

(C) The best approach to use for projects with large development teams.

(D) A revolutionary model that is not used for commercial products.

正确答案:B

25. What are not the elements that are present in every computer-based system?

(A)data (B) software (C) documentation (D) project

正确答案:C

26. The data dictionary contains descriptions of each software

(A) control item (B) data object (C) diagram (D) notation

(E) both A and B

正确答案:E

27. Evolutionary software process models .

(A). are branched in condition

(B). can easily accommodate product requirements changes

(C). generally produce throw away systems

(D). all of the above

正确答案:D

28. A decision table should be used

(A). to document all conditional statements

(B). to guide the development of the project management plan

(C). only when building an expert system

(D). when a complex set of conditions and actions appears in a component

正确答案:D

29. In the traditional approach to system development, the system stores information about ____.

(A). objects (C). methods

(B). data stores (D). data entities

正确答案:B

30.What model is created during the analysis phase of a software development proce ss?

(A) Data model (B) Linear model (C) sub-model (D)Prototyping model.

正确答案:D

31. Project ____ management involves collecting and explaining all of the key decisions, feasibility analysis, risks, benefits, schedules, and costs to the stakeholders who are funding the project.

(A). cost (C). scope

(B). schedule (D). communication

正确答案:C

32. ____ involves the creation of an object based on the template provided by the class definition.

a.Instantiation c. Activation

b.Encapsulation d. Realization

正确答案:B

33. UML design modeling focuses on the .

(A). structural model and behavioral model

(B). behavioral model and imple mentation model

(C). user model and environment model

(D). E-R model

正确答案:A

二.对错题

1.When using structured design methodologies the process of stepwise refinement is

unnecessary.

A) T rue

B) False

正确答案: B

2.The three generic phases of software engineering are definition, development, and support.(A)

3.Software development activities are easy to compartmentalize into four non-overlapping phases.

4.Project management is less important for modern software development since most projects are successful and completed on time.(B)

5. Boundary value analysis can only be used to do white-box testing.

正确答案: A

6.Using a statistical technique like decision tree analysis can provide some assistance in sorting out the true costs associated with the make-buy decision.

7.The reason for refining risks is to break them into smaller units having different consequences.

8.A task selector value is most appropriately used to determine whether to accept or reject

a given task for inclusion in the project task set.

9.People who perform software quality assurance must look at the software from the customer's perspective.

2

10.Change control is not necessary if a development group is making use of an automated project database tool.

11.System models are built to allow the system engineer to evaluate the system components in relationship to one another.

12.The use of context free questions by themselves provides an effective means of eliciting requirements information from the customer.

13.The primary purpose of an entity relationship diagram in the data model is to allow normalization of relationship tables.

14.With thorough testing it is possible to remove all defects from a program prior to delivery to the customer.

正确答案: B

15.Object-oriented designs do not need to be implemented using object-oriented programming techniques.

16. Because there are many factors to consider in any design effort, all design should be as complex as possible. ( )

17. Since modularity is an important design goal it is not possible to have too many modules in a proposed design.

A) T rue

B) False

正确答案: B

18. Software designs are refactored to allow the creation of software that is easier to integrate, easier to test, and easier to maintain.

A) T rue

B) False

正确答案: A

https://www.wendangku.net/doc/8f6212970.html,rmation hiding makes program maintenance easier by hiding data and procedure from unaffected parts of the program.

A) T rue

B) False

正确答案: A

20. In software quality assurance work there is no difference between software verification and software validation.

正确答案: B

21. One of the key problems in software reuse is the inability to find existing reusable design patterns when hundreds of candidates exist.

A) T rue

B) False

正确答案: A

22. A module should be open for extension but closed for modification. ( )

23. Frameworks and design patterns are the same thing as far as designers are concerned.

A) T rue

B) False

正确答案: B

24. Program flow chart is easier to maintain than PDL for procedural designing.

25. Project management is less important for modern software development since most projects are successful and completed on time. ( )

26. Using the concept of modularity in software design, we should try our best to subdivide software infinitely. ( )

27. Subclasses should be substitutable for base classes. ( )

28.The focus of validation testing is to uncover places that a user will be able to observe failure of the software to conform to its requirements. ( )

正确答案: A

29. Components should be loosely coupled to one another and to the external environment.

30. Improved execution performance is one of the primary benefits of object-orientedarchitectures.

31. All of random order tests are conducted to exercise different class instance life histories,

which are based on the minimum test sequence.

正确答案: A

32.Cohesion should be as cohesive as possible,Coupling should be as loose as possible.

33. Responsibilities are Attributes and methods relevant to the class.

34. Business Process Engineering (BPE) define architectures that will enable a business to use information effectively. ( )

35. Change control is not necessary if a development group is making use of an automated project database tool. ( )

36. Program flow graphs are identical to program flowcharts.

正确答案: B

三.主观题:Please give brief answers to the following questions:

1. How do object-oriented design and structured design differ? (10 pts.)

2.List three characteristics that can serve as a guide to evaluate design quality.

ANS:

Design implements all explicit requirements from the analysis model, as well as accommodating implicit customer requirements.

Design must be understandable to the people who generate the code to implement design, those who test it, and those who support it.

Design must provide a complete picture of the software, addressing the data, functional, and behavioral domains from an implementation perspective.

3.What are the four important attributes which all software products should have? Suggest four other attributes that may sometimes be significant

ANS:

For important attributes are maintainability, dependability, performance and usability. Other

attributes that may be significant could be reusability (can it be reused in other applications),

distributability (can it be distributed over a network of processors), portability (can it operate on multiple platforms) and inter-operability (can it work with a wide range of other software

systems). Decompositions of the 4 key attributes e.g. dependability decomposes to security,

safety, availability, etc. are also possible answers.

4.What are the phases of the SDLC?

ANS:

Planning,analysis,design,implementation,and support.

5.What is the difference between a software process model and a software process? Suggest

two ways in which a software process model might be helpful in identifying possible process improvements

6.Apart from the challenges of heterogeneity, rapid delivery and trust, identify other

problems and challenges that software engineering is likely to face in the 21st century

7. Please give explanations on why requirements elicitation is so difficult.

8.What is three-layer design? What are the most common layers found in three-layer

design?

ANS:

Three-layer design: a view layer,the domain layer,and the data access layer.it is very robust and flexible design for a system,the most common layers are the view layer and business logic layer

9.Why is three-layer design a good principle?

ANS:

Developers c an only pay attention to the whole structure of one layer;Can easily use new implementation to replac e the original level of implementation; Can reduc e the dependenc ies betw een layer and layer;Easy to standardization;The reuse of the benefit of each layer logic

10. What are functional requirements?

ANS:

Functional requirements define the functions or user services that will be supported by the system. Such things as support of business processes and reports are included in func tional requirements

11.What is the purpose of a package diagram? What notation is used? Show an example

ANS:

Package diagrams can use packages containing use cases to illustrate the functionality of a software system.

Package diagrams can use packages that represent the different layers of a software system to illustrate the layered architecture of a software system.

12.What is the difference between analysis and design? List the activities of the design phase

of the SDLC.

ANS:

Analysis is for discovery and understanding. Its purpose is to develop requirements. Design is for structuring and developing a solution. While analysis looks at problem issues and the problem domain, design looks at solution issues and the solution system

?Design and integrate the network.

?Design the application architecture.

?Design the user interfaces.

?Design the system interfaces.

?Design and integrate the database.

?Prototype for design details.

?Design and integrate the system controls

13. Explain what is wrong with the notion that software engineering is too time

consuming and interferes with a programmer's productivity.

14.Describe the principle of information hiding as it applies to software design.

ANS:

The principle of information hiding implies that modules only share information with each other on a "need to know" basis to achieve some specific software function. Hiding enforces the procedural constraints to both the module procedural detail and any data structures local to the module.

15.W hat are the differences between generic software product development and custom

software development?

16. Explain the role of each element of the conventional analysis model: data

dictionary, entity relationship diagram, and data flow diagram.

17.What are the elements that make up a software architectural style?

ANS:

Set of components that perform required system functions.

Set of connectors allowing communications among the components.

Constraints describing how the components maybe integrated to form a system.

Semantic models that enable the designer to understand the overall system properties by analyzing the known properties of its components.

18.How is a transaction center different from a transform center in a data flow diagram? ANS:

Transaction centers convert an external information flow into one of many action paths inside the system. Transform centers map the incoming external information into outgoing external world information.

19.List the four design models required for a complete specification of a software design and the role of each.

ANS:

Data design - high level model depicting user’s view of the data or information. Architecture design –shows relationships and collaborations among specific analysis model software and hardware elements

Interface design - interface depicts a set of operations that describe the externally

observable behavior of a class and provides access to its operations

Component-level design - Describes the internal detail of each software component

20.What is the primary objective of systems design?

21.How is a transaction center different from a transform center in a data flow diagram? ANS:

Transaction centers convert an external information flow into one of many action paths inside the system. T ransform centers map the incoming external information into outgoing external world information.

22.What is the difference between a software process model and a software process? Suggest two ways in which a software process model might be helpful in identifying possible process improvements

23.Describe the differences between a design pattern and a framework.

ANS:

Design patterns are more abstract than frameworks. Frameworks are often code-based. Frameworks can contain design patterns, but design patterns cannot contain frameworks. Design patterns are less specialized than frameworks.

24.What are the elements that make up a software architectural style?

ANS:

Set of components that perform required system functions.

Set of connectors allowing communications among the components.

Constraints describing how the components maybe integrated to form a system.

Semantic models that enable the designer to understand the overall system properties by analyzing the known properties of its components.

25. Describe the process of management if your customer requests a new function being added to the current product.

四.Case study

1). Given the description of a system, please analyze the system requirements and complete the requested models.

Water-Monitoring System description: The water-monitoring system is to gather data at many points throughout a river valley. At the collection sites, several calculations are done according to the data (date, direction, level, flux, rainfall, etc.) and the results (statistics, forecast, summary report, etc.) are communicated to a central location for comprehensive reporting. An automatically generated report mainly contains charts and tables of all kinds of data collected from different locations, together with a summary document. Different department is allowed to access different part of a report.

1. Please formulate your project scheduling and track plan.

2. Please draw the data flow diagram for the system.

3. Please design the system architecture.

4. Please draw the class diagrams and specify the relationships between objects.

2).

Course Registration System

The School of Information and Electronic Engineering is one of biggest schools in Zhejiang University of Science and Technology.

As part of teaching administration, staffs and students use an old system. The Dean is convinced that the current system has been outgrown, as they have been receiving increased complaints from staff and students, and also because other Universities have released totally revamped and highly functional computer system to their schools. The current system is a text-based system operating on standalone PCs. In the current system duplication of data entry and lack of networking are both causing great difficulty. Furthermore they recognize the need for access to the internet.

The school has about 110 faculties (located in one building), most of whom require computer access. Meanwhile there are almost 2000 students who live in Hangzhou city. The Dean have awarded you (a consultant from super systems consulting) a contract to specify and design a new computer system. They will be guided by your expertise as to what you consider to be the best solution to their problems.

The assignments are considered primarily as a learning experience. Y our assignments should demonstrate a complete understanding of the main issues and the ability to apply the underlying principles as insights into practical case studies. The emphasis in this exercise is to highlight the type of information to include in the analysis of an information system. Y ou should make assumptions on any information that has not been included, and which you believe is necessary to specify your system. It is the structure, type and consistency of information you include and how this information is communicated which is critical, the exact detail of your solution is of lesser importance, as there is no one correct solution.

Analyze the narrative provided above and answer the questions below.

Write your answers in the examination booklet.

1.Draw a use case diagram for the registration process.

https://www.wendangku.net/doc/8f6212970.html,pile an event table for the registration activities. Include triggers, sources, essential

activities, responses and destinations for each event.

3.Draw an analysis class diagram for the registration system.

3)Given the description of the Football Player System, please analyze the system requirements and complete the requested models.

Football Player System description: The system is to control the motion of robots in a multi-robot football competition. The software must be able to decode the images obtained by the cameras in the robots’ eye s, analyze the information and judge the current state of the field (i.e. the positions of collaborators, rivals, and the ball). Then the system is supposed to send a signal of action (i.e. forward, backward, turn, or stop) to the engine. At the mean time, the software must be able to recognize foul plays. The system can be connected to the main server and be loaded with

knowledge such as the rules and strategies of the competition.

1. Please draw the data flow diagram for the system.

2. Please give the 4 most important data dictionary cards.

3. Please draw the system state transition diagram.

常用工具软件期末考试试题及部分答案

精品文档 《 常用工具软件 》课程试卷 一、单选题(2分*10=20分) 1. Winamp 媒体播放器不能支持的音频格式为:(D ) A. MP3 B. MP2 C. XM D. RM 12 2. 超级解霸全屏显示的快捷键为:(A ) A. Ctrl+Home B. Shift+Home C. Ctrl+C D. Shift+C 3.使用SnagIt 进行屏幕捕捉时,如果希望捕捉一个菜单的一部分菜单选项,应该使用以下哪种模式:( B ) A.屏幕模式 B. 区域模式 C. 窗口模式 D. 活动窗口模式 4.在使用防毒软件Norton AntiVirus 时,隔离区中的文件与计算机的其他部分相隔离,它们( A ) A.无法进行传播或再次感染用户的计算机 B.可以进行传播或再次感染用户的计算机 C.无法进行传播,但能再次感染用户的计算机 D.可以进行传播,但不能再次感染用户的计算机 5.用ACDSee 浏览和修改图像实例时,用户可以对图片进行修改的类型为:( C ) A.颜色、透明度 B.颜色、形状及文件格式 C.颜色、透明度、形状及文件格式 D.透明度、形状及文件格式 6.SnagIt 提供的捕获对象为:(B ) A.【视频捕获】、【图像捕获】、【音频捕获】、【文字捕获】和【网络捕获】 B.【图像捕获】、【文字捕获】、【视频捕获】、【网络捕获】和【打印捕获】 C.【图像捕获】、【音频捕获】、【网络捕获】、【视频捕获】和【打印捕获】 D.【视频捕获】、【文字捕获】、【音频捕获】、【网络捕获】和【打印捕获】 7.WinRAR 是一个强大的压缩文件管理工具。它提供了对RAR 和ZIP 文件的完整支持,不能解压( B )格式文件 A.CAB B.ArP C. LZH D. ACE 8.豪杰超级解霸3000的多功能调节,可对影片的(A )进行任意调节。 A.色差、亮度、播放速度以及声音的左声、右声、立体声和立体混合声 B.色差、透明度、形状及文件格式 C.亮度、播放速度、形状及文件格式 D.声音的左声、右声、立体声、立体混合声和文件格式 9.RealOne Player 提供了( C )种播放模式。 A. 1 B. 2 C. 3 D. 4 10.在以下选项中,网际快车(FlashGet )不具有的功能为:( D ) A.断点续传 B.多点连接 C.镜像功能 D.加快网速 三、填空题(2分*20空=20分) 1、软件安装类型可分为三种_____________、________________、___________________。 2、列出三个常用的下载工具软件名称_____________、________________、___________________。 3、列出三个常见的图像格式_____________、________________、___________________。 4、列出三个常用的视频播放软件名称_____________、________________、 得分 评分人 得分 评分人 线 订 装 班级: 姓名: 学号:

《土木工程制图》模拟试题三

装 订 线 内 不 得 答 题 自 觉 遵 守 考 试 规 则,诚 信 考 试,绝 不 作 弊

2.剖面图的剖切位置符号应于下列哪一个图样中绘出( )。 A.立面图 B.剖面图 C.底层平面图 D.标准层平面图 3.立面图中的室外地坪线用什么线型绘制( )。 A.1.4b的粗实线 B.1.2b的粗实线 C. l.lb粗实线 D.O.5b中实线4.基础图通常包括基础平面图和什么图( )。 A.基础立面图 B.基础剖面图 C.基础断面因 D.基础详图 5.在一五层高的住宅建筑中,下列哪一个楼梯平面图没有折断线( )。 A.底层楼梯平面图 B.二层楼梯平面图 C. 标准楼梯平面图 D.顶层楼梯平面图 6.剖切位置线的长度约为多少mm( )。 A.4-6 B.6-10 C.6 - 8 D. 8 - 10 7.若采用1:10比例绘制,3600mm长的线应画成多少mm长的线( )。 A.3.6 B.36 C.360 D.3600 8.线型加深时,一般的顺序是( )。 A.先曲后直 B.先虚后实 C.先直后曲 D.以上都不对 9.下列连接方式中,不属于钢结构连接方式的有( )。 A.焊接 B.预理件连接 c.螺栓连接 D.铆钉连接 10.当焊缝分布不规则或为断续时,在标注焊缝代号的同时,宜在焊缝处加粗线,该粗线表示( )。 A.正面焊缝 B.背面焊缝 C.正背面均有焊缝 D.以上都不对 三、绘图题(14分) 根据楼梯剖视图,完成下页的楼梯底层平面图及二层平面图,要求尺寸、标高及标注完整。

装 订 线 内 不 得 答 题 自 觉 遵 守 考 试 规 则,诚 信 考 试,绝 不 作 弊

软件工程复习考试题库带答案完整版

一、选择题 1、白盒测试法是通过分析程序的(C)来设计测试用例的。 A.应用范围B.功能 C.内部逻辑 D.输入数据 2、风险预测从两个方面评估风险,即风险发生的可能性以及(D)。 A.风险产生的原因 B.风险监控技术 C.风险能否消除D.风险发生所产生的后果 3、极限编程(XP)由价值观、原则、实践和行为四部分组成,其中价值观包括沟通、简单性和(C)。 A.好的计划 B.不断的发布 C.反馈和勇气 D.持续集成 4、等价分类法的关键是(C)。 A.确定等价类的边界条件 B.按照用例来确定等价类 C.划分等价类 D.确定系统中相同和不同的部分 5、下列不属于黑盒测试的技术是(A)。 A.程序段或语句的功能 B.模块的接口 C.数据的名称和用途D.模块的功能 6、为了提高模块的独立性,模块之间最好是(D)耦合。 A.控制耦合 B.公共耦合 C.内容耦合D.数据耦合 7、一个软件开发过程描述了“谁做”,“做什么”,“怎么做”和“什么时候做”,RUP用(A)来表述“谁做”。 A.角色 B.活动 C.制品D.工作流 8、功能性注释嵌入在源程序内部,它是用来说明(A)。 A.程序段或语句的功能B.模块的接口 C.数据的名称和用途 D.模块的功能 9、在结构化分析方法中,数据字典是重要的文档。对加工的描述是数据字典的组成内容之一,常用的加工描述方法有( C )。 A.只有结构化语言B.有结构化语言和判定树 C.有结构化语言、判定树和判定表 D.有判定树和判定表 10、某银行为了使其网上银行系统能够支持信用卡多币种付款功能而进行扩充升级,这需要对数据类型稍微进行一些改变,这一状况需要对网上银行系统进行(B)维护。 A.正确性 B.适应性 C.完善性 D.预防性 11、软件危机的主要原因是(A)。 A软件本身特点与开发方法?B对软件的认识不够 C软件生产能力不足D软件工具落后 12、DFD是常用的进行软件需求分析的图形工具,其基本符号是(C)。 A.输入、输出、外部实体和加工

电大软件工程模拟试题(2)

软件工程模拟试题二 一、选择题,请从四个可选项中选择正确答案。(60分,每题3分) 1.以下哪一项不是软件危机的表现形式() A.成本高 B.生产率低 C.技术发展快 D.质量得不到保证 2.哪种模型分批地逐步向用户提交产品,每次提交一个满足用户需求子集的可运行的产品。()A.演化模型 B.喷泉模型 C.原型模型 D.螺旋模型 3.可行性研究的目的不包括() A.分析开发系统的必要性 B.确定系统建模的方案 C.分析系统风险 D.确定是否值得开发系统 4.可行性分析研究的费用大约是项目总经费的()。 A.2% B.8% C.20% D.50‰ 5.在E-R 模型中,包含以下基本成分()。 A.数据、对象、实体 B.控制、联系、对象 C.实体、联系、属性 D.实体、属性、联系 6.软件需求分析产生两个重要文档,一个是软件需求规格说明书,另一个是()。 A.软件维护说明书 B.概要设计说明书 C.可行性报告 D.初步用户手册 7.内聚程度较低的是()。 A.通信内聚 B.过程内聚 C.顺序内聚 D.时间内聚 8.概要设计是软件系统结构的总体设计,以下选项中不属于概要设计的是() A.把软件划分成模块B确定模块之间的调用关系

C.确定各个模块的功能 D.设计每个模块的伪代码 9.UML 语言支持的建模方式不包括有()。 A.静态建模 B.动态建模 C.模块化建模 D.功能建模 10.以下哪一项不是面向对象的特征。() A.多态性 B.继承性 C.封装性 D.过程调用 11.面向对象设计首先要确定系统的总体结构和风格,构造系统的()。 A.逻辑模型 B.物理模型 C.数据模型 D.用例模型 12.面向对象设计的步骤中,正确的顺序是()。 A.系统构架设计、用例设计、类设计 B.系统构架设计、数据库设计和用户界面设计 C.类设计、用例设计、构架设计 D.用例设计、构架设计、类设计 13.类有3种类型,即()。 A.边界类、实体类、控制类 B.实体类、控制类、界面类 C.控制类、实体类、虚类 D.界面类、控制类、公共类 14.()是一般化类与特殊化类之间的一种关联形式,设计时应该适当使用这种耦合。 A.消息连接 B.参数传递 C.方法重写 D.继承 15.结构化程序设计主要强调的是()。 A.程序的规模 B.程序效率 C.程序语言的先进性 D.程序易读性 16.下列关于功能性注释不正确的说法是()。 A. 功能性注释嵌在源程序中,用于说明程序段或语句的功能以及数据的状态 B. 注释用来说明程序段,需要在每一行都要加注释 C. 可使用空行或缩进,以便很容易区分注释和程序 D. 修改程序也应修改注释 17.软件测试的目的是()。 A.评价软件的质量 B.发现软件的错误

计算机常用工具软件试题1

模块一测试题 一、单选题 1.使用PartitionMagic创建新分区时,默认的文件系统类型是() Ext2 2、DOS方式下,要将映像文件恢复到分区中,以下操作正确的是() A、”local”----“disk” -----“to image” B、”local”----“disk” -----“from image” C、”local”----“partition” -----“to partition” D、”local”----“partition” -----“from image” 3、关于windows注册表,下列说法错误的是() A、注册表只存储了有关计算机的软件信息,硬件配置信息无法保存 B、注册表是一个树状分层的数据库系统 C、有些计算机病毒会恶意改注册表,达到破坏系统和传播病毒的目的 D、用户可以通过注册表来调整软件的运行性能 4.创建分区时,关于簇的设置,以下说法正确的是() A. 簇的大小与磁盘性能与空间没关系 B.簇的值越大,磁盘性能越好,但空间浪费较大 C. 簇的大小有文件系统格式决定,不能修改 D.只在NTFS文件系统中才有簇的概念,FAT16/FAT32中没有簇 5.关于PartitionMagic的转换分区格式,以下说法正确的是() A.在Windows98中运行PartitionMagic也能完成NTFS、FAT16、FAT32相互转换 B.分区被转换为主分区后,将自动将系统文件复制到该分区使其具有系统启动功能 C.只能将逻辑转换为主分区,但不能将主分区转换为逻辑分区 D.以上说法均不正确 6. PartitionMagic中,要对当前选中的分区格式化操作,可使用( )菜单中的“格式化”命令。 A. 工具 B. 任务 C.分区 D. 文件 7.关于windows的注册表,下列说法错误的是() A、有些计算机病毒会恶意更改注册表,达到破环系统的目的 B、注册表是一个树状分层的数据库系统 C、用户可以通过注册表来调整软件的运行性能 D、注册表只存储了有关计算机的软件信息,硬件配置信息无法保存 8.要删除Dreamweaver应用程序以下方法正确的是() A.直接删除桌面的快捷方式键 B.找到应用程序文件夹将其删除 C.删除开始菜单中的应用程序菜单 D.使用Windows优化大师进行软件智能卸载 9.在计算机中,注册表的数据结构的形状为() A. 星状B、环形状C、网状D、树状 15.以下软件中,不属于系统优化、测试软件的是() A、EVEREST UItimate B、Norton Ghost C、HWiNFO D、Windows 优化大师 10.一键GHOST的功能不包括()。 A、创建内存映像文件 B、为C分区创建备份文件 C、将映像文件还原到另一个硬盘上 D、DOS工具箱功能 11.优化大师不可以使用设置向导优化的是() A、磁盘缓存 B、系统安全 C、文件系统 D、网络系统 优化大师提供的域名解析优化的作用是( ) A 加快系统运行速度 B 加快上网的浏览速度 C 阻截了上网时弹出的窗口 D 清理历史记录 13.在自动优化时,Windows优化大师将注册表进行了备份,生成的备份文件名是() A Auto B Auto Opti C Auto Opti .womb D . 优化大师进行注册表清理时,单用户的系统清理工作主要集中于() A HKEY_CURRENT_USER和HKEY_LOCAL_USERS B. HKEY_CURRENT_USER\HKEY_USERS和HKEY_LOCAL_MACHINE C HKEY_USERS和HKEY_LOCAL_MACHINEE D HKEY_CURRENT_USER和HKEY_LOCAL_MACHINE 15.关于磁盘缓存,以下说法正确的是() A 磁盘缓存可以加速磁盘的读取速度,因此磁盘缓存越大越好 B 磁盘缓存就是在硬盘上开辟的一块存储区域 C 磁盘缓存的大小要视物理内存的大小和任务的多少来决定 D 以上说法均不正确 16.关于Windows优化大师提供的域名解析优化功能,以下说法正确的是() A 必须在互联网接通的情况下才能进行域名解析优化 B 默认情况下,Windows优化大师自动对收藏夹中的网址进行域名解析 C 一般情况下,经常变换IP 地址的网站需要域名解析 D 拥有固定IP 地址的网站根本不需要域名解析服务 17.要想取消开机自启动程序的运行,可使用Windows优化大师系统性能优化中的() A 文件系统优化 B 开机速度优化 C 桌面菜单优化 D 系统安全优化 18.( ) 即以太网上的点对点协议,目前该接入方式广泛应用在ADSL接入方式中。 A ISDN B PPPOE C XDSL D Cable Modem 二.填空题: 1、对于一个FAT16格式的分区容量不超过______。 2、PartitionMagic的最大特点是在___________硬盘数据的情况下,可以进行各种分

工程制图模拟题三份(带答案)

六、在指定位置用1:1的比例画出指定的断面图(键槽深3mm) 2.半剖视图 四、完成左视图(虚线全部画出), 注全图中的尺寸(不注数值,但要注写φ等符号,16分) φ φ C 五、根据主左视图求作俯视图(虚线全部画出,10分) φ C 二、完成圆锥截切后的投影(8分) x a e(f) b b′d c o e′ f′ a′ d′ c′工程制图模拟试卷 一、作一正平线MN与AB、CD、EF三直线均相交。 (8分) 三、补全视图中的漏线 1.虚线需全部画出 专业: 姓名: 成绩: (15分)C--C φ (6分) 第1页(共6页)

56 φ52H 7 φ88 八、找出下图中螺纹连接画法的错误,把正确画法画在指定位置。(10分) 234184 12.5 120 R25 4-φ20 A 5 A-A k 100 16 A 16 30 60 k 20 2-M10深16 七、补画主视图(半剖)中的漏线,并画出取全剖的左视图。 (12分) 九、读图,完成下列问题。(15分) φ120 2、尺寸φ52H7中,φ52为___________,H为________,7为__________查表知其公差值为0.064,则其上偏差为________,下偏差为_______。 3、标注下列表面的粗糙度:①φ52H7圆柱面Ra为6.3 ②底面的Ra为12.5 ③其余表面不加工 4、解释2-M10深16的含义,2___________M____________,10________,深16________ 5、完成A—A剖视图 64 32 32 812.5 12.5 8 1、补出图中遗漏的三个尺寸(不写尺寸数值)

软件工程题库及答案

一、选择题 软件(2) 1.在软件开发的各种资源中,( D )是最重要的资源。 A 开发工具 B 方法 C 硬件环境 D 人员 2.软件的复杂性是(A ),它引起人员通信困难、开发费用超支、开发时间超时等问题。 A 固有的 B 人为的 C 可消除的 D 不可降低的 3.3:软件是计算机系统中与硬件相互依存的另一部分,它的组成部分是(D )。 A.程序、数据 B.程序、文档 C.程序 D. 程序、数据、文档 4.软件是一种(B )产品。 A、有形 B、逻辑 C、物质 D、消耗 软件危机(1) 5.1:开发软件所需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称做( C ) A.软件工程 B.软件周期 C.软件危机 D.软件产生 6.2:在软件生产的程序系统时代由于软件规模扩大和软件复杂性提高等原因导致了 ( A ) A.软件危机B.软件工程C.程序设计革命D.结构化程序设计 7.3:以下哪一项不是软件危机的表现形式( C ) (A)成本高(B)生产率低 (C) 技术发展快(D)质量得不到保证 8.4:“软件危机”产生的主要原因是( A )。 A.软件日益庞大 B.开发方法不当 C.开发人员编写程序能力差 D.没有维护好软件 9.5:软件危机是指在软件开发和( C )过程中遇到的一系列严重问题。 A 开发 B 使用C维护D更新 软件工程(2) 10.1:为了解决软件危机人们提出了用(B )的原理来设计软件,这就是软件工程诞生 的基础。 (A) 运筹学(B) 工程学(C) 软件学(D) 数学 11.2.在软件工程时期,决定软件质量的主要因素是( A )

A.管理水平 B.个人程序技术C.小组技术水平 D.硬件的发展 12. 3. 软件管理工作涉及到的直接对象不包括( B )。 A.软件开发人员 B.硬件设备 C.项目经费 D.软件项目 13. 4. 软件工程方法学有三个要素,它们是(A ) A.方法、工具和过程 B.质量、进度和成本 C.顺序、分支和循环 D.入口、过程、出口生命周期及模型(5) 14.1:软件工程中描述生命周期的瀑布模型一般包括计划、( A )、设计、编码、测试、维 护等几个阶段。 A.需求分析 B.需求调查 C.可行性分析 D.问题定义 15. 2.瀑布模型把软件生存周期划分为软件计划、软件开发与(C )三个阶段,而每一阶 段又可分为若干更小的阶段。 A. 详细设计 B. 可行性分析 C. 运行与维护 D. 测试与排错 16.3:下列哪个模型没有采用迭代的思想(A ) A.瀑布模型 B.渐增模型C.螺旋模型 D.RUP模型 17.4:下列关于瀑布模型的描述正确的是( D )。 A.利用瀑布模型,如果发现问题修改的代价很低 B.瀑布模型的核心是按照软件开发的时间顺序将问题简化 C.瀑布模型具有良好的灵活性 D.瀑布模型采用结构化的分析与设计方法,将逻辑实现与物理实现分开 18.5:瀑布模型本质上是一种(A )模型。 A.线性顺序 B.顺序迭代 C.线性迭代 D.早期产品 19. 6. 快速原型模型的主要特点之一是( D ) A.开发完毕才见到产品 B.及早提供全部完整的软件产品 C.开发完毕后才见到工作软件 D.及早提供工作软件 20.7:瀑布模型的关键不足在于( B ) (A)过于简单(B)不能适应需求的动态变更 (C)过于灵活(D)各个阶段需要进行评审 21.8:瀑布模型存在的问题是( D )。 A.用户容易参与开发 B.缺乏灵活性C.用户与开发者易沟通 D.适用可变需求 问题定义(1)

软件工程模拟题

[模拟] 软件工程 选择题 第1题: 软件工程方法学的三要素是______。 ①方法②项目管理③过程④开发语言⑤工具 A.①②③ B.①②⑤ C.②③④ D.①③⑤ 参考答案:D 软件工程方法学包含三个要素:方法、工具和过程。方法是指完成软件开发的各项任务的技术方法;工具是指为运用方法而提供的软件工程支撑环境;过程是指为获得高质量的软件所需要完成的一系列任务的框架。 第2题: 螺旋模型的开发实施和______基本相吻合。 A.智能模型 B.快速原型模型 C.喷泉模型 D.V模型 参考答案:B 第3题: 软件设计一般分为外部设计和内部设计,它们之间的关系是______。 A.全局和局部 B.抽象和具体 C.总体和层次 D.没有关系 参考答案:A 这里所说的外部设计实际上是指概要设计,内部设计就是详细设计。概要设计的工作是:·采用某种设计方法,将一个复杂的系统按功能划分成模块;·确定每个模块的功能;·确定模块之间的调用关系;·确定模块之间的接口,即模块之间传递的信息;·评价模块结构的质量。而详细设计的工作是:·为每个模块进行详细的算法设计。用某种图形、

表格、语言等工具将每个模块处理过程的详细算法描述出来。·为模块内的数据结构进行设计。对于需求分析、概要设计确定的概念性的数据类型进行确切的定义。·对数据结构进行物理设计,即确定数据库的物理结构。物理结构主要指数据库的存储记录格式、存储记录安排和存储方法,这些都依赖于具体所使用的数据库系统。可见,这是一个全局和局部的关系,概要设计划分好模块,而详细设计定义每个模块如何工作。 第4题: 瀑布模型把软件生命周期划分为三个阶段,它们分别是:计划阶段、开发阶段和______。 A.可行性分析阶段 B.运行阶段 C.详细计划阶段 D.测试与排错阶段 参考答案:B 瀑布模型的软件生命周期分为计划阶段、开发阶段和运行阶段(即维护阶段)三个大的阶段,这三个阶段又可细分为:可行性研究、软件需求分析、系统总体设计、详细设计、编码、测试、运行维护几个小的阶段。 第5题: 瀑布模型(Waterfall Model)突出的缺点是不能适应______的变动。 A.算法 B.开发或应用平台 C.程序语言 D.用户需求 参考答案:D 瀑布模型有许多优点:可强迫开发人员采用规范的方法;严格规定了各阶段必须提交的文档;要求每个阶段结束后,都要进行严格的评审。但瀑布模型过于理想化,而且缺乏灵活性,无法在开发过程中逐渐明确用户难以确切表达或一时难以想到的需求,有时可能直到软件开发完成之后才发现与用户需求有很大距离,此时必须付出高额的代价才能纠正这一偏差。 第6题: 如果一个模块内各功能部分都使用了相同的输入数据,或产生了相同的输出数据,则称为______模块。 A.功能内聚 B.顺序内聚 C.通信内聚 D.过程内聚

常用工具软件考试题及答案说课讲解

常用工具软件考试题 及答案

一.判断题(每小题1分,共10分) 3. 压缩文件管理工具WinRAR只能压缩文件,不能对文件进行解压。(错) 4. Internet上所有电子邮件用户的E-mail地址都采用同样的格式:用户名@主机名。(对) 5. Adobe Acrobat Reader可以解压缩文件。(错) 6. ACDSee是目前最流行的数字图像处理软件,它能广泛应用于图片的获取、管理、浏览、优化,甚至和他人的分享。(对) 10. 系统长时间使用之后,会留下一堆堆垃圾文件,使系统变得相当臃肿,运行速度大为下降,但是系统不会频繁出错甚至死机。(对) 二.选择题(每小题2分,共40分) 1、下列不属于媒体播放工具的是() A、暴风影音 B、千千静听 C、Realone Player D、WinRAR 2、以下几种方法中()不能正常退出工具软件。 A、执行【文件】︱【关闭】命令 B、双击标题栏左侧的系统标 C、单击标题栏右侧的关闭按钮 D、双击标题栏 3、CuteFTP具有网际快车不具备的功能是:() A、视频播放 B、下载文件 C、断点续传 D、上传文件 4、WinRAR不可以解压下列哪些格式的文件() A、RAR B、ZIP C、CAB D、RSB 5、Adobe Acrobat ReadeR可以阅读的文件格式() A、doc B、pdf C、dbf D、txt 6、ACDSee不能对图片进行下列哪种操作() A、浏览和编辑图像 B、图片格式转换 C、抓取图片 D、设置墙纸和幻灯片放映 7、Windows优化大师提供的文件系统优化功能包括() ①优化磁盘缓存②优化桌面菜单③优化文件系统。 A、①② B、②③ C、①②③ D、①③ 8、关于Symantec Ghost软件,下列说法中错误的是:() A、可以创建硬盘镜像备份文件 B、备份恢复到原硬盘上 C、不支持UNIX系统下的硬盘备份 D、支持FAT16/32、NTFS、OS/2等多种分区的硬盘备份 10、分区魔术师PartitionMagic不具有的功能是( )。 A、创建系统备份 B、创建新分区 C、调整分区大小 D、合并分区 11、下列哪一个软件属于光盘刻录软件( A ) A、Nero-Buring Room B、Virtual CD C、DAEMON Tools D、Iparmor 15、用ACDSee浏览和修改图像实例时,用户可以对图片进行修改的类型为() A、颜色、透明度 B、颜色、形状及文件格式 C、颜色、透明度、形状及文件格式 D、透明度、形状及文件格式 17、不属于计算机病毒的特征是:() A、破坏性 B、潜伏性 C、隐蔽性 D、预知性 20、关于Windows优化大师说法不正确的是:( C ) A、可检测硬件信息 B、可备份系统驱动 C、可制作引导光盘镜像文件 D、可清理系统垃圾 三.填空题(每小题2分,共20分) 仅供学习与交流,如有侵权请联系网站删除谢谢2

工程制图模拟试题及答案

工程制图模拟试卷 说明:本模拟试卷仅仅是模拟课程考核会出现的题型和题量,并不说明本模拟试卷的题目里的内容一定会是真正的考核题。切记。 一、单项选择题(每小题 分,共 分) 已知主、左视图,正确的俯视图是 。 已知圆锥被切割后的主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。

已知主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。

已知主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。 已知主、俯视图,正确的左视图是 。 .画法正确的 断面图是 。

.表示正确的螺纹俯视图是 。 二、填空题。(每空 分,共 分) .阅读下列零件图,并回答下列问题。(每空 分,本题共 分) ( )表达此零件的视图共有 个,根据所采用的表达方法这四个视图的分别为 图, 图, 图, 图。

( )图中机件开螺纹孔的地方有 处,机件底座共开 个光孔,其中Φ 的小孔 个。 ( )零件上要求最高的表面粗糙度为 ,最低的表面粗糙度为 , 底面的表面粗糙度为 。 ( )ф 中的基本尺寸是 , 是孔的公差带代号,上偏差是 , , ,下偏差是 , , 。 、参看教材 图 管路布置图示例,看懂此图回答问题(本题每空 分,共 分) ( )本图列出编号的管道有 种,管道的规格有 种。控制点有 个,就地安装的控制点有 个。 ( )在 立面图中,连接设备 和设备 的管道是一根还没有标注的管道,该管道的标注可从平面图对应的管道读出,其管道编号及规格为 ,该接管有 个 弯管,管子的水平段安装标高约为 米,管子总长约 米,该管道接上 个阀门,阀门的手轮方位指向 方。( )设备 的下方管道的编号及规格为 ,该接管有 个 弯管,管子总长约 米。 三、已知 、 、 、 点及其连线均在圆锥截切体面上,求: ( )该截切体的左视图。( 分) ( ) 、 、 、 点其连线在左、俯视图上投影。( 分)

软件工程试题库集及答案

综合练习一答案 选择题: 1.软件危机出现于____,为了解决软件危机,人们提出了用____的原理来设计软件,这是软件工程诞生的基础。 A.50年代末B.60年代初C.60年代末D.70年代初 A.运筹学B.工程学C.软件学D.软件学E.数字2.开发软件需高成本和产品的低质量之间有着尖锐的矛盾,这种现象称作____。 A.软件投机B.软件危机C.软件工程D.软件产生 3.产生软件危机的原因有如下几点,除了______。 A、软件开发过程未经审查 B、软件开发不分阶段,开发人员没有明确的分工 C、所开发的软件,除了程序清单外,没有其他文档 D、采用工程设计的方法开发软件,不符合软件本身的特点 4.软件工程学是应用科学理论和工程上的技术指导软件开发的学科,其目的是____。 A.引入新技术提高空间利用率B.用较少的投资获得高质量的软件 C.缩短研制周期扩大软件功能D.硬软件结合使系统面向应用5.请按顺序写出软件生命期的几个阶段____,____ ,____,____,____,____。 A.维护B.测试C.详细设计D.概要设计E.编码F.需求分析6.瀑布模型把软件生存周期划分为软件定义、软件开发和____三个阶段,而每一阶段又可细分为若干个更小的阶段。 A.详细设计B.可行性分析C.运行及维护D.测试与排错7.划分软件生存周期的阶段时所应遵循的基本原则是_____。 A、各阶段的任务尽可能相关性 B、各阶段的任务尽可能相对独立 C、各阶段的任务在时间上连续 D、各阶段的任务在时间上相对独立 8.一个软件项目是否进行开发的结论是在______文档中作出的。 A、软件开发计划 B、可行性报告 C、需求分析说明书 D、测试报告 9.分析员是____。 A.用户中系统的直接使用者B.用户和软件人员的中间人 C.软件的编程人员D。用户和软件人员的领导

软件工程模拟试卷和答案

北京语言大学网络教育学院 《软件工程》模拟试卷一 注意: 1.试卷保密,考生不得将试卷带出考场或撕页,否则成绩作废。请监考老师负责监督。 2.请各位考生注意考试纪律,考试作弊全部成绩以零分计算。 3.本试卷满分100分,答题时间为90分钟。 4.本试卷分为试题卷和答题卷,所有答案必须答在答题卷上,答在试题卷上不给分。 一、【单项选择题】(本大题共15小题,每小题2分,共30分)在每小题列出的四个选项中只有一个选项是符合题目要求的,请将正确选项前的字母填在答题卷相应题号处。 1、在软件开发领域中,“描述了实现概念模型的软件解决方案”的系统模型被称为()。 [A] 设计模型[B] 软件模型[C] 实现模型[D] 部署模型 2、一般来说,整个需求的主体是()。 [A] 功能需求[B] 性能需求 [C] 外部接口需求[D] 设计约束 3、总体设计的第二阶段是()。 [A] 初始设计[B] 详细设计[C] 复审阶段[D] 精化设计 4、在模块内聚类型中,常常通过研究流程图确定模块的划分,得到的是()。 [A] 逻辑内敛[B] 顺序内敛[C] 功能内敛[D] 过程内敛 5、一个模块直接控制(调用)的下层模块的数目称为模块的()。 [A] 扇入[B] 扇出[C] 深度[D] 宽度 6、UML术语中,限定符常被用在()。

7、UML 提供的13种图形化工具中,用于概念模型和软件模型静态结构的是( ) 8、RUP 的迭代、增量式开发规定的4个阶段不包括( )。 9、根据RUP 实现的活动,输入为设计类,活动为实现类,则输出为( )。 10、软件评估可分为静态评估和动态评估,其中属于动态评估技术的是( )。 11、黑盒测试技术,又称为( )。 12、若有语句if(A<1 and C>0)then B=1/C else B=1/A ,选用类似数据A=2,C=1;A=-2,C=1;A=2,C=-1;A=-2,C=-1;得到不同B 的值,这种测试策略为( )。 13、在两种模型的基础上,螺旋模型加入两者所忽略的风险分析,这两者是( )。 [A] 瀑布模型和增量模型 [B] 瀑布模型和演化模型 [C] 喷泉模型和增量模型 [D] 喷泉模型和演化模型 14、在软件生存周期模型中,主要用于支持面向对象技术的软件开发模型是( )。 15、CMMI 能力等级中的第一级为( )。 [A] 依赖关系 [B] 泛化关系 [C] 关联关系 [D] 细化关系 [A] 用况图 [B] 状态图 [C] 类图 [D] 活动图 [A] 评审阶段 [B] 构造阶段 [C] 移交阶段 [D] 精化阶段 [A] 用况 [B] 子系统 [C] 接口 [D] 构件 [A] 评审 [B] 走查 [C] 形式化证 明 [D] 软件测试 [A] 功能测试 [B] 结构测试 [C] 系统测试 [D] 集成测试 [A] 定义域测试 [B] 等价类测 试 [C] 路径测试 [D] 事物流测 试 [A] 演化模型 [B] 增量模型 [C] 喷泉模型 [D] 螺旋模型

常用工具软件期末考试试题及部分答案汇编

学习-----好资料 《 常用工具软件 》课程试卷 一、单选题(2分*10=20分) 1. Winamp 媒体播放器不能支持的音频格式为:(D ) A. MP3 B. MP2 C. XM D. RM 12 2. 超级解霸全屏显示的快捷键为:(A ) A. Ctrl+Home B. Shift+Home C. Ctrl+C D. Shift+C 3.使用SnagIt 进行屏幕捕捉时,如果希望捕捉一个菜单的一部分菜单选项,应该使用以下哪种模式:( B ) A.屏幕模式 B. 区域模式 C. 窗口模式 D. 活动窗口模式 4.在使用防毒软件Norton AntiVirus 时,隔离区中的文件与计算机的其他部分相隔离,它们( A ) A.无法进行传播或再次感染用户的计算机 B.可以进行传播或再次感染用户的计算机 C.无法进行传播,但能再次感染用户的计算机 D.可以进行传播,但不能再次感染用户的计算机 5.用ACDSee 浏览和修改图像实例时,用户可以对图片进行修改的类型为:( C ) A.颜色、透明度 B.颜色、形状及文件格式 C.颜色、透明度、形状及文件格式 D.透明度、形状及文件格式 6.SnagIt 提供的捕获对象为:(B ) A.【视频捕获】、【图像捕获】、【音频捕获】、【文字捕获】和【网络捕获】 B.【图像捕获】、【文字捕获】、【视频捕获】、【网络捕获】和【打印捕获】 C.【图像捕获】、【音频捕获】、【网络捕获】、【视频捕获】和【打印捕获】 D.【视频捕获】、【文字捕获】、【音频捕获】、【网络捕获】和【打印捕获】 7.WinRAR 是一个强大的压缩文件管理工具。它提供了对RAR 和ZIP 文件的完整支持,不能解压( B )格式文件 A.CAB B.ArP C. LZH D. ACE 8.豪杰超级解霸3000的多功能调节,可对影片的(A )进行任意调节。 A.色差、亮度、播放速度以及声音的左声、右声、立体声和立体混合声 B.色差、透明度、形状及文件格式 C.亮度、播放速度、形状及文件格式 D.声音的左声、右声、立体声、立体混合声和文件格式 9.RealOne Player 提供了( C )种播放模式。 A. 1 B. 2 C. 3 D. 4 10.在以下选项中,网际快车(FlashGet )不具有的功能为:( D ) A.断点续传 B.多点连接 C.镜像功能 D.加快网速 三、填空题(2分*20空=20分) 1、软件安装类型可分为三种_____________、________________、___________________。 2、列出三个常用的下载工具软件名称_____________、________________、___________________。 3、列出三个常见的图像格式_____________、________________、___________________。 4、列出三个常用的视频播放软件名称_____________、________________、 得分 评分人 得分 评分人 线 订 装 班级: 姓名: 学号:

软件工程模拟试题二及参考答案

软件工程》试题 一、选择 1、()是软件生存期中的一系列相关软件工程活动的集合,它由软件规格说明、软件设计与开发、软件确认、软件改进等活动组成。 A 软件过程 B 软件工具 C 质量保证 D 软件工程 2、()是以追求更高的效益和效率为目标的持续性活动。 A 质量策划 B 质量控制 C 质量保证 D 质量改进 3、CMM提供了一个框架,将软件过程改进的进化步骤组织成5个成熟度等级。除第 1级 外,每一级都包含了实现这一级目标的若干关键过程域,每一个关键过程域又包含若干 ()。 A 关键实践 B 软件过程性能 C 软件过程能力 D 软件过程 4、在各种不同的软件需求中,功能需求描述了用户使用产品必须要完成的任务,可以在用例模型或方案脚本中予以说明,()是从各个角度对系统的约束和限制,反映了应用对软件系统质量和特性的额外要求。 A 业务需求 B 功能要求 C 非功能需求 D 用户需求 5、()意味着一个操作在不同的类中可以有不同的实现方式。 A 多态性

B 多继承 C 类的复用 D 封装 6、在面向对象的系统中,系统责任的良好分配原则是()。 A 在类之间均匀分配 B 集中分配在少数控制类中 C 根据交互图的消息进行分配 D 根据个人喜好进行分配 7、软件配置项是软件配置管理的对象,即软件工程过程中产生的()。 A 接口 B 软件环境 C 信息项 D 版本 8、软件测试计划开始于需求分析阶段,完成于()阶段。 A 需求分析 B 软件设计 C 软件实现 D 软件测试 二、问答题 1、判断下列叙述的正确性,将结果(V正确,X错误)填入()中,并改正错误的说法。 (1). ()在软件开发的过程中,若能推迟暴露其中的错误,则为修复和改正错误所花 费的代价就会降低。改正: __ (2). ()在需求分析中,分析员要从用户那里解决的最重要的问题是明确软件做什 么。改正: __ (3). ( )软件需求规格说明书在软件开发中具有重要的作用,是软件可行性分析的依据。改正: __

常用工具软件考试题及答案

一.判断题(每小题1分,共10分) 3. 压缩文件管理工具WinRAR只能压缩文件,不能对文件进行解压。(错) 4. Internet上所有电子邮件用户的E-mail地址都采用同样的格式:用户名@主机名。(对) 5. Adobe Acrobat Reader可以解压缩文件。(错) 6. ACDSee是目前最流行的数字图像处理软件,它能广泛应用于图片的获取、管理、浏览、优化,甚至和他人的分享。(对) 10. 系统长时间使用之后,会留下一堆堆垃圾文件,使系统变得相当臃肿,运行速度大为下降,但是系统不会频繁出错甚至死机。(对) 二.选择题(每小题2分,共40分) 1、下列不属于媒体播放工具的是() A、暴风影音 B、千千静听 C、Realone Player D、WinRAR 2、以下几种方法中()不能正常退出工具软件。 A、执行【文件】︱【关闭】命令 B、双击标题栏左侧的系统标 C、单击标题栏右侧的关闭按钮 D、双击标题栏 3、CuteFTP具有网际快车不具备的功能是:() A、视频播放 B、下载文件 C、断点续传 D、上传文件 4、WinRAR不可以解压下列哪些格式的文件() A、RAR B、ZIP C、CAB D、RSB 5、Adobe Acrobat ReadeR可以阅读的文件格式() A、doc B、pdf C、dbf D、txt 6、ACDSee不能对图片进行下列哪种操作() A、浏览和编辑图像 B、图片格式转换 C、抓取图片 D、设置墙纸和幻灯片放映 7、Windows优化大师提供的文件系统优化功能包括() ①优化磁盘缓存②优化桌面菜单③优化文件系统。 A、①② B、②③ C、①②③ D、①③ 8、关于Symantec Ghost软件,下列说法中错误的是:() A、可以创建硬盘镜像备份文件 B、备份恢复到原硬盘上 C、不支持UNIX系统下的硬盘备份 D、支持FAT16/32、NTFS、OS/2等多种分区的硬盘备份 10、分区魔术师PartitionMagic不具有的功能是( )。 A、创建系统备份 B、创建新分区 C、调整分区大小 D、合并分区 11、下列哪一个软件属于光盘刻录软件( A ) A、Nero-Buring Room B、Virtual CD C、DAEMON Tools D、Iparmor 15、用ACDSee浏览和修改图像实例时,用户可以对图片进行修改的类型为() A、颜色、透明度 B、颜色、形状及文件格式 C、颜色、透明度、形状及文件格式 D、透明度、形状及文件格式 17、不属于计算机病毒的特征是:() A、破坏性 B、潜伏性 C、隐蔽性 D、预知性 20、关于Windows优化大师说法不正确的是:( C ) A、可检测硬件信息 B、可备份系统驱动 C、可制作引导光盘镜像文件 D、可清理系统垃圾 三.填空题(每小题2分,共20分) 1、根据工具软件使用的领域不同,但是一般都包含有标题栏、菜单栏、( )、状态栏、工作区。 2、在进行实验操作时,为了不破坏现有的操作系统以及相关设置,我们可以使用()软件。 3、在使用虚拟机的时候,按键盘右边的()可以在虚拟机和宿主机之间切换。 4、CuteFTP是一个基于()客户端软件。 5、虚拟光驱是一种模拟()工作的工具软件,它能在操作系统中模拟出新的光盘驱动器,是对物理光驱的一种仿真。 6、利用()可以备份windows操作系统。 7、常见的压缩格式ZIP格式、()、CBA格式、ACE格式。 8、利用()软件可以上传网站文件。 9、Deamon Tools是一个优秀的( )工具。 10、虚拟光驱工具可以将光盘文件复制到硬盘上并虚拟成( )。 四、简答题(每小题10分、共30分)。 1、Ghost目前可以作哪些备份操作? 1,可以进行分区间的备份 2,可以进行硬盘对硬盘间的备份 3,可以通过网络进行多机备份 3、列举出一些常用的磁盘操作工具及其主要功能(最少列出四个)? 1、分区魔术师,对硬盘进行分区操作 2、Ghost克隆软件,对系统备份及还原操作 3、光盘虚拟工具,对光盘文件进行虚拟操作 4、光盘刻录工具,对数据文件进行刻录

工程制图复习题(含答案)(2020年整理).doc

工程制图复习试题 一、填空题 1.当棱柱的上、下底面与棱线垂直时,称之为;若棱柱的上、下底面与棱线倾斜 时称之为。正棱柱、斜棱柱 2.平面与立体相交,所得的交线称为:,交线所围成的平面图形称为:。截 交线、断面 3.正垂面上的圆在V面上的投影为,在H面上的投影形状为。直线、椭 圆 4.曲线根据其上面点所属平面不同分为:平面曲线和两大类。空间曲线 5.侧平线的_________投影反映直线的实长。侧面 6.求圆锥面上的点的投影常用法和法。纬圆、素线 7.在轴测图中,根据投射方向与轴测投影面P的位置关系可分为轴测图和轴测 图。正、斜 8.组合体尺寸分为,和尺寸三种。定形、定位、总体 9.绘制机械图样时采用的比例,为机件相应要素的线性尺寸与相应要素的线性尺 寸之比。图样、实物 10.图形是圆或大于半圆的圆弧标注_____尺寸;图形是小于半圆的圆弧标注_____尺寸。直径、半 径 11.正等轴测图的伸缩系数是,简化伸缩系数是。0.82、1 12.同一机件如采用不同的比例画出图样,则其图形大小______(相同,不同),但图上所标注的 尺寸数值是______(一样的,不一样的)。不同、一样的 13.投影法分和两大类。中心投影法、平行投影法 14.用平行于正圆柱体轴线的平面截该立体,所截得的图形为_________。矩形 15.用垂直于圆椎轴线的平面截该立体,所截得的图形为。圆 二、判断题 1棱锥的一个面在W面的投影积聚成一条线,面上的一点A在W面的投影也在这条线上。(√)2求棱锥面上点的投影,可以利用素线法来做。(╳)3平面立体相贯,相贯线可能是一组也可能是两组。(√)4曲线的投影只能是曲线。(╳)5直线的投影只能是直线。(╳)6平面截割圆柱,截交线有可能是矩形。(√)7正等测的三个轴间角均为120°,轴向伸缩系数为:p=r≠q。(╳)8三面正投影图的规律“长对正、高平齐、宽相等”仍然适用于组合体的投影图。(√)9立体的投影图中,正面投影反映形体的上下前后关系和正面形状。(╳) 三、选择题 下列不是曲面立体术语的是()。 A 素线 B 纬圆 C 椭圆 D 轴线 平面截割圆柱时,当截平面平行于圆柱的轴线时,截交线为()。 A 矩形 B 圆 C 椭圆 D 都有可能 平面截割圆锥时,当截平面通过锥顶于圆锥体相交时,截交线为() A 圆或椭圆 B 等腰三角形 C 抛物线 D 双曲线 求直线与平面立体相交时的贯穿点不会用到的方法() A 利用立体表面的积聚性 B 利用辅助平面

相关文档
相关文档 最新文档