Match the objectives of the types of design involved
Answer options
A
Architecture design → Defines the modules of the system and the functions that each module perform,
Low Level Design → Focuses on writing a detailed algorithm,
Interface design → Describes how the software communicates with itself, and with the users interacting with the software
B
Incorrect matching/order option A
C
Incorrect matching/order option B
D
Incorrect matching/order option C
Correct answer: Architecture design → Defines the modules of the system and the functions that each module perform, Low Level Design → Focuses on writing a detailed algorithm, Interface design → Describes how the software communicates with itself, and with the users interacting with the software
Explanation
The correct answer is: Architecture design → Defines the modules of the system and the functions that each module perform,....