Introduction to software engineering processes Flashcards

1
Q

What is the software engineering process?

A

A set of activities carried out during software product development to ensure the final product meets client requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the intent of software engineering processes?

A

To deliver software in a timely manner and with sufficient quality to satisfy sponsors and users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the five activities in the generic process framework for software engineering?

A
  • Communication
  • Planning
  • Modeling
  • Construction
  • Deployment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of communication in the software engineering process?

A

To understand stakeholders’ objectives and gather requirements for software features and functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fill in the blank: The mapping activity in software engineering creates a __________ that helps guide the team.

A

software project plan

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does modeling in software engineering involve?

A

Creating models to understand software requirements and design, defining system components and interactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is included in the construction phase of software engineering?

A

Code generation and testing to uncover errors in the code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the main activities involved in the deployment phase?

A
  • Delivering software to the customer
  • Testing the software
  • Deploying to the production environment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are umbrella activities in software engineering?

A

Activities applied throughout a software project to manage and control progress, quality, change, and risk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

List typical umbrella activities.

A
  • Software project tracking and control
  • Risk management
  • Software quality assurance
  • Technical reviews
  • Measurement
  • Software configuration management
  • Reusability management
  • Work product preparation and production
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the essence of software engineering practice?

A
  • Understand the problem
  • Plan a solution
  • Carry out the plan
  • Examine the result
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the first principle of software engineering practice according to David Hooker?

A

The software system exists to provide value to its users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does KISS stand for in software design?

A

Keep It Simple, Stupid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the third principle, ‘Maintain the Vision,’ emphasize?

A

The importance of a clear vision to prevent a project from becoming inconsistent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: The audience for any product of software development is potentially large.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the fifth principle of software engineering practice?

A

Be Open to the Future.

17
Q

What is the significance of planning ahead for reuse in software engineering?

A

Reuse saves time and effort and requires forethought and planning.

18
Q

What does the seventh principle, ‘Think,’ stress in the software engineering process?

A

Placing clear, complete thought before action produces better results.

19
Q

What is the summary of the objectives of this section?

A
  • Understand the software engineering process
  • The intent of software engineering processes
  • The generic process framework and umbrella activities
  • The essence of software engineering practice
  • The seven general principles of software engineering practice