Concept:The presentation tier is the user interface layer where end users interact with an application.Explanation:In a typical multi-tier architecture, software is split into presentation, application, and data tiers.The presentation tier provides the interface for displaying information and receiving user input.The application tier contains business logic and processes user requests.The data tier stores and manages the actual data in databases.End users directly interact with the interface, so they operate at the presentation tier.Answer:D. presentation