Introduction to Software engineering Flashcards

1
Q

Two things that influence software failure

A

1) Increasing System complexity
2)Not using software engineering methods properly

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

What is software?

A

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

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

what are attributes of good software ?

A

Good software should deliver the required functionality and
performance to the user and should be maintainable, dependable
and usable

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

What is software engineering?

A

Software engineering is an 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
5
Q

What are the fundamental software engineering activities?

A

Software specification, software development, software validation
and software evolution

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

What is the difference between software engineering and computer science?

A

Computer science focuses on theory and fundamentals; software
engineering is concerned with the practicalities of developing and
delivering useful software. There is more to software engineering than just computer science

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

What is the difference between software engineering and System engineering

A

System engineering is concerned with all aspects of computerbased
systems development including hardware, software and
process engineering. Software engineering is part of this more
general process.

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

What are the key challenges facing software engineering?

A

Coping with increasing diversity, demands for reduced delivery
times and developing trustworthy software.

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

What are the costs of software engineering?

A

Roughly 60% of software costs are development costs, 40% are
testing costs. For custom software, evolution costs often exceed
development costs.

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

What are the best software engineering techniques and methods?

A

While all software projects have to be professionally managed and
developed, different techniques are appropriate for different types
of system. For example, games should always be developed using
a series of prototypes whereas safety critical control systems
require a complete and analyzable specification to be developed.
There are no methods and techniques that are good for everything.

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

What difference has the internet made to software engineering?

A

Not only has the Internet led to the development of massive, highly
distributed, service-based systems, it has also supported the
creation of an “app” industry for mobile devices which has
changed the economics of software.

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

Software engineers are concerned with developing software products, that is,
software that can be sold to a customer. There are two kinds of software product,What are they?

A
  1. Generic products These are stand-alone systems that are produced by a
    development organization and sold on the open market to any customer who is
    able to buy them. Examples of this type of product include apps for mobile
    devices, software for PCs such as databases, word processors, drawing packages,
    and project management tools. This kind of software also includes “vertical”
    applications designed for a specific market such as library information systems,
    accounting systems, or systems for maintaining dental records.
  2. Customized (or bespoke) software These are systems that are commissioned by
    and developed for a particular customer. A software contractor designs and
    implements the software especially for that customer. Examples of this type of
    software include control systems for electronic devices, systems written to
    support a particular business process, and air traffic control systems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is Hardware

A

Parts of the computer that can be touched

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

Why is communication very important in software egineering

A

So we can get the desired product

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

How are system engineers involved

A

System engineers are involved in system specification,archtectural design, integration and deployment

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

What do we study in software engineering

A

What are the product deliverables and what processes are used to produce the products(software development lie cycle

17
Q

Essential product attributes are

A

Maintainability ,dependability, efficiency, and usability

18
Q

What is Maintainability

A

Software should be written in such a way that it can evolve to
meet the changing needs of customers. This is a critical attribute
because software change is an inevitable requirement of a
changing business environment.

19
Q

What is dependability

A

Software dependability includes a range of characteristics including
reliability, security, and safety. Dependable software should not
cause physical or economic damage in the event of system failure.
Software has to be secure so that malicious users cannot access or
damage the system.

20
Q

What is Efiiciency

A

Software should not make wasteful use of system resources such
as memory and processor cycles. Efficiency therefore includes
responsiveness, processing time, resource utilization, etc.

21
Q

What is usability/Acceptability

A

Software must be acceptable to the type of users for which it is
designed. This means that it must be understandable, usable, and
compatible with other systems that they use.

22
Q

What is specification activity

A

where customers and engineers define the software that
is to be produced and the constraints on its operation.

23
Q

What is development activity

A

where the software is designed and programmed.

24
Q

What is the validation activity

A

where the software is checked to ensure that it is what the
customer requires

25
Q

What is the evolution activity

A

where the software is modified to reflect changing customer
and market requirements.

26
Q

What are CASE tools

A

are computer based products meant to help in phase of the SDLC(software development life cycle),provide automated support for software process activities
Upper-CASE:
-Tools to support the early process activities of requirments and design
lower-CaSE:
-tools to support later activities such as programming debugging and testing.

27
Q

What does CASE stand for?

A

Computer Aided Software engineering

28
Q

What is the software Crisis?

A

Why are projects cancelled,completed late,over budget
not with all features and only a few are successful?

29
Q

Problems behind the software crisis

A

-increased size and complexity of systems(over complexity)
-over budget
-design bugs after implementation
-Lack of maintainance
-Software not secure
-Software licencing(copyright)
-Internationalization(designing a website for multiple languages),software does not cater to different parts of the population (lack of consideration for diversity)
-Rapid changes(changes happen quickly miss features)
-Not using CASE tools through out the software development life cycle and only programming tools

30
Q

Ways to fight against software crisis

A

-Improve software engineering methodologies
-Use High-level languages and tools that encourgae and enforce software engineering principles

31
Q

The aim of software engineering

A

it is a discipline whose aim is the production of fault free software, delivered on time, within budget and meeting the clients needs