Describe the key characteristics of the Object Exchange Model (OEM).

What will be an ideal response?

An OEM object can be considered as a quadruple (label, oid, type, value). For example, we
can represent the Staff object &4 that contains a name and salary, together with the name
object &9 that contains the string “Ann Beech” and the salary object &10 that contains the
decimal value 12000 as follows:
```
{Staff, &4, set, {9, 10}}
{name, &9, string, “Ann Beech”}
{salary, &10, decimal, 12000}
```

OEM was designed specifically to handle the incompleteness of data, and the structure and
type irregularity.

Computer Science & Information Technology

You might also like to view...

Many of the functions that a laptop can perform can be accomplished on a tablet

Indicate whether the statement is true or false

Computer Science & Information Technology

Microsoft provides a collection of free utilities for analyzing and troubleshooting problems specific to the Windows operating system. These utilities are part of the ________________ suite

a. MSCONFIG b. Sysinternals c. Technet d. Winhex

Computer Science & Information Technology