Final answer:
In Pega, data elements are called Properties and Pages. Properties are like variables to hold data, while Pages group related properties akin to objects.
Step-by-step explanation:
In Pega, data elements are referred to as Properties and Pages. A Property in Pega is similar to a variable in other programming environments; it is used to hold data values that can be of different data types such as a string, number, or date. Pages are used to group these properties together, similar to an object that contains related information. For instance, a Page could represent a customer, including properties for name, address, and phone number.