Chapter 1 Flashcards

1
Q

Inspection of source code of a program - Quality Assurance or Quality Control?

A

Quality Control

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

Unit testing to validate that the program works - Quality Assurance or Quality Control?

A

Quality Control

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

Identifying defects in a program for the primary purpose of correcting defects - Quality Assurance or Quality Control?

A

Quality Control

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

The customer`s view of quality is - Meets Requirements or Fit For Use?

A

Fit For Use

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

The producer’s view of quality is - Meets Requirements or Fit For Use?

A

Meets Requirements

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

Requirements definition processes - Quality Assurance or Quality Control?

A

Quality Assurance

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

Testing processes and standards - Quality Assurance or Quality Control?

A

Quality Assurance

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

System development methodologies - Quality Assurance or Quality Control?

A

Quality Assurance

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

Retesting falls into which category of the Cost of Quality? Prevention, Appraisal or Failure?

A

Failure

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

Final inspections fall into which category of the Cost of Quality? Prevention, Appraisal or Failure?

A

Appraisal

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

Money spent establishing methods and procedures? Prevention, Appraisal or Failure?

A

Prevention

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

The cost of quality can be reduced by? Testing at beginning of Software Development Life Cycle, Testing at end of Software Development Life Cycle or Testing throughout Software Development Life Cycle?

A

Testing throughout Software Development Life Cycle

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

Most IT groups have two quality gaps - which two of these are they - Provider, Producer, Customer, Supplier?

A

Producer and Customer Quality Gaps

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

The extent to which a program satisfies its specifications and fulfills the users mission objectives is called - Correctness, Efficiency, Usability, Flexibility?

A

Correctness

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

The effort required to locate and fix an error is a program is called - Integrity, Efficiency, Usability, Maintainability?

A

Maintainability

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

Which is NOT a process improvement standard for software development or testing - TMMi, CMMI-Dev, P-CMM, ISO 29119?

A

P-CMM

17
Q

One of the strengths of the CMMI is the detailed testing processes - True or False?

A

False - CMMI pays little attention to QA

18
Q

Which of the following is/are SDLC models - Waterfall, Spiral, Incremental, All of the above, None of the above?

A

All of the above are SDLC models

19
Q

In a cost of quality analysis, the costs required to avoid errors to do the job right the first time is called - Prevention Costs, Appraisal Costs, Failure Costs?

A

Prevention Costs

20
Q

Agile works well in an environment where it is hard to get solid requirements - True or False?

A

True - Agile works well when requirements are not always clear.

21
Q

Exploratory Testing combines the tester`s _______ to develop better test cases: Experience, Creativity, Things they learn while testing, All of the above, None of the above?

A

All of the above.

22
Q

White box testing is normally performed by whom - Independent Tester, Business Analyst, Developer who wrote the code, End User?

A

The Developer who wrote the code typically does White Box testing.

23
Q

Problems inherent in the Water Fall SDLC model is/are - Change Averse, Unclear Process, Too Flexible, All of the above, None of the above?

A

Change Averse

24
Q

Outsourcing aligns well with which ‘School of Thought’ - Agile, Context-driven, Factory or Analytical?

A

Factory

25
Q

ALM is another acronym for SDLC - True or False?

A

False - ALM (Application Lifecycle Management) is not the same as SDLC.

26
Q

Testing is a - Process, Craft or Art, Specific Science, Cost-effective Initiative, Quality?

A

Process

27
Q

Static Testing generally refers to - Testing by executing programming code, Testing that does not execute code?

A

Testing that does NOT execute code

28
Q

Dynamic Testing generally refers to - Testing by executing programming code, Testing that does not execute code?

A

Testing that DOES execute programming code