question 8 10 pts one advantage of the n - tier architecture is that it allows the program code used to…

question 8 10 pts one advantage of the n - tier architecture is that it allows the program code used to access the database to be separate from the database, and the code can be divided into any number of logical components. true false
Answer
Brief Explanations:
The n - tier architecture is designed to separate different components of a system. One of its key features is that the code for database access (which could be in a data - access tier) is separated from the database itself. Also, the overall application code can be divided into multiple logical components (such as presentation tier, business logic tier, data access tier etc.) according to the requirements. This separation improves maintainability, scalability, and reusability.
Answer:
True