COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
External Design
|
|
Architectural Design
|
|
Detailed Design
|
|
Program Design
|
Detailed explanation-1: -The structure of data can be viewed at three levels, namely, program component level, application level, and business level. At the program component level, the design of data structures and the algorithms required to manipulate them is necessary, if high-quality software is desired.
Detailed explanation-2: -The process of software design can be further divided into the following three levels: Architectural design. Preliminary or Interface design. Detailed Design.
Detailed explanation-3: -Software design typically involves 2 levels of design – namely architectural and detailed design. The Architectural design specifies the basic components of the software system such as user interface, database, reporting module, etc.
Detailed explanation-4: -Detailed Design-Detailed design deals with the implementation part of what is seen as a system and its sub-systems in the previous two designs. It is more detailed towards modules and their implementations. It defines logical structure of each module and their interfaces to communicate with other modules.
Detailed explanation-5: -There are three main types of level design: procedural generation, hybrid, and handcrafted levels.