Unit 4.1 - softdev Flashcards

1
Q

an ENGINEERING DISCIPLINE
concerned with all aspects of software production, from
the early stages of system specification through to
maintaining the system after it has gone into use.

A

Software Engineer

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

This environment is a nearly EXACT REPLICA of the production, environment so it seeks to MIRROR AN ACTUAL PRODUCTION
environment as closely as possible to ensure the software works correctly.

A

Staging Environment

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

kept invisible from end-users.

A

Staging environment

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

This is where the software is PRODUCED and is running on a production server. It has officially gone LIVE to real
users.

A

production environment

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

this is where the DEVELOPMENT of
the software takes place. It is the first environment where
developers write the first lines of code and do all the code updates.

A

Development Environment

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

The TESTING environment allows QA engineers to TEST new and changed code whether via automated or non- automated techniques.
If there is a TEST failure, the faulty code can be removed in this environment. Thus, testers can ensure the quality of the code by finding any bugs and reviewing all bug fixes. If all tests pass, the test environment can automatically
move the code to the next deployment environment.

A

TESTING ENVIRONMENT

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

This is the practice of establishing the services that the CUSTOMER NEEDS from a system. They help define exactly what NEEDS TO BE IMPLEMENTED in the software to be developed.

A

Requirements engineering

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

How the SYSTEM SHOULD BEHAVE in
reaction to particular inputs and how the
SYSTEM SHOULD PERFORM when presented
with specific situations. Depend on the type of software, expected users and the type of organization where the SYSTEM IS DEVELOP

A

functional requirements

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

three things to determine these functional
requirements?

A

Determine the Business Need, Define
Functional Requirements, Discuss
Possible Solutions

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

The first stage is
__________________
As a precursor to this
it is usually necessary
to find out what is
currently happening.

A

ESTABLISHING WHAT
EXACTLY IS NEEDED.

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

There are a number of
techniques used for this in
__________ people,
_________ them, looking
at the _______ and
OBJECTS that THEY WORK
WITH, ________ them
directly.

A

INTERVIEWING, VIDEOTAPING. DOCUMENTS, OBSERVING

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

These are the things the
end user needs the app to
do. Think in terms of end
result

A

business requirements.

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

These are the specific
situations that the USER IS LIKELY TO ENCOUNTER..

A

USE CASES

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

By creating these
STORIES , you’re able to visualize
a functional, successful app
that the user understands.

A

User stories

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

Your USERS want something
that’s ___________, __________ and ________ on a
regular basis.

A

easy to understand, easy
to pick up, easy to use

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

are high-level statements of what the system should do. Should describe functional and non-functional requirements. Should be understandable by system USERS who
don’t have detailed technical knowledge

A

user requirement

17
Q

should describe the system services in detail. Statements that set out detailed descriptions of the system’s functions, services and operational
constraints.

A

System Requirements

18
Q

what makes a good FUNCTIONAL REQUIREMENT?

A

Unambiguous, Testable (verify, validate), Clear, Understandable, Visible, Feasible, Independent, Atomic (Traceable), Necessary, Implementation Free

19
Q

is a requirement that SPECIFIES THE STANDARDS that can be used to judge a system’s operation, rather than specific behaviors. define how a SYSTEM IS SUPPOSED TO BE AS OPPOSED TO WHAT IT IS SUPPOSED TO DO.

A

NON-FUNCTIONAL REQUIREMENTS

20
Q

What is CIAS?

A

Confidentiality, integrity, Availability, Security

21
Q

A dev team that addresses both functional
and non-functional requirements when
building an app is much more likely to
_____________________________________________
without unnecessarily exposing the users or
the business to risk.

A

produce an app that meets the user’s needs

22
Q

WHAT MAKES A GOOD NON-
FUNCTIONAL REQUIREMENT?

A

Availability, Efficiency, Flexibility, Portability, Integrity, Performance, Reliability, Reusability, Robustness, Scalability, Usability

23
Q

what are the 12 NON FUNCTIONAL
REQUIREMENTS FOR EVERY APP

A

Response Times, Processing Times, Query & Reporting times. Throughput, Hours of operation, Location of operation, Architecture Standards, Coding Standards, Restore time,
Backup Time

24
Q

is used to determine and identify technical faults, problem solving and software compatibility.

A

Computer Jargons