Computer Science, asked by bhavinbharadwaj9541, 9 months ago

Q11 how can we design data at component level? Explain.

Answers

Answered by Shinchanboy03
2

Answer:

Component-level design occurs at the stage in software engineering following the architectural design of the software. It translates that design into a more detailed design before the actual coding of the software begins. A component is the basic building block of the software.

Answered by ItsSpiderman44
0

Answer:

A component-level design can be represented by using some intermediary representation (e.g. graphical, tabular, or text-based) that can be translated into source code. The design of data structures, interfaces, and algorithms should conform to well-established guidelines to help us avoid the introduction of errors.

Similar questions