In: Computer Science
1) When using a host-based architecture, which application component resides on the client?
a) Presentation logic
b) application logic
c) data access logic
d) none of the answers are correct
2) When using a client-server architecture, the __________________ component always resides on the client.
a) Presentation Logic
b) data access logic
c) application logic
1) When using a host-based architecture, which application component resides on the client?
Ans:
b) Application logic
Explaination: When it is a host based architecture, there is an application logic on both the sides (client and server)
2) When using a client-server architecture, the __________________ component always resides on the client.
Ans:
a) Presentation Logic
In Client server architecture, data access logic and application logic are present on the server side, and presentation logic is present on the client side. Presentation logic is responsible to provide an interface with whatever operation is being performed to the user and displays the result which is sent by the server when requested.
Let me know if you have any doubts or if you need anything to change. If you are satisfied with the solution, please leave a +ve feedback : ) Let me know for any help with any other questions. Thank You! ===========================================================================