L10 - Build Release Management Flashcards

1
Q

Continuous Integration

A

‘Building as early and frequently as possible!’

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

Architectural Choices for Version Control Systems

A

Monolithic Architecture (simple local database) + Repository Architecture (single server contains all files) + Peer-To-Peer Architecture (many directory mirror the main directory: git)

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

Types Of Prototypes

A

Illustrative (storyboard/napkin builder) + Functional (implement minimum functionality) + Exploratory (implement part of the system to learn more about requirements)

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

Methods of Prototyping

A

Revolutionary (get UX: interaction) + Evolutionary (prototype is used as basis for implementation of the final system)

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

Baseline

A

Specification/Product that has been formally reviewed and agreed to. Max OS X 10.12.5 (Major.Minor.SmallRevision)

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

SCM Directories (IEEE 828)

A

Programmer’s Directory (git: Feature Branch) + Master Directory (git: Development Branch) + Software Directory (git: Master Branch)

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