Software Engineering Final Exam Review

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/150

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

151 Terms

1
New cards

The issue in software complexity that refers to the "relations and interactions" among these functions, components, and so on, is:

depth.

2
New cards

Important technical concerns in a large software development are:

estimation, planning, size and complexity

3
New cards

What is the maximum number of communications among a team of 25 people?

300

4
New cards

A method to simplify a complex problem is:

decomposition, modularization, incremental iteration

5
New cards

What is the increase in the number of maximum communication paths when we grow from a six-person software team to an eight-person software team?

13

6
New cards

A technique to "lessen" the relationships, number of functionalities, amount of interactions, and so

decomposition and modularization

7
New cards

Large systems require software engineers to consider many aspects of development, including:

problem and design decomposition, technology and tool considerations, process and methodology

8
New cards

Important non-technical concerns in large software development are:

estimation and planning

9
New cards

What must we understand before jumping into implementing the solution?

problem description and the requirements

10
New cards

What is/are the main area(s) that needs to be coordinated in large software projects?

process, product, people

11
New cards

Software engineering must include the code and regulations that its members must uphold to be judged as a(n)

professional engineering practice

12
New cards

The definition of software engineering that points to a multi-person construction of multi-version software is from:

David Parnas

13
New cards

Breaking a project into smaller sub-projects is called:

decomposition

14
New cards

Which of the following is not listed as a reason for a project being cancelled?

Incomplete requirements and specifications

15
New cards

Requirement specification can be tested with:

hand-drawn screens and a prototype

16
New cards

Which activity involves collection of project information, analysis and evaluation of the collected data, and presentation and communication of the information?

monitoring

17
New cards

The definition of Software Engineering is:

The establishment and use of sound engineering principles in order to obtain economically software that is reliable and works on real machines.
That form of engineering that applies the principles of computer science and mathematics to achieving cost effective solutions to software problems.
The application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software.

18
New cards

The costliest errors made in a project are:

requirements

19
New cards

Acceptance testing is done by the client

True

20
New cards

Software process models define the:

tasks to be performed.
task's input and output.
task's preconditions and postconditions.

21
New cards

Projects take a longer time with poor end products and, in worse situations, total project failure because of inconsistency in the:

tasks to be performed.
order to perform the tasks.

22
New cards

Which model has the disadvantages of very little task overlap, a sequential process, and a single iteration?

waterfall

23
New cards

Which of the following could improve the waterfall model?

Develop multiple components
Overlap the development
Be more evolutionary

24
New cards

The need to develop multiple components, to overlap the development, and to be more evolutionary leads to the:

incremental and spiral model

25
New cards

Which model gave project managers a way to describe the actual status versus "almost complete"?

waterfall model

26
New cards

As a software product is developed using RUP, it may go through several iterations during which of the following?

Inception
Elaboration
Construction
Transition

27
New cards

Which of the following phase has an objective to establish the critical use cases and the major scenarios that will drive the architecture and design?

Inception

28
New cards

Which of the following phase has an objective to establish all the major and critical requirements for the system?

Elaboration

29
New cards

The distinct tasks to develop software are:

requirements, design, code, test, integrate, and package

30
New cards

Programmers left alone will often think the single most important task in the development of software is:

coding

31
New cards

The disadvantage of the waterfall process for software development is:

very little overlapping of the tasks.
it is a single iteration.
sequential order of tasks.

32
New cards

One advantage of the waterfall process is:

it provides a clear way to track the stages of development for the project managers.

33
New cards

The RUP framework is driven by which of the following major concepts?

Use-case and requirements
Architecture centric
Iterative and incremental

34
New cards

You are working on requirement specification #22 and you define it to be "completed," which means:

all specifications have been reviewed by the customers and other stakeholders
all exceptions found during the requirement review are changed.
the modified specifications are accepted by all parties.

35
New cards

Entry criteria include a listing and a description of which of the following resources?

Artifacts
People
Tools
Activity definition

36
New cards

The characteristics of agile methods are:

short releases and iterations.
incremental design and user involvement.
minimal documentation and informal communication.

37
New cards

Agile methodology assumes that which of the following will change?

Requirements and environment

38
New cards

Examples of Agile methodologies include:

Extreme Programming and Kanban.

39
New cards

XP uses small software teams working in the same room to encourage:

communication.

40
New cards

Fundamental principles of Extreme Programming are:

None of these is correct

41
New cards

Which of the following decide on estimates, consequences, and processes during Extreme Programming planning?

Technical staff

42
New cards

Advantages of agile processes are:

Low process complexity
Low cost an overhead
Efficient handling of changes
Fast results
Usable systems

43
New cards

Scope/size; Criticality; People; Company culture; and Stability are:

Kind of projects
Kind of environments

44
New cards

Agile methodologies give importance to:

None of these is correct

45
New cards

A disadvantage of lengthy development times for a software engineering project can be the:

business that will use the project may exist for a year or two.
business that will use the project may change their focus.
business that will use the project may change their products.

46
New cards

The set of statements that describe the user's needs and desires are the:

requirements.

47
New cards

Requirements are the "what" and design is the "how."

True

48
New cards

Incomplete requirement specification will always contribute to:

project development time.
project costs.
project failures.

49
New cards

