Question: Data types include: Primitive (like numbers, text, date/time), arrays; Collections (lists, arrays, tables); Objects Collections and objects allow to combine of multiple data entries together.

Data types include: Primitive (like numbers, text, date/time), arrays; Collections (lists, arrays, tables); Objects Collections and objects allow to combine of multiple data entries together. For example, arrays are used to store a number of entries, addressing each entry by the collection name and a numerical index of the entry within the collection. For example, student [0] means the first student in the list. Objects can store multiple data entries of any type including collections and even objects which stored under a field name. Then each entry is addressed by the object name and the field name. For example, user. name. Objects can also have methods which are algorithms or computing modules that can work with the data of the object itself. For example, student.list of courses() can be a module that will output the names from each course object associated with the student

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Business Communication Questions!