Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Modular design rules of divide & conquer problem solving strategy - Objects Design
Home
>>
Category
>>
Software Engineering (MCQ) questions and answers
>>
Objects Design
Q. Modular design unintentionally follows the rules of 'divide and conquer' problem solving strategy.
- Published on 23 Jul 15
a.
Yes
b.
No
ANSWER: Yes
Related Content
Software Management (
10
)
Introduction of Software Engineering (
37
)
Software Specification & Measurement (
23
)
Software Process (
9
)
Process Modelling and SDLC (
18
)
Planning and Managing the Project (
26
)
Capturing the Requirement (
22
)
Designing the System (
20
)
Objects Design (
20
)
Program Writing (
20
)
Formal Modelling & Verification (
20
)
Delivering the System (
18
)
Maintaining the System (
21
)
Evaluating Products, Processes & Resources (
17
)
Software Process Improvement (
28
)
Improving Predictions, Products, Processes & Resources (
16
)
Discussion
Nirja Shah
-Posted on 16 Oct 15
Modularization
- It is a technique used to divide a software system into multiple discrete and independent modules, which in turn are expected to be capable of carrying out task(s) independently.
- The working of these modules is on the basic constructs for the entire software.
- Modules are designed by the designers in such a way that they can be executed and/or compiled separately and independently.
- Modular design unintentionally follows the rules of ‘divide and conquer’ problem-solving strategy this is because there are many other benefits attached with the modular design of a software.
- Advantage of modularization:
1. Smaller components are easier to maintain
2. Program can be divided based on functional aspects
3. Desired level of abstraction can be brought in the program
4. Components with high cohesion can be re-used again
5. Concurrent execution can be made possible
6. Desired from security aspect
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