Software Configuration Management Flashcards

1
Q

Three parts of configuration management

A

*Change control
*Version control
*build-making/generation

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

Why software configuration management

A

Help maintain C&C (concurrency n control)
make you have
1. right versions
2. right requirements (traceability)
3. right software, docs, manuals (integrity)

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

Software integrity

A

*Software with integrity is software that:
- is traceable through life-cycle phases
- works

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

Configuration item

A
  • A configuration item is a doc/codebit under configuration control
    can be broken down into smaller bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

There’s a cycle, what’s the cycle

A

Identification: find stuff to make scis
Control: during sldc
Status Account: trace through sldc
Audit: make sure works w srs or etv

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

Baseline

A

it’s a foundation that you build the rest of prod on

it’s agreed upon config shit during some review/inspection process

before it, we were free

after it, we’re locked into it, unless a formal change control procedure is launched

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

Change control board

A

*Activities
- they help change direction of proj
- moderate change requests

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