Chapter 1 Flashcards

1
Q

Software engineering is concerned with what kind of software-development?

A

Cost-effective

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

What are the attributes of a good software?

A

Should deliver a required functionality and performance to the user. And be maintainable, dependable, usable.

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

Software is

A

Associated documentation, libraries, support websites, configuration data, program

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

What are key distinctions of professional software development?

A

Intended for use by someone apart from its developer
Teams develop rather than individual
Maintained and changed throughout its life

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

What is software engineering?

A

Engineering discipline that is concerned with all aspects of software production. From initial conception to operation and maintenance.

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

Software costs are greater than

A

Hardware costs

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

Failure to use software engineering methods may lead to…

A

more expensive and less reliable software

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

“Software failure” is a consequence of what factors?

A
  1. Increasing system complexity
  2. Failure to use software engineering methods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why software engineering is critisized?

A

Because it is considered as inadequate for modern software development

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

What is software?

A

Computer programs and associated documentation. Software products can be developed for a particular customer or for general market

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

What are fundamental software engineering activities?

A

Software specification
Software development
Software validation
Software evolution

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

What is the difference between software engineering and computer science?

A

CS focuses on theory and fundamentals. SWE is about practicalities of developing and delivering useful software.

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

What are the costs of software engineering?

A

Development costs 60%
Testing costs 40%
For custom software evolution cost exceed development costs.

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

For a system with a long life, which cost is usually higher?

A

Maintaining costs

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

Software costs are more about ____ than ____

A

Maintaining, developing

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

What are generic products?

A

Stand alone systems that are produced by a development organization and marketed and sold to any customer who wishes to buy them

17
Q

What are examples of generic products?

A

Software for PC such as database
Apps for mobile devices
Word processors
Drawing packages
Project management tools

18
Q

What are customized (or bespoke) software?

A

Designed and developed specifically for a particular customer. They are commissioned by them to meet their own needs.

19
Q

What are the examples of customized products?

A

Control systems for electronic devices
Systems written to support particular business process
Air traffic control system

20
Q

Product specification of generic products are defined by whom?

A

Software developer themselves can decide what to change and develop

21
Q

The specification of customized products are owned by?

A

The organisation that is buying the software. Software developers must work to their specification.

22
Q

How systems from SAP, Oracle work?

A

They are built with a generic product as a base and then can be adapted by the company to meet their requirements.

23
Q

What is engineering discipline?

A

Using appropriate theories and methods to solve problems considering company’s organizational and financial constraints.

24
Q

What are “All aspects of software production”?

A

Software engineering is not only about technical process of development. It also includes project management, the development of tools, methods, and theories to support software development.

25
Q

What are the issues that affect many different types of software?

A

Heterogeneity
Business and social change
Security and trust
Scale

26
Q

What is heterogeneity about?

A

We have to build dependable software that will be flexible to cope with running on different types of computers and mobile phones, tablets. And they have to integrate with older legacy systems written in different languages.

27
Q

What is the problem with business and social change?

A

Engineers should be able to change their existing software and quickly develop a new one, with the change of society and evonomy.

28
Q

What is the problem with security and trust?

A

We have to make sure that no one can attack our software and that information security is obtained.