100% GRADED A+ 2025
Gosu - Answer - Core programming technology
Data Model - Answer - The organization of the data stored by the application
User Interface - Answer - What the user sees and interacts with
Application Logic - Answer - The behavior and functionality of the application
Page Configuration Formats - Answer - Changes to the UI are made in these components
Data Model Formula - Answer - Entities + Typelists
Entities - Answer - Dynamic information which is held or stored about things such as a person or a claim
Typelists - Answer - static information used to define details about an entity such as gender, type of
claimant, or severity of injury
Rules - Answer - Validation, assignment, approval, routing and so on
Classes - Answer - Functions that return calculated values, set values in fields, and so on
Functions - Answer - ex. Calculate the number of days since a loss date
Integration Mechanisms - Answer - Exchange of data or requests to perform work between two systems
, Common Integration Systems - Answer - exs. Authentication system, documents management system,
address book application system
Fields - Answer - Atomic data stored about the entity (non-restricted values)
Type Keys - Answer - A single reference to a value in a typelist
Array Keys - Answer - A set of single references to another entity
Foreign Keys - Answer - A single reference to the id of another entity
Fields ex. - Answer - Description, ClaimReportDate, WeatherRelated
Type Keys ex. - Answer - AccidentType, ClaimSource, LossType
Array Keys ex. - Answer - AllAddresses, SecondaryAddresses
Foreign Keys ex. - Answer - Catastrophe, AssignedGroup
Data Dictionary - Answer - Shows definitions of entities and typelists
Typelist Field - Answer - Predefined set of possible values
Typekey Field - Answer - Associated with a specific typelist
Impact of UI changes that are consistent with base product architecture - Answer - 1. Ensure consistent
look and feel
2. Simplify new user learning experience