Questions and 100% Revised Answers
1. Gosu: Core programming technology
2. Data Model: The organization of the data stored by the application
3. User Interface: What the user sees and interacts with
4. Application Logic: The behavior and functionality of the application
5. Page Configuration Formats: Changes to the UI are made in these components
6. Data Model Formula: Entities + Typelists
7. Entities: Dynamic information which is held or stored about things such as a person or a claim
8. Typelists: static information used to define details about an entity such as gender, type of claimant, or severity
of injury
9. Rules: Validation, assignment, approval, routing and so on
10. Classes: Functions that return calculated values, set values in fields, and so on
11. Functions: ex. Calculate the number of days since a loss date
12. Integration Mechanisms: Exchange of data or requests to perform work between two systems
13. Common Integration Systems: exs. Authentication system, documents management system, ad-
dress book application system
14. Fields: Atomic data stored about the entity (non-restricted values)
15. Type Keys: A single reference to a value in a typelist
16. Array Keys: A set of single references to another entity
17. Foreign Keys: A single reference to the id of another entity
18. Fields ex.: Description, ClaimReportDate, WeatherRelated
19. Type Keys ex.: AccidentType, ClaimSource, LossType
20. Array Keys ex.: AllAddresses, SecondaryAddresses
21. Foreign Keys ex.: Catastrophe, AssignedGroup
22. Data Dictionary: Shows definitions of entities and typelists
23. Typelist Field: Predefined set of possible values
24. Typekey Field: Associated with a specific typelist
25. Impact of UI changes that are consistent with base product architecture: 1.
1/6
, Ensure consistent look and feel
2. Simplify new user learning experience
3. Reduce development time
4. SImplify maintenance and upgrades
5. Reduce likelihood of performance impacts
2/6