Component Level Design in Software Development

Asked By 30 points N/A Posted on -
qa-featured

Hello! In the software development, we all know there are different procedures and methods employed to design and build a software. One part of software development I heard is component level design and they say it is the closest design activity to coding. There are two questions, what is meant by the design here and what does the design procedure do in software development? Second question, why is it the closest activity to coding?

SHARE
Answered By 10 points N/A #181780

Component Level Design in Software Development

qa-featured

The Component level design defines the data structures, interface characteristics, algorithms and communication mechanism for the software component.

It occurs after the establishment of the data, architecture and interface design.

Since it defines data structures and algorithm for the software components which involves coding. Component level design is close to coding.

 

Related Questions