Home

Definition of direct access

A way of accessing properties and methods supplied by WMI in a script as if they were automation properties and methods of an object instance.

Computer Science

Other definitions of direct access

The ability of a computer to find and go directly to a particular storage location without having to search sequentially from the beginning location. The human equivalent of random access would be the ability to find a desired address in an address book without having to proceed sequentially through all the addresses. A computer’s semiconductor memory (both RAM and ROM) provides random access. Certain types of files stored on disk under some operating systems also allow random access. Such files are best used for data in which each record has no intrinsic relationship to what comes physically before or after it, as in a client list or an inventory.

Computer Science