Modular Programming & Defensive Programming Flashcards

1
Q

Modular Programming Definition

A

Breaks program into subcomponents called modules.

Each modules composed of self contained set of instructions.

Each modules design to perform specific task in overall program.

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

Defensive Programming

A

Ensure continuing function of software under unforseen circumstances.

Improve software in terms of quality.

Make source code more understandable.

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