Multiple choice technology

General Interface employs a multi-tiered approach to object design. Any available function can be categorized into different distinct layers. Name them.

  1. Data layer

  2. Client logic layer

  3. Presentation layer

  4. Communication layer

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

General Interface's multi-tiered approach organizes functions into four distinct layers. The Data layer manages information storage and retrieval, the Client logic layer handles business rules and processing, the Presentation layer manages user interface components, and the Communication layer handles data exchange between client and server. All four layers are essential to the architecture.