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...

Operating systems employ a technique called ________ to prevent indefinite postponement—as a thread waits in the ready state, the operating system gradually increases the thread’s priority to ensure that the thread will eventually run.

a. incrementing b. prioritizing c. maturing d. aging

Computer Science & Information Technology

On switch SW4, enable interface FastEthernet 0/10 where there is no active equipment. Does interface VLAN 1 come up?


What will be an ideal response?

Computer Science & Information Technology

________ is the process of selecting two or more worksheets

Fill in the blank(s) with correct word

Computer Science & Information Technology

Why is green often used as a background color for chromakey effects?

What will be an ideal response?

Computer Science & Information Technology