Subject matter experts are used instead of users and customers when the software project:

is large and complex

50
New cards

The requirements engineering activities include review and validation, which are the testing of the requirements.

True

51
New cards

Analysis of the requirements consists of:

categorizing the requirements.
clustering the requirements.
prioritizing the requirements.

52
New cards

High-level requirements elicitation serves as the opportunity, needs, and justification for the software project in the client's business world.

True

53
New cards

Low-level requirements elicitation uncovers constraints for the software project to be developed.

False

54
New cards

All requirements must be enumerated uniquely. Why?

Traceable
Identifiable
Categorized

55
New cards

Defining the components of the system and how these components are related to each other is the:

architectural design phase.

56
New cards

An example of an architectural style is:

pipes-and-filters.
event-driven
client-server.
model-view-controller.

57
New cards

Two types of prototypes can be done in design. They are:

Low-fidelity, High-fidelity

58
New cards

Java API has the architectural style: _________________________.

Layered

59
New cards

Event-driven systems are modeled with _________________.

state modeling and state transition diagram

60
New cards

The phase that determines how the user's needs and desires will be achieved is the:

design phase.

61
New cards

Defining the components of the system and how these components are related to each other is part of the:

architectural design phase.

62
New cards

The view representing the run-time components (processes) and how they communicate with each other is:

process view.

63
New cards

The representation of a system's architecture structure is a:

view

64
New cards

Software engineering design teams use which of the following, which are grounded in mathematical concepts of sets and relations, for their software projects?

Relational databases

65
New cards

The design example in section 7.4 uses which of the following architectural styles?

Model-view-controller

66
New cards

The design example in section 7.4 uses a DBMS, which is a:

database management system.

67
New cards

A phrase used to refer to "good design" could be:

easy to understand.
easy to change.
low complexity.

68
New cards

The characteristics of consistency and completeness are attributed to:

good design.
design-goodness.
general characteristics.

69
New cards

Which of the following characteristics ensures common terminology is used across the system's display screens, reports, database elements, and process logic?

Consistency

70
New cards

Current characterization of design attributes includes:

architectural design level.
detail design level.
coding level.

71
New cards

Popular terms describing good software are:

Easy to understand, change, reuse, test
Easy to integrate
Easy to code

72
New cards

The lowest and highest level of cohesion are:

Coincidental and Functional

73
New cards

Which of the following characteristics ensures common terminology is used across the system's display screens, reports, database elements, and process logic?

Consistency

74
New cards

Which of the following characteristics ensures that all the requirements are designed and that none are left out?

Completeness

75
New cards

Design reviews or inspections must focus on major characteristics like consistency and completeness.

True

76
New cards

The cyclomatic complexity measures the structural design complexity within the program and is used to assess how many test cases are needed.

True

77
New cards

A high Henry-Kafura number means a complex design structure.

True

78
New cards

User-Interface Design's goal is to reduce software defects.

False

79
New cards

UI design testing can be done with low fidelity interfaces made with paper boards and diagrams

True

80
New cards

To help get project X done faster, the detail design is done as part of the implementation. What are the issues for project X?

Less cohesive design and less organized design

81
New cards

We consider code indentation a very important issue affecting:

readability and maintainability.

82
New cards

Code reuse is done by sophisticated organization from design patterns to:

code templates.

83
New cards

Developing in the cloud offers which of the following advantages?

Flexibility and scalability

84
New cards

The implementation phase involves writing code as the only activity.

False

85
New cards

Good programmers reserve comments mainly for external references and statements of intent

True

86
New cards

Refactoring code will change the code's logic and behavior

False

87
New cards

A system implemented with code that can be matched to its design and to its requirement has the characteristic of performing correctly.

False

88
New cards

The most important issues for maintaining a good coding style are to be consistent and to try to highlight the meaning of your code.

True

89
New cards

Readability, maintainability, correctness, completeness, performance, and traceability are six desirable characteristics of a good implementation

True

90
New cards

The main purpose of testing includes which of the following?

Finding faults
Assessing and ensuring quality

91
New cards

Consider the situation where we have two input variables X and Y, where X can take on 7 valid values and Y can take on 10 valid values. If one wanted to test all the combinatorics of just the valid values of these two input variables, how many test cases need to be developed and executed?

70

92
New cards

The severity of a defect measures the ______________ of that defect.

impact

93
New cards

Of the two main perspectives on testing, Myers is a proponent of showing that a program works and is of good quality as opposed to showing that a program has defects and needs to be corrected before release.

False

94
New cards

Running all the branch coverage test cases would ensure total statement coverage.

True

95
New cards

In general, testing that covers all program statements will cover all logical paths

False

96
New cards

The white box testing technique requires the development of test cases from ______________.

Source code

97
New cards

We have seeded a software with 10 defects. If we desire an 80% defect discovery rate in our testing and have discovered 32 total defects through our testing, then _______ of those 32 defects found need to be from the non-seeded ones.

24

98
New cards

Which of the following are techniques for detecting errors in programs and documents?

Testing, inspection, and review

99
New cards

The main levels of testing include:

Unit testing, functional testing and system testing

100
New cards

The content of a code inspection report needs to include:

a list of problems found during the inspection.
the participants of the inspection.
severity levels of each of the problems found.
what material was inspected.