{"id":279,"date":"2020-04-05T09:56:52","date_gmt":"2020-04-05T09:56:52","guid":{"rendered":"https:\/\/temp.ashkerala.com\/?p=279"},"modified":"2020-04-05T09:56:52","modified_gmt":"2020-04-05T09:56:52","slug":"computer-and-internet-terms-o","status":"publish","type":"post","link":"https:\/\/temp.ashkerala.com\/?p=279","title":{"rendered":"Computer and Internet Terms &#8211; O"},"content":{"rendered":"<p><strong><span>O notation <\/span><\/strong><span>(n) &#8211; \u00a0An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O(1) if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>O\/R Designer <\/span><\/strong><span>(PN) &#8211; \u00a0A tool that provides a visual design surface for creating LINQ to SQL entity classes and associations (relationships) based on objects in a database. The Object Relational Designer also provides functionality to map stored procedures and functions to System.Data.Linq.DataContext methods for returning data and manipulating entity classes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAB <\/span><\/strong><span>(n) &#8211; \u00a0A snapshot of information from an address book that has been downloaded so that an Outlook user can access it while disconnected from the server. It contains the properties of a user, such as e-mail addresses, that Outlook requires to send an e-mail message and display information about the sender.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAB distribution <\/span><\/strong><span>(n) &#8211; \u00a0The method by which the offline address book (OAB) can be accessed by users when they are working remotely or over a dial-up connection. To distribute the OAB, administrators can use Web-based distribution, public folder distribution, or both. Public folder distribution is required for Outlook 2003 or earlier clients.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAB distribution point <\/span><\/strong><span>(n) &#8211; \u00a0The HTTP Web address or public folder where client computers can download an offline address book. Public folder distribution is required for Outlook 2003 or earlier clients.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAB generation <\/span><\/strong><span>(n) &#8211; \u00a0The process by which Exchange Server creates and updates the OAB. Administrators can define when the OAB generation process will run.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAuth <\/span><\/strong><span>(PN) &#8211; \u00a0An open standard for authorization which allows users to share resources stored on one site with another site without having to share credentials.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OAuth Client ID <\/span><\/strong><span>(PN) &#8211; \u00a0A type of client ID that allows Open Authorization (OAuth). <strong>OAuth token <\/strong>(n) &#8211; \u00a0An entity encapsulating the security credentials for an OAuth login session.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Obfuscation <\/span><\/strong><span>(n) &#8211; \u00a0In software development, the deliberate act of creating obfuscated code to make it difficult for humans to understand and conceal its purpose or its logic, to prevent tampering, deter reverse engineering, or as a puzzle or recreational challenge for someone reading the source code.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object <\/span><\/strong><span>(n) &#8211; \u00a0An entity, such as a file, folder, shared folder, printer, or Active Directory object, described by a distinct, named set of attributes. For example, the attributes of a File object include its name, location, and size; the attributes of an Active Directory User object might include the user&#8217;s first name, last name, and e-mail address.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object <\/span><\/strong><span>(n) &#8211; \u00a0In object-oriented programming, an instance of a class. An object comprises data and methods that act on the data, and is treated as a discrete entity. <strong>object <\/strong>(n) &#8211; \u00a0A table, chart, graphic, equation, or other form of information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object <\/span><\/strong><span>(n) &#8211; \u00a0A drawing, image, shape, text, or other form of information that has been<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>added to the artboard.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object <\/span><\/strong><span>(n) &#8211; \u00a0An entity within SQL Server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object <\/span><\/strong><span>(n) &#8211; \u00a0An entity in a graph edge that the action is performed on.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object anchor <\/span><\/strong><span>(n) &#8211; \u00a0A format code in a desktop publishing or word processing document that keeps an element in the document, such as a figure or a caption or a label associated with the figure, in a certain position in the document. The anchored object is generally attached to another element in the document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object browser <\/span><\/strong><span>(PN) &#8211; \u00a0A dialog box that displays information about objects, properties, methods, and constants in the current project and in referenced object libraries, and that you use to search for an element, get help on it, or paste it into a module.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Browser <\/span><\/strong><span>(PN) &#8211; \u00a0A dialog box that displays information about objects, properties, methods, and constants in the current project and in referenced object libraries, and that you use to search for an element, get help on it, or paste it into a module.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object cache GC count <\/span><\/strong><span>(n) &#8211; \u00a0The total number of objects from the object cache that have been removed from memory by the garbage collector.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object cache live count <\/span><\/strong><span>(n) &#8211; \u00a0The total number of objects that are currently active in the object cache. These objects can quickly be retrieved from the cache. <strong>object caching <\/strong>(n) &#8211; \u00a0A type of caching that allows a reference to an object to remain accessible when the user navigates to a new domain.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object class <\/span><\/strong><span>(n) &#8211; \u00a0A category of objects that share a common set of characteristics. <strong>object construction <\/strong>(n) &#8211; \u00a0A COM+ service available to .NET Framework classes that passes a persistent string value to a class instance on construction of the instance. <strong>object context <\/strong>(n) &#8211; \u00a0The entity container defined in the conceptual schema. It contains a connection to the underlying data store and provides services such as change tracking. <strong>Object data type <\/strong>(n) &#8211; \u00a0A fundamental data type representing any object that can be recognized by Visual Basic. Although you can declare any object variable as type Object, it is best to declare object variables according to their specific types.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Dependencies pane <\/span><\/strong><span>(n) &#8211; \u00a0A pane that shows objects that have a dependency on the selected object. Also shows objects on which the selected object has dependencies. <strong>object dependency <\/strong>(n) &#8211; \u00a0A dependency at the object level.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Description Language <\/span><\/strong><span>(n) &#8211; \u00a0A scripting language used to describe exposed libraries, objects, types, and interfaces. ODL scripts are compiled into type libraries by the MIDL compiler.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Explorer <\/span><\/strong><span>(PN) &#8211; \u00a0The section of the Visual Studio integrated development environment (IDE) that contains nodes that represent database objects. <strong>object file <\/strong>(n) &#8211; \u00a0A file containing object code and\/or data generated by a compiler or an assembler from the source code of a program.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object flow <\/span><\/strong><span>(n) &#8211; \u00a0In an activity diagram, a dashed arrow that indicates that an object is input or output by an action. An object flow arrow connects an object flow state either to a control flow arrow or to an action state.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object flow state <\/span><\/strong><span>(n) &#8211; \u00a0In an activity diagram, a state that defines an object flow between actions. An object flow state signifies the availability of an instance of a classifier in a given state, usually as the result of an operation.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object frame <\/span><\/strong><span>(n) &#8211; \u00a0A control you place on a form or report to contain an object. <strong>object handler <\/strong>(n) &#8211; \u00a0A DLL loaded into an OLE container&#8217;s process space that acts on behalf of a local server. The object handler responds to container requests that do not require the attention of the server, such as requests for drawing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object ID <\/span><\/strong><span>(n) &#8211; \u00a0An attribute type in which the value of the attribute is a globally unique identifier (GUID) assigned by ILM2&#8242; to each resource when it is created.&#8217; <strong>object identifier <\/strong>(n) &#8211; \u00a0An attribute type in which the value of the attribute is a globally unique identifier (GUID) assigned by ILM2&#8242; to each resource when it is created.&#8217; <strong>object in state <\/strong>(n) &#8211; \u00a0In an activity diagram, an object that is manipulated by a number of successive activities. Each appearance of the object indicates a different phase in its life. <strong>object initializer <\/strong>(n) &#8211; \u00a0A set of name\/value pairs or unnamed variable initializers that are assigned to the public fields of an object in the same statement in which the object is declared.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object layout <\/span><\/strong><span>(n) &#8211; \u00a0The positioning of an object, such as a chart, shape, image or text box,<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>on a page, along with related options such as text-wrapping styles.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object library <\/span><\/strong><span>(n) &#8211; \u00a0A file that contains definitions of objects and their methods and<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>properties.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object lifeline <\/span><\/strong><span>(n) &#8211; \u00a0In a sequence diagram, a representation of the existence of an object at a particular time. If the object is created or destroyed during the time period the diagram represents, then the lifeline stops or starts at the appropriate point.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object lifetime <\/span><\/strong><span>(n) &#8211; \u00a0The span of time a cached object resides in cache and is available to be retrieved by cache clients. The object expires when its lifetime ends. Expired objects cannot be retrieved by cache clients, but remain in memory of the cache host until they are evicted. Specified as time to live (TTL).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object linking and embedding <\/span><\/strong><span>(n) &#8211; \u00a0A technology for transferring and sharing information among applications. When an object, such as an image file created with a paint program, is linked to a compound document, such as a spreadsheet or a document created with a word processing program, the document contains only a reference to the object; any changes made to the contents of a linked object will be seen in the compound document. When an object is embedded in a compound document, the document contains a copy of the object; any changes made to the contents of the original object will not be seen in the compound document unless the embedded object is updated.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Linking and Embedding Database <\/span><\/strong><span>(PN) &#8211; \u00a0A component database architecture that provides efficient network and Internet access to many types of data sources, including relational data, mail files, flat files, and spreadsheets. OLE DB comprises a specialized set of COM interfaces that expose data from a variety of data stores, both relational and nonrelational.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object linking and embedding for POS <\/span><\/strong><span>(n) &#8211; \u00a0A widely-adopted POS device standard initiated by Microsoft, NCR, Epson, and Fujitsu-ICL to help integrate POS hardware into applications for the Windows-,,^ family of operating systems.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object model <\/span><\/strong><span>(n) &#8211; \u00a0A hierarchical set of objects and its members &#8211; methods, properties, and events &#8211; that a particular component provides.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object model diagram <\/span><\/strong><span>(n) &#8211; \u00a0A graphical representation of the objects and collections that are contained within a specified object model.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object owner <\/span><\/strong><span>(n) &#8211; \u00a0The security account with special permissions for an object, usually the creator of the object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Palette <\/span><\/strong><span>(PN) &#8211; \u00a0A tab in the Toolbox where you can go to insert objects into your document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object path <\/span><\/strong><span>(n) &#8211; \u00a0A formatted string used to access namespaces, classes, and instances. Each object on the system has a unique path that identifies it locally or over the network. Object paths are conceptually similar to Universal Resource Locators (URL). <strong>object permission <\/strong>(n) &#8211; \u00a0A permitted create, read, update, delete, or execute operation on a securable object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object pooling <\/span><\/strong><span>(n) &#8211; \u00a0An automatic service provided by COM+ that enables you to configure a component so that instances of itself are kept active in a pool, ready to be used by any client that requests the component.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object protection level <\/span><\/strong><span>(n) &#8211; \u00a0The integrity level of an object, stored in a token or an object&#8217;s system access control list (SACL). The access check algorithm uses the object protection level to perform Mandatory Integrity Control (MIC).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object query <\/span><\/strong><span>(n) &#8211; \u00a0A query executed against an EDM within an object context that returns data as objects.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Relational Designer <\/span><\/strong><span>(PN) &#8211; \u00a0A tool that provides a visual design surface for creating LINQ to SQL entity classes and associations (relationships) based on objects in a database. The Object Relational Designer also provides functionality to map stored procedures and functions to System.Data.Linq.DataContext methods for returning data and manipulating entity classes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object scope <\/span><\/strong><span>(n) &#8211; \u00a0A set of objects about which a request can be submitted.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Services <\/span><\/strong><span>(PN) &#8211; \u00a0The services provided by the Entity Framework that enable application code to operate on entities in terms of .NET Framework objects. <strong>object tab <\/strong>(n) &#8211; \u00a0A tab that you use to display or work with a database object, such as a table, query, form, or report.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Test Bench <\/span><\/strong><span>(n) &#8211; \u00a0A tool that creates instances of a project&#8217;s objects, calls their methods, and evaluates the results.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Test Bench <\/span><\/strong><span>(PN) &#8211; \u00a0A Visual J# feature that is designed for simple object-level testing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object type <\/span><\/strong><span>(n) &#8211; \u00a0An opaque data structure that defines a protected entity that is implemented and manipulated by the operating system. For example, the system service that reads a file operates on an open file object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object type <\/span><\/strong><span>(n) &#8211; \u00a0A part of a schema that defines the representation of a resource in ILM<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>2&#8242;.&#8217;<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object type mapping <\/span><\/strong><span>(n) &#8211; \u00a0A relationship between an object type that is used to represent a resource in ILM 2&#8242; and an object class that is used to represent that object in the metaverse.&#8217;<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object variable <\/span><\/strong><span>(n) &#8211; \u00a0A variable that contains a reference to an object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Object Visualization Configuration <\/span><\/strong><span>(n) &#8211; \u00a0Configuration objects that are used to render UI in the Universal Object Control for authoring a specific object type in ILM 2&#8242;.&#8217; <strong>object zoom <\/strong>(n) &#8211; \u00a0A view that shows a close-up of an object within a document. <strong>object-action paradigm <\/strong>(n) &#8211; \u00a0The basic interaction model for the user interface in which the object to be acted upon is specified first, followed by the command to be executed. <strong>objective <\/strong>(n) &#8211; \u00a0A group of key performance indicators (KPIs) that correspond to the functional areas or strategic initiatives of an organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>objective KPI <\/span><\/strong><span>(n) &#8211; \u00a0A KPI that derives its target value and score from a rollup of its child KPIs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object-level keyframe <\/span><\/strong><span>(n) &#8211; \u00a0A type of keyframe that applies to entire objects, such as a rectangle object, or a grid that contains multiple objects.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ObjectLink <\/span><\/strong><span>(n) &#8211; \u00a0An OLE data format that describes a linked object, identifying the class, document name, and name of an object. Each of these data items is a null-terminated string.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object-oriented <\/span><\/strong><span>(adj) &#8211; \u00a0Of, pertaining to, or being a system or language that supports the use of objects.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>object-oriented database <\/span><\/strong><span>(n) &#8211; \u00a0A flexible database that supports the use of abstract data types, objects, and classes and that can store a wide range of data, often including sound, video, and graphics, in addition to text and numbers. Some object-oriented databases allow data retrieval procedures and rules for processing data to be stored along with the data or in place of the data. This allows the data to be stored in areas other than in the physical database, which is often desirable when the data files are large, such as those for video files.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Objects (in 100s) <\/span><\/strong><span>(PN) &#8211; \u00a0The unit of measure for Active Directory objects.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Objects and Timeline <\/span><\/strong><span>(n) &#8211; \u00a0The area of the workspace that displays all of the objects on the artboard and the animation timeline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>objects view <\/span><\/strong><span>(n) &#8211; \u00a0The list of objects that appear on the artboard. This list shows the general structure of the content on the artboard, reflecting Z-order or markup order as well as nesting.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ObjectSpaces <\/span><\/strong><span>(n) &#8211; \u00a0An Object\/Relational mapping tool fully integrated with Microsoft ADO.NET and Microsoft .NET technologies that puts an abstraction layer between your business tier and the raw-data tier where the physical connection to the data source is handled.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>obligation <\/span><\/strong><span>(n) &#8211; \u00a0A legally binding commitment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>oblique <\/span><\/strong><span>(adj) &#8211; \u00a0Describing a style of text created by slanting a roman font to simulate italics when a true italic font isn&#8217;t available on the computer or printer. <strong>observational <\/strong>(adj) &#8211; \u00a0Pertaining to data that represents a set of observations and their associated space-time regions, typically on the earth.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>obsolete <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to a software feature, component or technology that has not been enhanced or updated in several product releases and that will be excluded from future product releases. Obsolete technologies might not be supported.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>occupation code <\/span><\/strong><span>(n) &#8211; \u00a0A code that represents the type of work performed by an employee within the organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>occupational illness <\/span><\/strong><span>(n) &#8211; \u00a0An illness caused by exposure to environmental factors in the work environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>occupational injury <\/span><\/strong><span>(n) &#8211; \u00a0An injury resulting from an accident in the work environment. <strong>OCR <\/strong>(oth) &#8211; \u00a0A method of translating images of printed text into machine-encoded text. <strong>OCR <\/strong>\u00a0&#8211; \u00a0(Optical Character Recognition)- A program which attempts to convert a scanned image (ie a picture) of text into text that can be edited in a word processor. The result is rarely 100% accurate and must be carefully proofread, but it can save a lot of retyping. <strong>OCR line <\/strong>(n) &#8211; \u00a0A line of characters that is read by special character recognition equipment and translated into computer text.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCR reference control <\/span><\/strong><span>(n) &#8211; \u00a0A service from BGC that confirms the validity of an OCR reference number in the BG Max file. The user can confirm only the digits or also confirm the character length.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCSP <\/span><\/strong><span>(n) &#8211; \u00a0A protocol that allows real-time validation of a certificate&#8217;s status by having the CryptoAPI make a call to an OCSP responder and the OCSP responder providing an immediate validation of the revocation status for the presented certificate. Typically, an OCSP responder responds with the revocation status check request based on the certificate revocation list (CRL) or other forms of revocation status it retrieves from the certification authorities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCSP responder <\/span><\/strong><span>(n) &#8211; \u00a0A computer on which the Online Responder service and Online Responder web proxy are running.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCSP responder service <\/span><\/strong><span>(n) &#8211; \u00a0A service that is part of the Online Responder role service and that decodes a revocation status request for a specific certificate, evaluates the status of this certificate, and sends back a signed response containing the requested certificate status information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCT <\/span><\/strong><span>(n) &#8211; \u00a0A one-stop shop for customizing Office deployment and setup behaviors.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OCT <\/span><\/strong><span>(n) &#8211; \u00a0An imaging method used to obtain high resolution cross-sectional images of the retina.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>octal <\/span><\/strong><span>(adj) &#8211; \u00a0The base-8 number system consisting of the digits 0 through 7, from the Latin octo, meaning eight&#8217;. The octal system is used in programming as a compact means of representing binary numbers.&#8217;<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>octal escape sequence <\/span><\/strong><span>(n) &#8211; \u00a0In regular expressions, a backslash followed by one, two, or three octal digits (0-7). It matches a character in the target sequence that has the value that is specified by those digits.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>octet <\/span><\/strong><span>(n) &#8211; \u00a0A unit of data that consists of exactly 8 bits, regardless of the number of bits a computer uses to represent a small amount of information such as a character.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OData Connector <\/span><\/strong><span>(n) &#8211; \u00a0A feature that enables connectivity from SharePoint to external systems that use the OData protocol.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OData Extension Provider <\/span><\/strong><span>(PN) &#8211; \u00a0A Business Connectivity Services feature that enables developers to extend functionality that is provided by the OData connector.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODBC <\/span><\/strong><span>(n) &#8211; \u00a0In the Microsoft WOSA (Windows Open System Architecture) structure, an interface providing a common language for Windows applications to gain access to a database on a network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODBC data source <\/span><\/strong><span>(n) &#8211; \u00a0Data and the information needed to access that data from programs and databases that support the Open Database Connectivity (ODBC) protocol. <strong>ODBC database <\/strong>(n) &#8211; \u00a0A database for which an Open Database Connectivity (ODBC) driver that you can use for importing, linking to, or exporting data is supplied.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODBC driver <\/span><\/strong><span>(n) &#8211; \u00a0A program file used to connect to a particular database. Each database program, such as Access or dBASE, or database management system, such as SQL Server, requires a different driver.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODBC resource dispenser <\/span><\/strong><span>(n) &#8211; \u00a0A DLL that manages pools of database connections for COM+ components that use the standard open database connectivity (ODBC) programming interfaces.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODC file <\/span><\/strong><span>(n) &#8211; \u00a0A file that stores information about a connection to a data source, such as an Access database, spreadsheet, or text file, and that facilitates data source administration.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>odd parity <\/span><\/strong><span>(n) &#8211; \u00a0Parity bit set so that there is an odd number of 1 bits.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODL <\/span><\/strong><span>(n) &#8211; \u00a0A scripting language used to describe exposed libraries, objects, types, and interfaces. ODL scripts are compiled into type libraries by the MIDL compiler.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODM <\/span><\/strong><span>(n) &#8211; \u00a0A manufacturer that designs and manufactures its own products and sells them to other companies with established brand names. Established brand name companies add their logos and sell ODM products as their own.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODS library <\/span><\/strong><span>(n) &#8211; \u00a0A set of C functions that makes an application a server. ODS library calls respond to requests from a client in a client\/server network. Also manages the communication and data between the client and the server. ODS library follows the tabular data stream (TDS) protocol.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ODS log file <\/span><\/strong><span>(n) &#8211; \u00a0A log file used to store Open Data Services (ODS) error messages. The default log file for ODS is Srv.log.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEAT <\/span><\/strong><span>(PN) &#8211; \u00a0A comprehensive scanning tool that helps assess your configuration and the compatibility of existing add-ins and applications in your environment with Office prior to deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM <\/span><\/strong><span>\u00a0&#8211; \u00a0(Original Equipment Manufacturer)- A company that actually builds computers, as opposed to just retailing them. \u0393\u00c7\u00ffOEM software&#8217; is ordinary software bought in bulk at a discount by the OEM and pre-installed on a new machines, usually without printed manuals. OEM software cannot legally be sold separately from a computer, so when offered for sale at huge discounts is either pirated, or not what it claims to be.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM Activation <\/span><\/strong><span>(n) &#8211; \u00a0Technology that helps restrict legitimately licensed operating system software to use with the computer system upon which it was originally distributed by a royalty OEM, all in accordance with the license rights granted in the applicable Microsoft Software License Terms.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM branding <\/span><\/strong><span>(n) &#8211; \u00a0The inclusion of a company name, logo, support information, and Help files into the Microsoft Windows installation.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM License Agreement <\/span><\/strong><span>(n) &#8211; \u00a0A legal agreement between Microsoft Licensing, Inc., and OEMs, regarding the terms of preinstalling, customizing, and distributing Microsoft Windows XP. For system builders, the corresponding agreement is affixed to the side of every OEM Distribution Pack. By opening the package, you agree to all the terms of the Microsoft OEM System Builder Agreement. For royalty OEMs, the license agreement is a signed contract. The specific requirements and customization options that apply to either or both license agreements are documented in the OPK User&#8217;s Guide.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM link <\/span><\/strong><span>(n) &#8211; \u00a0A link on the Start menu where OEMs can place any desired links or shortcuts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM manufacturer <\/span><\/strong><span>(n) &#8211; \u00a0The maker of a piece of equipment. In making computers and related equipment, manufacturers of original equipment typically purchase components from other manufacturers of original equipment, integrate them into their own products, and then sell the products to the public.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM picks <\/span><\/strong><span>(PN) &#8211; \u00a0A collection of items (such as apps and games) selected by a device manufacturer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM Preinstallation Kit <\/span><\/strong><span>(n) &#8211; \u00a0A set of tools, documentation, and samples that enable OEMs to preinstall Windows efficiently on new computers according to the terms of the OEM Licensing Agreement.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OEM Setup Analyzer <\/span><\/strong><span>(PN) &#8211; \u00a0A Windows extensible tool that is used by both Microsoft and OEMs to have a common depth analysis of the first boot experience and address any issues.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Off Work <\/span><\/strong><span>(PN) &#8211; \u00a0An item on the user&#8217;s My Status drop-down menu. This is a status the user can select to say that he or she is not working right now, but is on personal time. <strong>off -axis <\/strong>(adj) &#8211; \u00a0One of the presets for 3D rotation effects. When selected, specifies that the object will be rotated off-axis.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offer <\/span><\/strong><span>(n) &#8211; \u00a0A set of information that describes the details of a subscription.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offer <\/span><\/strong><span>(n) &#8211; \u00a0A set of information that describes the details of a subscription to Office 365. <strong>Offer Hyperlink Text <\/strong>(PN) &#8211; \u00a0The text of the hyperlink that will appear in an email marketing email messages that links to the offer description.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Offer URL <\/span><\/strong><span>(PN) &#8211; \u00a0The optional URL to the user-managed offer pages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offering <\/span><\/strong><span>(n) &#8211; \u00a0Something that is offered to a client or customer, or the act of offering. <strong>Office 2007 Embedded Storage <\/strong>(PN) &#8211; \u00a0An extension module that stores information (metadata) within Office 2007 files.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 admin center <\/span><\/strong><span>(PN) &#8211; \u00a0The web portal from which each company&#8217;s service administrator can manage user accounts and settings for each of the Office 365 services to which they subscribe.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 APIs <\/span><\/strong><span>(PN) &#8211; \u00a0A set of web services built on top of the Office 365 platform that makes available Office 365 components or data, such as documents, spreadsheets, presentations, calendars, mail, contacts, and tasks. These services are available from within apps for Office, apps for SharePoint, and also from third-party sites or applications who want to use Office 365 components, but are hosted on another platform, such as Microsoft Azure.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Business <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides Word, Excel, PowerPoint, Outlook, and Publisher and that includes OneDrive and cannot be licensed for more than 300 users per organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Business Essentials <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides a suite of cloud services that includes Exchange Online, SharePoint Online, Lync Online, and Office Online and cannot be licensed for more than 300 users per organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Business Premium <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription to Word, Excel, PowerPoint, Outlook, and Publisher that also includes cloud services such as Exchange Online, Lync Online, and SharePoint Online and cannot be licensed for more than 300 users per organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Compliance Admin Center <\/span><\/strong><span>(n) &#8211; \u00a0An administrative portal in the Office 365 suite that offers compliance features for Office 365 services.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Developer <\/span><\/strong><span>(n) &#8211; \u00a0A person who develops applications that run on Office 365. <strong>Office 365 Education E1 for Faculty <\/strong>(PN) &#8211; \u00a0The Office 365 subscription for faculty that allows them to access communication and collaboration tools from virtually anywhere, at any time and that includes document viewing and lightweight editing with Office Online. <strong>Office 365 Education E1 for Students <\/strong>(PN) &#8211; \u00a0The Office 365 subscription for students that allows them to access communication and collaboration tools from virtually anywhere, at any time and that includes document viewing and lightweight editing with Office Online.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Education E3 for Faculty <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides faculty and staff with the familiar Office desktop suite of apps, as well as Office Online, document sharing and collaboration, instant messaging and enterprise-class email, while including voice mail and advanced archiving capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Education E3 for Students <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides students with the familiar Office desktop suite of apps, as well as Office Online, document sharing and collaboration, instant messaging and enterprise-class email and includes voice mail and advanced archiving capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Education E4 for Faculty <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides faculty and staff with the familiar Office desktop apps, as well as Office Online, document sharing and collaboration, instant messaging and enterprise-class email, while including advanced archiving capabilities and enterprise voice capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Education E4 for Students <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides students with the familiar Office desktop apps, as well as Office Online, document sharing and collaboration, instant messaging and enterprise-class email, while including advanced archiving capabilities and enterprise voice capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise <\/span><\/strong><span>(PN) &#8211; \u00a0A subscription offering that provides an online service version of the familiar Office desktop suite, plus cloud-based versions of communications and collaboration services such as Exchange Online, SharePoint Online, and Lync Online, and other enterprise-level features.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E1 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for businesses that need communication and collaboration tools accessible from PCs, the Web and mobile devices. <strong>Office 365 Enterprise E1 (Government Pricing) <\/strong>(PN) &#8211; \u00a0The Office 365 subscription for government organizations that need communication and collaboration tools and the ability to read and do lightweight editing of documents with the Office Online that is hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E1 Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for businesses that need communication and collaboration tools accessible from PCs, the Web and mobile devices.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E2 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for businesses that need communication and collaboration tools and the ability to read and do lightweight editing of documents with the Office Web Apps.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E3 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for businesses that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Web Apps.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E3 (Government Pricing) <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that is the best plan for government organizations that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Online, and that is<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E3 (Government Pricing) Trial <\/span><\/strong><span>(PN) &#8211; \u00a0The the limited-day trial for government organizations for the offer for Office 365 Enterprise E3 that is hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E3 Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for businesses that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Web Apps.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E4 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for businesses that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Web Apps and on-premises server rights to information protection and enterprise voice capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E4 (Government Pricing) <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription, hosted in the commercial cloud environment, for government organizations that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Online and on-premises server rights to information protection and enterprise voice capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise E4 Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for businesses that need full productivity, communication and collaboration tools with the familiar Office suite, including Office Web Apps and on-premises server rights to information protection and enterprise voice capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise K1 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for people in your business without a dedicated PC that need occasional access to Web email and internal sites.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise K1 Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for people in your business without a dedicated PC that need occasional access to Web email and internal sites.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise K2 <\/span><\/strong><span>(n) &#8211; \u00a0An Office 365 online subscription for people in your business without a dedicated PC that need occasional access to Web email, internal sites and documents with Office Web Apps.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Enterprise K2 Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for people in your business without a dedicated PC that need occasional access to Web email, internal sites and documents with Office Web Apps.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Extra File Storage (Government Pricing) <\/span><\/strong><span>(PN) &#8211; \u00a0The offer for government organizations for Office 365 Extra File Storage that is hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 First Release program <\/span><\/strong><span>(PN) &#8211; \u00a0An opt-in release track that gives Office 365 tenant admins the ability to decide whether users in their organization receive new features as soon as they are released by Microsoft.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 global navigation <\/span><\/strong><span>(n) &#8211; \u00a0A control used in Office 365 mobile applications to indicate navigation between applications in Office 365.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Government <\/span><\/strong><span>(n) &#8211; \u00a0The Office 365 online subscription for government organizations that need communication and collaboration tools accessible from PCs, the Web and mobile devices.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Message Encryption <\/span><\/strong><span>(PN) &#8211; \u00a0A service that enables users to send encrypted<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>email messages to any recipient on the Internet.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Midsize Business <\/span><\/strong><span>(PN) &#8211; \u00a0A subscription offering designed for midsize businesses with fewer than 250 users that want business-class email, file-sharing, web conferencing plus familiar Office applications -\u0393\u00e9\u00bc\u0393\u00c7\u00a3 Word, Excel, PowerPoint, Outlook, OneNote, Access, Publish and Lync.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Midsize Business Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-day trial for an Office 365 online subscription for midsize businesses (fewer than 250 users) that need that need Office suite, email, instant messaging, document\/content management, and web conferencing. Includes Microsoft Office for Windows, Mac, mobile, Office Web Apps and IT management capabilities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Partner Admin <\/span><\/strong><span>(PN) &#8211; \u00a0The web app that provides the key functionality of the O365 Partner Admin Center on mobile devices.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Preview <\/span><\/strong><span>(n) &#8211; \u00a0The public preview version of Office 365 (An online suite of services from Microsoft that combines the familiar Office desktop suite with cloud-based versions of communications and collaboration services.)<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 ProPlus <\/span><\/strong><span>(PN) &#8211; \u00a0An enterprise-level subscription offering that includes online service versions of Word, PowerPoint, Excel, Outlook, OneNote, Access, Publisher, and Lync.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 ProPlus (Government Pricing) <\/span><\/strong><span>(PN) &#8211; \u00a0The offer for government<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>organizations for Office 365 ProPlus that is hosted in the commercial cloud environment. <strong>Office 365 ProPlus A for Faculty <\/strong>(n) &#8211; \u00a0Office ProPlus Subscription for Faculty and Staff at K12 and Higher Education institutions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 ProPlus A for Students <\/span><\/strong><span>(n) &#8211; \u00a0Office ProPlus Subscription for Students at K12 and Higher Education institutions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 ProPlus for Government <\/span><\/strong><span>(PN) &#8211; \u00a0The offer for government organizations for Office 365 ProPlus that is hosted in the government cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 service update <\/span><\/strong><span>(n) &#8211; \u00a0The customer-facing term for an update of Office 365. Internally, we recognize this as an update from one version to another (e.g. from wave 14 to wave 15). Externally, we do not use the term version&#8217; for a service update.&#8217;<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 settings <\/span><\/strong><span>(PN) &#8211; \u00a0The web page were users can find and modify all of their Office 365 settings.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Small Business <\/span><\/strong><span>(PN) &#8211; \u00a0The Office 365 subscription that provides a suite of cloud services that includes Exchange Online, SharePoint Online, Lync Online, and Office Online and cannot be licensed for more than 300 users per organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Small Business Premium <\/span><\/strong><span>(PN) &#8211; \u00a0A premium subscription offering for small businesses (fewer than 10 users) and professionals that need familiar Office applications &#8211; \u0393\u00e9\u00bc\u0393\u00c7\u00a3 Word, Excel, PowerPoint, Outlook, OneNote, Access, Publisher and Lync &#8211; plus email, instant messaging, web conferencing, and a public website. Includes Microsoft Office for Windows, Mac, and mobile.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 Small Business Premium Trial <\/span><\/strong><span>(n) &#8211; \u00a0A limited-time trial for small businesses and professionals (fewer than 25 users) that need Office suite, email, instant messaging, document\/content management, and web conferencing. Includes Microsoft Office for Windows, Mac, mobile and Office Web Apps. Simple setup and deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office 365 University <\/span><\/strong><span>(PN) &#8211; \u00a0A consumer subscription offering for higher education students that includes Word, Excel, PowerPoint, OneNote, Outlook, Publisher and Access across multiple devices plus Office services such as personalized experience, Office on Demand, Skype world minutes, additional OneDrive storage and ongoing access to upgrades.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Anytime Upgrade <\/span><\/strong><span>(PN) &#8211; \u00a0A program that lets users try out and purchase applications that are part of a higher value suite than the one they purchased.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Automation Services <\/span><\/strong><span>(PN) &#8211; \u00a0Collectively, the SharePoint service applications that write to ULS logs using shared code for automated document processing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Auto-Revisions <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that makes automatic versions of user documents during each autosave operation and allows the user to revert to previous copies of the document with ease.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Business App <\/span><\/strong><span>(PN) &#8211; \u00a0The Microsoft Office system provides a set of servers, clients, and tools to make it easier for enterprises and software vendors to build and deploy composite applications in the enterprise. These solutions, called Office Business Applications (OBAs), are quick to build and deploy; empower end users through extensive personalization capabilities; are easy to change when business needs require; and are built using familiar Microsoft Office tools and applications.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Business Application <\/span><\/strong><span>(PN) &#8211; \u00a0A composite application that uses Microsoft Office programs as the presentation layer for line-of-business systems, data and processes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Button <\/span><\/strong><span>(PN) &#8211; \u00a0A button that replaces the File menu beginning with some 2007 Microsoft Office system programs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Casual <\/span><\/strong><span>(PN) &#8211; \u00a0A series of videos and blog entries that show you simple ways to get the most out of Microsoft Office, your devices, and your online services.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Communications Server <\/span><\/strong><span>(n) &#8211; \u00a0A computer that runs Microsoft Office Communications Server software.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Communications Server Certificate Wizard <\/span><\/strong><span>(PN) &#8211; \u00a0The wizard that guides users through the process of configuring certificates for Office Communications Server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office compatibility definition file <\/span><\/strong><span>(n) &#8211; \u00a0A file that stores information about compatibility issues and workarounds and makes it available to the Office Telemetry Log and Office Telemetry Dashboard.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Customization Tool <\/span><\/strong><span>(n) &#8211; \u00a0A one-stop shop for customizing Office deployment and setup behaviors.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office data connection file <\/span><\/strong><span>(n) &#8211; \u00a0A file that stores information about a connection to a data source, such as an Access database, spreadsheet, or text file, and that facilitates data source administration.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Deployment Tool <\/span><\/strong><span>(PN) &#8211; \u00a0A tool in Office 365 that enables IT professionals to manage how Office is installed for their users. Users receive the correct language and configurations individually tailored to them automatically, without the need to install anything themselves.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Developer Center <\/span><\/strong><span>(PN) &#8211; \u00a0A website that provides content and resources to help developers create custom solutions with Microsoft Office.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Developer Tools <\/span><\/strong><span>(PN) &#8211; \u00a0You can extend Office 2013 and Office 2010 by using Office developer tools in Visual Studio to create apps and solutions. Apps focus on web integration, and solutions target the .NET Framework and are more deeply integrated with the Office object model.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Diagnostics <\/span><\/strong><span>(n) &#8211; \u00a0A feature that may be able to identify the root cause of crashes if an Office application is repeatedly crashing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Document Cache <\/span><\/strong><span>(PN) &#8211; \u00a0A client-side cache for documents that are stored on Web servers. Documents are seamlessly replicated from this local cache, and uploaded to servers as required, enabling faster and more robust file access.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office enabled device <\/span><\/strong><span>(n) &#8211; \u00a0A removable storage device that has been configured with Office applications using the Office To-Go Device Manager.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office File Validation <\/span><\/strong><span>(PN) &#8211; \u00a0A security feature that validates files before allowing them to be loaded by the application, in order to protect against file format vulnerabilities. <strong>Office Fluent <\/strong>(adj) &#8211; \u00a0Characterized by design and functional elements introduced in the 2007 Microsoft Office suite user interface.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Fluent user interface <\/span><\/strong><span>(PN) &#8211; \u00a0The user interface introduced with the 2007 Microsoft Office suite. It includes components and features such as the Ribbon, Galleries, Live Preview, the Mini Toolbar, and Contextual Tabs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for Android <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Microsoft Office that runs on the Android operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for iPad, iPhone and iPod touch <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Microsoft Office that runs on iPad, iPhone, and iPod touch.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for iPhone <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Office that runs on iPhone.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for Mac <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Microsoft Office that runs on the Mac operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for Mac for Office 365 <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Office from Office 365 that runs on the Mac operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office for Mac Preview <\/span><\/strong><span>(PN) &#8211; \u00a0The public preview of Office for Mac.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Forms Server <\/span><\/strong><span>(PN) &#8211; \u00a0A scalable, security-enhanced, standards-based solution that centralizes control and management of electronic forms by allowing customers to use a common Web browser to interact with information. It will help streamline organizations forms-driven business processes with existing systems.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Genuine Advantage <\/span><\/strong><span>(PN) &#8211; \u00a0A program for licensed Office software that provides access to updates, value-added downloads, free software trials, and special promotions. <strong>Office Graph <\/strong>(PN) &#8211; \u00a0The graph that represents relationships and interactions between people, items, and people and items across office 365.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Home &amp; Business <\/span><\/strong><span>(PN) &#8211; \u00a0The 2013 edition of the Office suite that supports common tasks for home and small business use, and that includes Word, Excel, PowerPoint, OneNote, and Outlook.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Home &amp; Student <\/span><\/strong><span>(PN) &#8211; \u00a0The 2013 edition of the base consumer offering of the Office suite, which includes Word, Excel, PowerPoint and OneNote.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Home &amp; Student 2013 RT <\/span><\/strong><span>(PN) &#8211; \u00a0The RT version of the Office Home &amp; Student 2013 edition, our base consumer offering, that is included with Windows RT. It includes Word, Excel, PowerPoint and OneNote.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Home and Student 2010 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2010 edition of the suite of Microsoft productivity software that supports common business tasks, including word processing, e\u252c\u00a1mail, presentations, and data management and analysis, designed for home and students.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Installer <\/span><\/strong><span>(PN) &#8211; \u00a0An application that installs all program and support files associated with Microsoft Office.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Language Pack <\/span><\/strong><span>(PN) &#8211; \u00a0A set of resources for Microsoft Office software that provides support for features such as Help and proofing tools in a particular language or set of languages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Lens <\/span><\/strong><span>(PN) &#8211; \u00a0An app that enables you to capture the content of a whiteboard or document as a picture and optionally save it in OneNote. You can also access this functionality from OneNote directly in OneNote for the Windows Store, Windows Phone, iOS, and Android.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>office location <\/span><\/strong><span>(n) &#8211; \u00a0A contact&#8217;s office number.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Migration Planning Manager <\/span><\/strong><span>(PN) &#8211; \u00a0A group of tools designed to help administrators during the planning and testing phases of Microsoft Office deployment. <strong>Office Multi-Language Pack <\/strong>(n) &#8211; \u00a0A volume licensing solution that provides Office Language Pack support for all available languages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office on Demand <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that enables subscription customers to launch Office rich client applications online from a computer on which those applications are not already installed.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Online Sharing Service <\/span><\/strong><span>(n) &#8211; \u00a0A service that allows users to share calendars through an Office Online website.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Presentation Service <\/span><\/strong><span>(PN) &#8211; \u00a0A free online service that enables Office users to share presentations with people who view them on the web.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional <\/span><\/strong><span>(PN) &#8211; \u00a0The Office suite that supports common business tasks, and that includes Word, Excel, PowerPoint, OneNote, Outlook, Publisher, and Access.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional 2010 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2010 edition of the suite of Microsoft productivity software that supports common business tasks, including word processing (Word), e-mail (Outlook with Business Contact Manager), presentations (PowerPoint and Publisher), and data management and analysis (Access and Excel).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of Office Professional.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional Academic 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of Microsoft Office available only to eligible students who attend an educational institution geographically located in the United States.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional Plus <\/span><\/strong><span>(PN) &#8211; \u00a0The 2013 edition of the Office suite that supports common business tasks, and that includes Word, Excel, PowerPoint, OneNote, Outlook, Publisher, Access, Lync, and InfoPath.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Professional Plus 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of Office Professional Plus. <strong>Office Ready <\/strong>(n) &#8211; \u00a0A program that separates the pre-installation of Microsoft Office software from the software license sale. Under this program, OEMs can preinstall a build of Office on their PCs without paying royalty to Microsoft. No royalty is due at the time of pre-installation because the software is not licensed perpetually until a product key is purchased and activated by the end-user.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Ready PC <\/span><\/strong><span>(n) &#8211; \u00a0A PC with a preinstalled build of Office that can be activated by the end-user through purchase of a license kit.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Roaming Service <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that helps keep a user&#8217;s Office settings up to date across devices running Office.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Scrapbook <\/span><\/strong><span>(PN) &#8211; \u00a0A feature designed to help users manage random clippings and tidbits of info.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Side-by-Side <\/span><\/strong><span>(PN) &#8211; \u00a0A Click-to-Run feature that enables two versions of Office to exist on the same computer to provide a seamless transition for users in supported scenarios.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Standard <\/span><\/strong><span>(PN) &#8211; \u00a0The 2013 edition of the Office suite that supports common business tasks, and that includes Word, Excel, PowerPoint, OneNote, Outlook, and Publisher.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Standard 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of Office Standard.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Start screen <\/span><\/strong><span>(PN) &#8211; \u00a0A screen that gives users quick access to recent documents and recommended templates when an Office application starts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Starter To-Go <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that enables users to take Office Starter programs with them on a USB drive or other portable device and use them on another computer while the device is plugged in.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Store <\/span><\/strong><span>(PN) &#8211; \u00a0An Internet site that provides a collection of products and services developed by Microsoft partners for Microsoft Office users.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Suite <\/span><\/strong><span>\u00a0&#8211; \u00a0A related group of programs for business use, usually including a word- processor, spreadsheet, database and a number of other programs. The best known is Microsoft Office.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Telemetry Agent <\/span><\/strong><span>(PN) &#8211; \u00a0A feature of the Office Telemetry Dashboard that supports collection and upload of inventory and usage data for Office related solutions on client computers across an organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Telemetry Dashboard <\/span><\/strong><span>(PN) &#8211; \u00a0A tool that enables IT pros to monitor usage, error, and compatibility issue information from Office related solutions on client machines across an organization.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Telemetry Log <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that displays an Office event log in Excel format and helps the user to find and resolve known compatibility issues for Office files and solutions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office telemetry logging <\/span><\/strong><span>(n) &#8211; \u00a0The process that populates data to the Office Telemetry Log.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Telemetry Processor <\/span><\/strong><span>(PN) &#8211; \u00a0A Windows service application that reads data files uploaded by the Office Telemetry Agent and inserts the data into SQL Server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Update <\/span><\/strong><span>(n) &#8211; \u00a0A web page on the Office Online website maintained by the Microsoft Office product group for the purpose of providing critical updates, add-ins, converters, and viewers that increase the performance and stability of currently released Office programs. <strong>Office Upload Center <\/strong>(PN) &#8211; \u00a0A central hub for viewing pending uploads to http servers (mainly SharePoint) and correcting upload errors.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Viewing Architecture <\/span><\/strong><span>(PN) &#8211; \u00a0The end-to-end architecture that powers the Word and PowerPoint viewing experience in the browser. It includes the front-end machines to service the browser requests and the back-end machines which convert the document from a DOC or PPT file to PNG, each representing a page of your document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office Web Components <\/span><\/strong><span>(n) &#8211; \u00a0Microsoft COM controls that allow users to publish spreadsheets, charts, and databases to an intranet and edit published documents within a Web browser.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office XML Handler <\/span><\/strong><span>(PN) &#8211; \u00a0A utility that launches the appropriate Office application when a user tries to open an XML file.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Office-enabled app for SharePoint <\/span><\/strong><span>(PN) &#8211; \u00a0An app that has both an Office and a SharePoint component.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline <\/span><\/strong><span>(adj) &#8211; \u00a0A network status that indicates a client is not connected to a server. <strong>offline <\/strong>(adj) &#8211; \u00a0In reference to a computing device or a program, unable to communicate with a primary database or controlling computer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline <\/span><\/strong><span>(adj) &#8211; \u00a0A state that marks a component in a failover cluster or server cluster as unavailable. A node in an offline state is either inactive or not running. Clustered services and applications, and the resources within them, also have an offline state.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Offline <\/span><\/strong><span>(PN) &#8211; \u00a0Pertaining to a user who, during business hours (or at any time if no business hours have been set), is not signed in to any Lync or Communicator, or IM device and cannot be contacted by phone (no call forwarding information is published). <strong>offline <\/strong>(adj) &#8211; \u00a0Pertaining to a user who, during business hours (or at any time if no business hours have been set), is not signed in to any Lync or Communicator, or IM device and cannot be contacted by phone (no call forwarding information is published). <strong>offline <\/strong>(adj) &#8211; \u00a0A user presence state of being unavailable.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Offline <\/span><\/strong><span>(PN) &#8211; \u00a0The status that appears when a user signs out. This status shows this user is not available to call and IM on Skype.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline address book <\/span><\/strong><span>(n) &#8211; \u00a0A snapshot of information from an address book that has been downloaded so that an Outlook user can access it while disconnected from the server. It contains the properties of a user, such as e-mail addresses, that Outlook requires to send an e-mail message and display information about the sender.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline address book distribution <\/span><\/strong><span>(n) &#8211; \u00a0The method by which the offline address book (OAB) can be accessed by users when they are working remotely or over a dial-up connection. To distribute the OAB, administrators can use Web-based distribution, public folder distribution, or both. Public folder distribution is required for Outlook 2003 or earlier clients.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline address book distribution point <\/span><\/strong><span>(n) &#8211; \u00a0The HTTP Web address or public folder where client computers can download an offline address book. Public folder distribution is required for Outlook 2003 or earlier clients.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline address book generation <\/span><\/strong><span>(n) &#8211; \u00a0The process by which Exchange Server creates and updates the OAB. Administrators can define when the OAB generation process will run. <strong>Offline Contacts <\/strong>(n) &#8211; \u00a0A default contact group name that Communicator uses for all contacts who are currently offline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline cube file <\/span><\/strong><span>(n) &#8211; \u00a0A file you create on your hard disk or a network share to store OLAP source data for a PivotTable or PivotChart report. Offline cube files allow you to keep working when you are not connected to the OLAP server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline data source <\/span><\/strong><span>(n) &#8211; \u00a0A secondary data source that is accessible to users who fill out forms offline. When a user is online, data from the data source is stored on the user&#8217;s computer so that it can appear in controls when the form is offline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline database <\/span><\/strong><span>(n) &#8211; \u00a0A local working copy of a remote shared database in which you can make changes while you are disconnected. You can synchronize changes with the remote shared database when you reconnect.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Offline Files <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that makes network files available to an end user when a network connection to the server is unavailable or slow.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline folder file <\/span><\/strong><span>(n) &#8211; \u00a0The file on your hard disk that contains offline folders. The offline folder file has an .ost extension. You can create it automatically when you set up Outlook, or when you first make a folder available offline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline Help <\/span><\/strong><span>(n) &#8211; \u00a0Help that is available to the user while not being connected to or part of a system or network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline installation <\/span><\/strong><span>(n) &#8211; \u00a0The process of installing packages and other updates to a Windows image that is not currently running. For example, you can update a Windows image with security updates, language packs, or other packages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline instant message <\/span><\/strong><span>(n) &#8211; \u00a0An instant message that is transmitted while the sender or recipient is offline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline mode <\/span><\/strong><span>(n) &#8211; \u00a0The state in which users fill out forms when working offline. <strong>offline publishing <\/strong>(n) &#8211; \u00a0?The process by which- a developer allows- an app to be purchased in bulk licensing and managed by business and IT managers offline. <strong>offline restore <\/strong>(n) &#8211; \u00a0A restore during which the database is offline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline servicing <\/span><\/strong><span>(n) &#8211; \u00a0The process of installing packages and other updates to a Windows image that is not currently running. For example, you can update a Windows image with security updates, language packs, or other packages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offline user state capture <\/span><\/strong><span>(n) &#8211; \u00a0A type of user state capture that can be performed within Windows Preinstallation Environment phase without needing to boot into full OS. <strong>offloading <\/strong>(n) &#8211; \u00a0The process of transferring part of the processing demand to another device.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>off-net <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to dialing a number not serviced by the user&#8217;s PBX or Unified Communications deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>off-network <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to dialing a number not serviced by the user&#8217;s PBX or Unified Communications deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Off-Page Reference <\/span><\/strong><span>(n) &#8211; \u00a0A 2-D shape that you can use in large flowchart diagrams to link to another page in the drawing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Off-peak times <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that allows the user to schedule automatic<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>synchronization between the device and the Exchange Server every time an item arrives or is changed in Exchange Server (if the organization is running Exchange Server with Exchange ActiveSync), and after the first full synchronization with Exchange Server when the volume of e-mail is low.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offset <\/span><\/strong><span>(v) &#8211; \u00a0To move an object from its initial X, Y, and Z (three-dimensional objects only) coordinates to new coordinates.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offset account <\/span><\/strong><span>(n) &#8211; \u00a0In double-entry accounting, the account used to balance a transaction so that debits equal credits.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offset account <\/span><\/strong><span>(n) &#8211; \u00a0An account used to reduce the gross amount of another account to create a net balance.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offset entry <\/span><\/strong><span>(n) &#8211; \u00a0In allocations, an entry used to balance the account, dimension, or other field information for the allocation destination. Offset entries typically clear or reduce the source amounts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offset transaction <\/span><\/strong><span>(n) &#8211; \u00a0An accounting entry that balances a debit with a credit or a credit with a debit.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offside <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to, or characteristic of, code that triggers the end of a construct because it is not indented far enough. In other words, code to the left of an offside line is offside. In correctly indented code, you take advantage of the offside rule in order to delineate the end of constructs. If you use indentation improperly, an offside condition can cause the compiler to issue a warning or can lead to the incorrect interpretation of your code.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>offside line <\/span><\/strong><span>(n) &#8211; \u00a0The column that determines the context for a coding construct, for example, a try-\u0393\u00e9\u00bc]with&#8217; construct. Code that appears to the left of this line is offside <strong>Off-topic <\/strong>\u00a0&#8211; \u00a0A message which is not relevant to a particular- newsgroup- orforum- on the Internet is said to be \u0393\u00c7\u00ffoff-topic&#8217;. Posting off-topic messages in newsgroups annoys people intensely, as they make it harder to follow the discussion properly.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OGC <\/span><\/strong><span>(PN) &#8211; \u00a0The standards body that defines standards for describing and communicating geospatial data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OID <\/span><\/strong><span>(n) &#8211; \u00a0A number that identifies an object class or attribute. Object identifiers (OIDs) are organized into an industry-wide global hierarchy. An object identifier is represented as a dotted decimal string, such as 1.2.3.4, with each dot representing a new branch in the hierarchy. National\/regional registration authorities issue root object identifiers to individuals or organizations, who manage the hierarchy below their root object identifier. <strong>OIM <\/strong>(n) &#8211; \u00a0An information model published by the Metadata Coalition (MDC) and widely supported by software vendors. The OIM is a formal description of metadata constructs organized by subject area.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OIOXML <\/span><\/strong><span>(oth) &#8211; \u00a0In Denmark, a standard for XML electronic invoices that are used by the public sector. OIO is Danish for Offentlig Information Online (Public Information Online.)<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLAP <\/span><\/strong><span>(PN) &#8211; \u00a0A technology that uses multidimensional structures to provide rapid access to data for analysis. The source data for OLAP is commonly stored in data warehouses in a relational database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLAP cube <\/span><\/strong><span>(n) &#8211; \u00a0A set of data that is organized and summarized into a multidimensional structure that is defined by a set of dimensions and measures.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLAP database <\/span><\/strong><span>(n) &#8211; \u00a0A relational database system capable of handling queries more complex than those handled by standard relational databases, through multidimensional access to data (viewing the data by several different criteria), intensive calculation capability, and specialized indexing techniques.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLAP provider <\/span><\/strong><span>(n) &#8211; \u00a0A set of software that provides access to a particular type of OLAP database. This software can include a data source driver and other client software that is necessary to connect to a database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Oldies <\/span><\/strong><span>(n) &#8211; \u00a0One of the music genres that appears under Genre classification in Windows Media Player library. Based on ID3 standard tagging format for MP3 audio files. ID3v1 genre ID # 11.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>old-style number <\/span><\/strong><span>(n) &#8211; \u00a0A number represented in a style where numeric glyphs have varying heights and positions and may extend below the baseline. Using old-style numbers in body text improves its overall look and readability.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE <\/span><\/strong><span>(n) &#8211; \u00a0A technology for transferring and sharing information among applications.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>When an object, such as an image file created with a paint program, is linked to a compound document, such as a spreadsheet or a document created with a word processing program, the document contains only a reference to the object; any changes made to the contents of a linked object will be seen in the compound document. When an object is embedded in a compound document, the document contains a copy of the object; any changes made to the contents of the original object will not be seen in the compound document unless the embedded object is updated.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE container <\/span><\/strong><span>(n) &#8211; \u00a0An application that contains a linked or embedded OLE object from another application. For example, if an OLE object in an Access database contains a Microsoft Excel worksheet, Access is the OLE container.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE container control <\/span><\/strong><span>(n) &#8211; \u00a0A Visual Basic control that is used to link and embed objects from other applications in a Visual Basic application.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE DB <\/span><\/strong><span>(PN) &#8211; \u00a0A component database architecture that provides efficient network and Internet access to many types of data sources, including relational data, mail files, flat files, and spreadsheets. OLE DB comprises a specialized set of COM interfaces that expose data from a variety of data stores, both relational and nonrelational.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE DB provider <\/span><\/strong><span>(n) &#8211; \u00a0A program in the OLE DB architecture that enables native access to data, instead of accessing data using ODBC or IISAM drivers, which are external ways to access the data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE embedded object <\/span><\/strong><span>(n) &#8211; \u00a0An object embedded within a compound document in which only a single piece of content can be active.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE for POS <\/span><\/strong><span>(n) &#8211; \u00a0A widely-adopted POS device standard initiated by Microsoft, NCR, Epson, and Fujitsu-ICL to help integrate POS hardware into applications for the Windows- \u0393\u00c7\u20a7C family of operating systems.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE object <\/span><\/strong><span>(n) &#8211; \u00a0An object that supports the OLE protocol for object linking and embedding.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE Object data type <\/span><\/strong><span>(n) &#8211; \u00a0A field data type that you use for objects created in other applications that can be linked or embedded (inserted) in an Access database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE server <\/span><\/strong><span>(n) &#8211; \u00a0An application or DLL that supplies a linked or embedded OLE object to another application. For example, if an OLE object in an Access database contains a Microsoft Excel worksheet, Excel is the OLE server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLE\/DDE link <\/span><\/strong><span>(n) &#8211; \u00a0A connection between an OLE object and its OLE server, or between a dynamic data exchange (DDE) source document and a destination document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLMA <\/span><\/strong><span>(PN) &#8211; \u00a0The Microsoft Identity Lifecycle Manager (ILM) 2007 management agent provided by Microsoft to connect to Outlook Live. It is an ILM component that consists of properties, rules, and rules extensions that determine how an object is processed.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OLTP <\/span><\/strong><span>(n) &#8211; \u00a0A system for processing transactions as soon as the computer receives them and updating master files immediately in a database management system. OLTP is useful in financial record keeping and inventory tracking.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OMID <\/span><\/strong><span>(n) &#8211; \u00a0A label that is electronically recorded on each medium in a Removable Storage system. Removable Storage uses on-media identifiers to track media in the Removable Storage database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on account <\/span><\/strong><span>(adj) &#8211; \u00a0The extension of credit for purchases.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on hold <\/span><\/strong><span>(adj) &#8211; \u00a0A status that indicates that an active telephone call has been temporarily suspended.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on hold <\/span><\/strong><span>(adj) &#8211; \u00a0The state of an operational process that has been suspended or the status of a document and product that participate in a process that is suspended. <strong>on mute <\/strong>(adj) &#8211; \u00a0A status showing on the phone when the speaker is turned off and the person on the other line can&#8217;t hear you.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on order <\/span><\/strong><span>(adj) &#8211; \u00a0Having the status of being ordered but not yet delivered.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>On\/Standby power button <\/span><\/strong><span>(n) &#8211; \u00a0The power button that turns a device, computer, or Surface unit, on and off.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-access protection <\/span><\/strong><span>(n) &#8211; \u00a0Virus protection (e.g. antivirus software) that is active continuously, as opposed to on demand.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-account payment <\/span><\/strong><span>(n) &#8211; \u00a0A fixed installment payment that is agreed to in a payment plan.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-account statement <\/span><\/strong><span>(n) &#8211; \u00a0A report of invoiced on-account transaction amounts for a project.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>onboard <\/span><\/strong><span>(v) &#8211; \u00a0To move an application into the store. Involves the uploading and certification of an app&#8217;s packages and listing data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-chip performance counter <\/span><\/strong><span>(n) &#8211; \u00a0A register on a CPU chip that stores very low-level information. This information can be queried.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-demand publishing point <\/span><\/strong><span>(n) &#8211; \u00a0A type of publishing point that streams content to clients by request. Content streamed from an on-demand publishing point is always delivered as a unicast stream.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-demand report <\/span><\/strong><span>(n) &#8211; \u00a0A report that is not scheduled, but created on an as-needed basis. For on-demand reports, as with scheduled reports, current data is gathered before the report is generated.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-demand streaming <\/span><\/strong><span>(n) &#8211; \u00a0A technology and method for the interactive delivery of digital media across a network in a continuous flow and playing it as it is received when they choose to, rather than having to watch at a specific broadcast time.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-demand workflow <\/span><\/strong><span>(n) &#8211; \u00a0A type of workflow that runs only when a user specifically starts it from within the Web application UI. User action is required to start the workflow. <strong>One time <\/strong>(PN) &#8211; \u00a0A data limit plan where users purchase upfront a quota of data for a given time. For instance, pre-paid 500MB which expire in 6 months.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one way to source binding <\/span><\/strong><span>(n) &#8211; \u00a0A type of data binding where changes made to the target automatically update the source, while changes to the source don&#8217;t update the target. Data binding is always set on the target object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneCare circle <\/span><\/strong><span>(n) &#8211; \u00a0The computers that share a OneCare subscription.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-click publish <\/span><\/strong><span>(n) &#8211; \u00a0A feature in Visual Studio that lets you deploy a Web application from the development computer to a server by clicking a button on a toolbar, and to deploy changes by clicking the button again, without having to redeploy the full application. You can create multiple publishing profiles to define the settings for different publishing scenarios, such as deploying to a test server, to a production server, and so on. <strong>One-click Subscribe <\/strong>(PN) &#8211; \u00a0A plug-in that enables users to quickly insert an HTML tag into the body of an email message that, when clicked, adds the email address of the email recipient to the specified list.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneCore <\/span><\/strong><span>(PN) &#8211; \u00a0The unified, component-based software architecture model that provides a large and highly consistent set of APIs across multiple Windows 10-based device families.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-dimensional measurement <\/span><\/strong><span>(n) &#8211; \u00a0A measurement with a single characterization of the magnitude or extent of the property of an object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive <\/span><\/strong><span>(PN) &#8211; \u00a0The Microsoft online service that lets users access and share documents, photos, and other files from anywhere.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive <\/span><\/strong><span>(PN) &#8211; \u00a0An app that facilitates online file storage.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive (cloud only) <\/span><\/strong><span>(PN) &#8211; \u00a0The source location of files that are stored on OneDrive and not synced to the local device. This is different from other OneDrive files (just called OneDrive&#8217;)<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive Business <\/span><\/strong><span>(PN) &#8211; \u00a0A document service that enables organizations to provision and manage online storage for their users.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive camera roll <\/span><\/strong><span>(n) &#8211; \u00a0A folder that&#8217;s automatically added to OneDrive when photos are uploaded from Windows Phone.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive for Business <\/span><\/strong><span>(PN) &#8211; \u00a0A document service that enables organizations to provision and manage online storage for their users.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive for Business with Office Online (Government Pricing) <\/span><\/strong><span>(PN) &#8211; \u00a0The offer for government organizations for OneDrive for Business that includes Office Online, and that is hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive for Business with Office Online (Government Pricing) Trial <\/span><\/strong><span>(PN) &#8211; \u00a0The limited-day trial for government organizations for the offer for OneDrive for Business that includes Office Online, and that is hosted in the commercial cloud environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive for Mac <\/span><\/strong><span>(PN) &#8211; \u00a0An app for Mac computers that creates a folder on the user&#8217;s computer, downloads the contents of their OneDrive, and keeps the folder in sync with any file changes online and among additional computers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneDrive.com <\/span><\/strong><span>(PN) &#8211; \u00a0The URL for Microsoft OneDrive.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-level interactive template <\/span><\/strong><span>(n) &#8211; \u00a0A workflow template which allows the administrator to define one question with two answers. The answer determines which queue the call is routed to.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of OneNote.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote API <\/span><\/strong><span>(PN) &#8211; \u00a0A set of web-based API instructions and requirements for creating, retrieving, and modifying pages in OneNote.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote Clipper <\/span><\/strong><span>(n) &#8211; \u00a0A browser-based tool that enables users to save web pages to OneNote.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote for Android <\/span><\/strong><span>(PN) &#8211; \u00a0The version of OneNote that runs on the Android operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote for iPad <\/span><\/strong><span>(PN) &#8211; \u00a0The version of OneNote that runs on iPad.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote for iPhone <\/span><\/strong><span>(PN) &#8211; \u00a0The version of OneNote that runs on iPhone.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote for Mac <\/span><\/strong><span>(PN) &#8211; \u00a0The version of OneNote that runs on the Mac operating system. <strong>OneNote for Mac for Office 365 <\/strong>(PN) &#8211; \u00a0The version of OneNote from Office 365 that runs on the Mac operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote Online Viewer <\/span><\/strong><span>(PN) &#8211; \u00a0A OneNote Web App technology that enables users to view in full fidelity a OneNote document that is stored online.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote share <\/span><\/strong><span>(n) &#8211; \u00a0The feature that lets users create and share OneNote meeting notes in a Lync Meeting. Notes appear as docked in a Lync Meeting, with participant lists that can be updated in meeting notes for participants to see.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote Staff Notebook <\/span><\/strong><span>(PN) &#8211; \u00a0The SharePoint app that allows an administrator to set up a custom shared OneNote notebook and a content library for a team in a corporate environment, as well as a private notebook for each direct report that only the manager has access to.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote Staff Notebook <\/span><\/strong><span>(PN) &#8211; \u00a0The SharePoint app for educators that allows an IT administrator to set up a custom shared OneNote notebook and a content library for groups in educational institutions (K-12 and college level), as well as a private notebook that only the educator and his\/her supervisor have access to.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneNote Staff Notebook for Education <\/span><\/strong><span>(PN) &#8211; \u00a0The SharePoint app for educators that allows an IT administrator to set up a custom shared OneNote notebook and a content library for groups in educational institutions (K-12 and college level), as well as a private notebook that only the educator and his\/her supervisor have access to.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-off address <\/span><\/strong><span>(n) &#8211; \u00a0An address that is used to send messages to recipients who do not have a corresponding entry in any of the session&#8217;s address book containers. <strong>one-pass encoding <\/strong>(n) &#8211; \u00a0An encoding method in which content is analyzed and compressed in the same pass through the encoder.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-time bypass <\/span><\/strong><span>(n) &#8211; \u00a0To allow access one-time.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-time password <\/span><\/strong><span>(n) &#8211; \u00a0Passwords produced by special password generating software or by a hardware token and that can be used only once.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-to-many relationship <\/span><\/strong><span>(n) &#8211; \u00a0An association between two tables in which the primary key value of each record in the primary table corresponds to the value in the matching field or fields of many records in the related table.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-to-one relationship <\/span><\/strong><span>(n) &#8211; \u00a0An association between two tables in which the primary key value of each record in the primary table corresponds to the value in the matching field or fields of one, and only one, record in the related table.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-way trust <\/span><\/strong><span>(n) &#8211; \u00a0A trust relationship between two domains in which only one of the two domains trusts the other domain. For example, domain A trusts domain B, and domain B does not trust domain A. One-way trusts are often used to enable authenticated access to resource domains.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>one-way trust relationship <\/span><\/strong><span>(n) &#8211; \u00a0A trust relationship between two domains in which only one of the two domains trusts the other domain. For example, domain A trusts domain B, and domain B does not trust domain A. One-way trusts are often used to enable authenticated access to resource domains.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OneX <\/span><\/strong><span>(n) &#8211; \u00a0An Institute of Electrical and Electronics Engineers (IEEE) standard that defines port-based network access control which either allows or denies connection requests to IEEE 802.3 wired Ethernet networks or IEEE 802.11 wireless networks. <strong>OnExit event <\/strong>(n) &#8211; \u00a0An event triggered when transitioning from a given state regardless of the next state of the transition.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-hand <\/span><\/strong><span>(adj) &#8211; \u00a0A quantity type assigned to the quantity of an item that is located in inventory and is available to be sold.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-hand inventory <\/span><\/strong><span>(n) &#8211; \u00a0Items that are physically in stock and available to be used or sold.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-hold fiscal period <\/span><\/strong><span>(n) &#8211; \u00a0The state of a fiscal period that can be reopened and that prevents its use as a time period classifier for account entries.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>onion diagram <\/span><\/strong><span>(n) &#8211; \u00a0A type of block diagram with concentric and partial layer shapes. <strong>online <\/strong>( Adverb ) \u00a0&#8211; \u00a0A state that marks a component in a failover cluster or server cluster as available. When a node is online, it is an active member of the cluster and can own and run clustered services and applications, honor cluster database updates, contribute votes to the quorum algorithm, and maintain heartbeats. Clustered services and applications, and the resources within them, also have an online state.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to a user, a file or a computer currently connected a server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online <\/span><\/strong><span>(oth) &#8211; \u00a0An item on the user&#8217;s My Status menu. This is a status the user can select while signed in, to make it appear to other users that he is currently online.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online <\/span><\/strong><span>(PN) &#8211; \u00a0The status that appears when a user signs in. This status shows this user is available to call and IM on Skype.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online <\/span><\/strong><span>\u00a0&#8211; \u00a0Connected to the internet, or of the internet.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online -\u0393\u00e9\u00bc\u0393\u00c7\u00a3 Experience Can Change <\/span><\/strong><span>(oth) &#8211; \u00a0A content descriptor developed by the Entertainment Software Rating Board (ESRB).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online account <\/span><\/strong><span>(n) &#8211; \u00a0A single set of sign-in credentials (typically, e-mail address and password) that is used to access the services provided by an online service provider (OSP). <strong>online analytical processing <\/strong>(n) &#8211; \u00a0A technology that uses multidimensional structures to provide rapid access to data for analysis. The source data for OLAP is commonly stored in data warehouses in a relational database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Archive <\/span><\/strong><span>(PN) &#8211; \u00a0A repository that is separate from the user&#8217;s mailbox and that allows items to be archived on the server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Certificate Status Protocol <\/span><\/strong><span>(n) &#8211; \u00a0A protocol that allows real-time validation of a certificate&#8217;s status by having the CryptoAPI make a call to an OCSP responder and the OCSP responder providing an immediate validation of the revocation status for the presented certificate. Typically, an OCSP responder responds with the revocation status check request based on the certificate revocation list (CRL) or other forms of revocation status it retrieves from the certification authorities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Certificate Status Protocol responder <\/span><\/strong><span>(n) &#8211; \u00a0A computer on which the Online Responder service and Online Responder web proxy are running.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Contacts <\/span><\/strong><span>(n) &#8211; \u00a0A default contact group name that Communicator uses for all contacts who are currently online.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online content <\/span><\/strong><span>(n) &#8211; \u00a0Material that has been published on the Internet<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online database <\/span><\/strong><span>(n) &#8211; \u00a0A remote shared database that is synchronized with your local copy. <strong>online document storage <\/strong>(n) &#8211; \u00a0A document library such as SharePoint Online. <strong>online event <\/strong>(n) &#8211; \u00a0An auditorium-style meeting that requires participants to register in order to attend.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online help <\/span><\/strong><span>(n) &#8211; \u00a0The capability of many programs and operating systems to display advice or instructions for using their features when so requested by the user, as by a screen button or menu item or a function key.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online identity <\/span><\/strong><span>(n) &#8211; \u00a0A single set of sign-in credentials (typically, e-mail address and password) that is used to access the services provided by an online service provider (OSP). <strong>online identity association <\/strong>(n) &#8211; \u00a0The binding of an online identity with the user account<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>on a given PC. Once the association exists, the online identity can be used as a pointer to the user account. For example, with remote media connection, the online identity can be used to point to PC names and IP addresses.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online maintenance window <\/span><\/strong><span>(n) &#8211; \u00a0Period of time during which online maintenance occurs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online manual <\/span><\/strong><span>(n) &#8211; \u00a0An electronic version of a user guide or manual that will release with the software.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online meeting <\/span><\/strong><span>(n) &#8211; \u00a0A collaborative-style meeting.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder <\/span><\/strong><span>(n) &#8211; \u00a0A computer on which the Online Responder service and Online Responder web proxy are running.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder <\/span><\/strong><span>(n) &#8211; \u00a0A service that is part of the Online Responder role service and that decodes a revocation status request for a specific certificate, evaluates the status of this certificate, and sends back a signed response containing the requested certificate status information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder <\/span><\/strong><span>(n) &#8211; \u00a0A role service installed on a trusted server that receives and responds to individual client requests for information about the status of a certificate. <strong>Online Responder role service <\/strong>(n) &#8211; \u00a0A role service installed on a trusted server that receives and responds to individual client requests for information about the status of a certificate.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder service <\/span><\/strong><span>(n) &#8211; \u00a0A service that is part of the Online Responder role service and that decodes a revocation status request for a specific certificate, evaluates the status of this certificate, and sends back a signed response containing the requested certificate status information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder snap-in <\/span><\/strong><span>(n) &#8211; \u00a0A snap-in that allows you to configure and manage revocation configurations and Online Responder Arrays to support public key infrastructure (PKI) clients in diverse environments.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Responder web proxy <\/span><\/strong><span>(n) &#8211; \u00a0The web proxy for the Online Responder that receives and decodes requests, and caches responses for a configurable period of time. <strong>online restore <\/strong>(n) &#8211; \u00a0A restore in which one or more secondary filegroups, files belonging to secondary filegroups, or pages are restored while the database remains online. Online restore is available only in the SQL Server 2005 Enterprise Edition (including the Evaluation and Developer Editions).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online safety <\/span><\/strong><span>(n) &#8211; \u00a0The protection of Internet users from phishing fraud, indentity threat, spyware, and malware (malicious software).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online service <\/span><\/strong><span>(n) &#8211; \u00a0A business that provides access to databases, file archives,<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>conferences, chat groups, and other forms of information through dial-up, or dedicated communications links, or through the Internet. Most online information services also offer access to the Internet connections along with their own proprietary services. The largest consumer online information services in the U.S. are America Online, CompuServe, and MSN.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online service provider <\/span><\/strong><span>(n) &#8211; \u00a0A provider of online services like e-mail, messaging, and others (example: Windows Live, Yahoo, Google).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online servicing <\/span><\/strong><span>(n) &#8211; \u00a0The process of installing packages and other updates to a Windows image that is currently running.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Online Spotlight <\/span><\/strong><span>(n) &#8211; \u00a0A section of the Business Contact Manager Home page where links to Help topics and other information are provided. The links are included in the Online Spotlight section to call the user&#8217;s attention to the information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online status <\/span><\/strong><span>(n) &#8211; \u00a0The condition of a user that can be displayed to the user&#8217;s contacts to communicate whether the user is currently online and available, offline and unavailable, and so on.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online storage <\/span><\/strong><span>(n) &#8211; \u00a0Storage space provided over the Internet that&#8217;s allotted to users for keeping digital information, such as photos or documents.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online storefront <\/span><\/strong><span>(n) &#8211; \u00a0A business that displays its merchandise on the Internet and has provisions for contact or online sales.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online support <\/span><\/strong><span>(n) &#8211; \u00a0Customer assistance in the form of online Knowledge Base articles, FAQs, troubleshooting tools, and other resources. By using Self-help online support, many customers can resolve their issues without contacting Microsoft directly.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>online training <\/span><\/strong><span>(n) &#8211; \u00a0A meeting or recording that is conducted for training purposes. <strong>Online Video <\/strong>(PN) &#8211; \u00a0A feature that lets you insert a video from a web-based source into your document and play it back without leaving the document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-media identifier <\/span><\/strong><span>(n) &#8211; \u00a0A label that is electronically recorded on each medium in a Removable Storage system. Removable Storage uses on-media identifiers to track media in the Removable Storage database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-net <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to dialing a number serviced by the user&#8217;s PBX or Unified Communications deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-network <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to dialing a number serviced by the user&#8217;s PBX or Unified Communications deployment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OnNow Power Initiative <\/span><\/strong><span>(n) &#8211; \u00a0A system-wide approach to power management. All components can be instantly on or off and work in conjunction with hardware and software components to alter their power state as system use requires. <strong>on-object UI <\/strong>(n) &#8211; \u00a0A user interface that appears near a selected object, usually after the user right-clicks a selection, for example, a context menu that pops up above or beside a selected object and displays a list of commands that fit the selection.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-object user interface <\/span><\/strong><span>(n) &#8211; \u00a0A user interface that appears near a selected object, usually after the user right-clicks a selection, for example, a context menu that pops up above or beside a selected object and displays a list of commands that fit the selection. <strong>on-premises <\/strong>(adj) &#8211; \u00a0Pertaining to an application on a local server or client computer, which usually hosts users for business\/commercial usage.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-premises messaging system <\/span><\/strong><span>(n) &#8211; \u00a0The messaging system that an administrator runs on their own servers in their own company as compared to a messaging system that is run in the cloud (hosted).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-screen instructions <\/span><\/strong><span>(n) &#8211; \u00a0Instructions for users displayed on the screen.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-screen keyboard <\/span><\/strong><span>(n) &#8211; \u00a0A keyboard representation on the screen that allows users to type using touch, a stylus, or other input device.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>on-the-wire compression <\/span><\/strong><span>(n) &#8211; \u00a0A performance optimization in DPM that reduces the size of data transferred during replica creation and synchronization, thereby increasing the rate of data throughput without negatively affecting network performance.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ontology <\/span><\/strong><span>(n) &#8211; \u00a0The science of being. It concerns itself with the types and structures of objects, relationships, characteristics, events, processes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OOBE <\/span><\/strong><span>(n) &#8211; \u00a0The experience that is presented to end users the first time they start a new computer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OOBE application <\/span><\/strong><span>(n) &#8211; \u00a0An application that determines what the out-of-box experience will be.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>oobe.xml file <\/span><\/strong><span>(n) &#8211; \u00a0A content file that can be used to store content to display in the customizable areas of Windows Welcome, Welcome Center, and the Get Connected Wizard.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OOUI <\/span><\/strong><span>(n) &#8211; \u00a0A user interface that appears near a selected object, usually after the user right-clicks a selection, for example, a context menu that pops up above or beside a selected object and displays a list of commands that fit the selection.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opacity <\/span><\/strong><span>(n) &#8211; \u00a0The quality that defines how much light passes through an object&#8217;s pixels. If an object is 100 percent opaque, no light passes through it.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opacity mask <\/span><\/strong><span>(n) &#8211; \u00a0A path or shape that is applied to another object. The transparent portions of the path represent areas where the underlying image is hidden, whereas the opaque portions of the mask indicate where the masked object is allowed<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opaque URL <\/span><\/strong><span>(n) &#8211; \u00a0A URL that has a scheme that is not followed by two slashes (\/\/).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPC <\/span><\/strong><span>(PN) &#8211; \u00a0The specification that describes the requirements for packages and for software that implements package-processing operations.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to the status assigned to records in the system that are in progress. <strong>open <\/strong>(v) &#8211; \u00a0To make an object, such as a file, accessible.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open <\/span><\/strong><span>(adj) &#8211; \u00a0The state in a period in which activity can occur, the state of an operational process, or the status of a source document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open appearance <\/span><\/strong><span>(n) &#8211; \u00a0The visual display of an object when the user opens the object into its own window.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Authorization <\/span><\/strong><span>(PN) &#8211; \u00a0An open standard for authorization which allows users to share resources stored on one site with another site without having to share credentials. <strong>open content model <\/strong>(n) &#8211; \u00a0A set of XML document rules that states that an element in an XML document can have additional child elements and attributes that are not declared in the schema that the document references.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Data Services library <\/span><\/strong><span>(n) &#8211; \u00a0A set of C functions that makes an application a server. ODS library calls respond to requests from a client in a client\/server network. Also manages the communication and data between the client and the server. ODS library follows the tabular data stream (TDS) protocol.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Database Connectivity <\/span><\/strong><span>(n) &#8211; \u00a0In the Microsoft WOSA (Windows Open System Architecture) structure, an interface providing a common language for Windows applications to gain access to a database on a network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open department sale <\/span><\/strong><span>(n) &#8211; \u00a0The sale of an item that is not tracked individually (e.g. through a barcode or a key on the register).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Device Access Model <\/span><\/strong><span>(PN) &#8211; \u00a0The access model for horizontal solutions, which enables a horizontal strategy. Open Device Access enables many different Windows Store apps to access a specialized device. Examples: a smartphone with multiple apps that synchronize contacts; a pedometer that allows multiple apps to read its data and post it to a website.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open fiscal period <\/span><\/strong><span>(n) &#8211; \u00a0The state of a fiscal period that allows its use as a time period classifier for account entries.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open generic type <\/span><\/strong><span>(n) &#8211; \u00a0A constructed generic type in which one or more of the generic type arguments substituted for its generic type parameters is a type parameter of an enclosing generic type or method. Open generic types cannot be instantiated.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Geospatial Consortium <\/span><\/strong><span>(PN) &#8211; \u00a0The standards body that defines standards for describing and communicating geospatial data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Information Model <\/span><\/strong><span>(n) &#8211; \u00a0An information model published by the Metadata Coalition (MDC) and widely supported by software vendors. The OIM is a formal description of metadata constructs organized by subject area.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open opportunity <\/span><\/strong><span>(n) &#8211; \u00a0An opportunity that has not yet been won or lost and is at any of the following sales stages: prospecting, qualification, needs analysis, proposal, price quote, negotiation, or review.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open order <\/span><\/strong><span>(n) &#8211; \u00a0An order that has not yet been posted to the ledger.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Packaging Conventions <\/span><\/strong><span>(PN) &#8211; \u00a0The specification that describes the requirements for packages and for software that implements package-processing operations. <strong>open path <\/strong>(n) &#8211; \u00a0A vector path whose beginning and end points are not the same. <strong>open proxy <\/strong>(n) &#8211; \u00a0A proxy server that accepts connection requests from anyone anywhere and forwards the traffic as if it has originated from the local hosts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Received Files <\/span><\/strong><span>(oth) &#8211; \u00a0An item on the File menu that opens files that the user has received via Communicator conversations.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open shape <\/span><\/strong><span>(n) &#8211; \u00a0A shape such as a line, arc, or zigzag. You can format an open shape with line patterns and ends, such as by changing a solid line to a dashed line and adding an arrow to one end.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open shop floor bin <\/span><\/strong><span>(n) &#8211; \u00a0The bin at a dedicated area that contains items or components that are replenished manually. The items are included on component lists like a production BOM for obtaining an exact registration for cost and invoicing purposes, but they are not important or common enough to include on pick lines.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open shortest path first <\/span><\/strong><span>(n) &#8211; \u00a0A routing protocol for Internet Protocol (IP) networks. OSPF allows a router to calculate the shortest path to each node for sending messages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>The router sends information on the nodes it is linked to, called link-state advertisements, to other routers on the network to accumulate link-state information to make its calculations.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Software Descriptor file <\/span><\/strong><span>(n) &#8211; \u00a0An XML-based file that instructs the client on how to retrieve the sequenced application from the Application Virtualization Management\/Streaming Server and how to run the sequenced application in its virtual environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Source <\/span><\/strong><span>\u00a0&#8211; \u00a0Software (usually) that is created and distributed with either relaxed or no copyright restrictions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Source <\/span><\/strong><span>\u00a0&#8211; \u00a0Open Source Software is software for which the underlying programming code is available to the users so that they may read it, make changes to it, and build new versions of the software incorporating their changes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Sync Center <\/span><\/strong><span>(v) &#8211; \u00a0A button that opens Sync Center.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open Systems Interconnection model <\/span><\/strong><span>(n) &#8211; \u00a0A networking model introduced by the<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>International Organization for Standardization (ISO) to promote multi-vendor<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>interoperability. OSI is a seven-layered conceptual model consisting of the application, presentation, session, transport, network, data-link, and physical layers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open the new opportunity <\/span><\/strong><span>(v) &#8211; \u00a0Check box on Convert to Opportunity dialog box where the user chooses that the opportunity will be opened after they have converted it from a task.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open visit <\/span><\/strong><span>(n) &#8211; \u00a0In reports, a visit still in progress when a log file stops collecting data. <strong>Open with <\/strong>(PN) &#8211; \u00a0A menu item that lets the user open a document using a different application than the one associated with the document type.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Open XML formats <\/span><\/strong><span>(n) &#8211; \u00a0An international open standard for word-processing documents, presentations, and spreadsheets that can be freely implemented across multiple applications and platforms.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>open-authenticated meeting <\/span><\/strong><span>(n) &#8211; \u00a0An authenticated-users-only meeting that is open to all users with Active Directory credentials.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opening balance <\/span><\/strong><span>(n) &#8211; \u00a0The balance of an account at the start of an accounting period. <strong>opening balance <\/strong>(n) &#8211; \u00a0The balance of an account at the beginning of a fiscal period. <strong>opening chevron <\/strong>(n) &#8211; \u00a0The -\u252c\u00bd character.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opening curly quotation mark <\/span><\/strong><span>(n) &#8211; \u00a0The -Cir character.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opening date <\/span><\/strong><span>(n) &#8211; \u00a0The date on which an opening balance is entered.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opening parenthesis <\/span><\/strong><span>(n) &#8211; \u00a0The ( character.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opening quotation mark <\/span><\/strong><span>(n) &#8211; \u00a0The -Cir character.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OpenLogic <\/span><\/strong><span>(PN) &#8211; \u00a0A company that provides open source support, scanning, provisioning and governance solutions so that other companies can leverage open source software safely and efficiently.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OpenType font <\/span><\/strong><span>(n) &#8211; \u00a0A type of computer font that can be rotated or scaled to any size. OpenType fonts are clear and readable in all sizes and can be sent to any printer or other output device that is supported by Windows.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Openview <\/span><\/strong><span>\u00a0&#8211; \u00a0A line of Hewlett-Packard network management tools offering system, network, desktop, IT service and Internet management functionality.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OpenVPN <\/span><\/strong><span>\u00a0&#8211; \u00a0OpenVPN- is an open source VPN solution. Unlike most VPN systems, OpenVPN uses SSL\/TLS to manage and encrypt the connection&#8217;s data stream.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Opera <\/span><\/strong><span>(n) &#8211; \u00a0One of the music genres that appears under Genre classification in Windows Media Player library. Based on ID3 standard tagging format for MP3 audio files. Winamp genre ID # 103.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operand <\/span><\/strong><span>(n) &#8211; \u00a0Items on either side of an operator in a formula. In Excel, operands can be values, cell references, names, labels, and functions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operating environment <\/span><\/strong><span>(n) &#8211; \u00a0The configuration of resources available to the user. Environment refers to the hardware and the operating system running on it. For example, Windows and Macintosh are called windowing environments because they are based on screen regions called windows.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operating system <\/span><\/strong><span>(n) &#8211; \u00a0The software that controls the allocation and usage of hardware resources such as memory, central processing unit (CPU) time, disk space, and peripheral devices. The operating system is the foundation on which programs are built.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operating System <\/span><\/strong><span>\u00a0&#8211; \u00a0Every computer has an operating system, which is a sort of master<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>program that runs automatically when you switch the computer on, and continues running till you switch off. It is responsible for the many routine tasks required to keep a computer running : moving the pointer when you move the mouse, providing icons and menus, running other programs such as a word processor or a game which you may request, controlling the various disk drives, the screen and so on. The most widely used PC operating system is Microsoft- Windows.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operating system deployment <\/span><\/strong><span>(n) &#8211; \u00a0A Configuration Manager feature that allows you to create operating system images and deploy those images to target computers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operating System Deployment Manager <\/span><\/strong><span>(n) &#8211; \u00a0A security role that grants permissions to administrative users so that they can create, deploy, and manage operating system images. <strong>operating system volume <\/strong>(n) &#8211; \u00a0A volume that contains an operating system (for example, Windows Vista) that can be loaded by Windows Boot Manager. A given system can have multiple operating system volumes. The operating system on the current volume can be started only if it has an entry in the Boot Configuration Data (BCD). <strong>operating unit <\/strong>(n) &#8211; \u00a0An organization that divides the control of economic resources and operational processes among people who have a duty to maximize the use of scarce resources, to improve processes, and to account for their performance. <strong>operation <\/strong>(n) &#8211; \u00a0In mathematics, an action performed on a set of entities that produces a new entity. Examples of mathematical operations are addition and subtraction. <strong>operation <\/strong>(n) &#8211; \u00a0A specific action carried out by a computer in the process of executing a program.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operation <\/span><\/strong><span>(n) &#8211; \u00a0A specific task in the manufacturing process.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operation <\/span><\/strong><span>(n) &#8211; \u00a0A request or request-response pairing on a port that is associated with either a send or receive action.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operation type <\/span><\/strong><span>(n) &#8211; \u00a0Information that is requested on the resource managed by ILM through the Web service. This includes information on creating and deleting objects, and reading and modifying object attributes. In addition, Add\/Remove operations let you apply further control to the modify operation to control only addition of attributes or their removal.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operational data <\/span><\/strong><span>(n) &#8211; \u00a0Data that is collected, typically in log files, on a daily or other periodic basis. After it is collected, operational data is often imported into the Data Warehouse.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operational database <\/span><\/strong><span>(oth) &#8211; \u00a0A SQL Server 2008 database, by default named<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>OperationsManager, which stores configuration data, operations data, and security data. <strong>operational log <\/strong>(n) &#8211; \u00a0A log that contains information about operations carried out by a computer in the process of executing a program.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operational workflow <\/span><\/strong><span>(n) &#8211; \u00a0A workflow that is synchronous and starts immediately. <strong>Operations Administrator <\/strong>(n) &#8211; \u00a0A security role that grants permissions to administrative users so that they can perform all actions in Configuration Manager except for those that are required to manage security.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations console <\/span><\/strong><span>(n) &#8211; \u00a0The Operations Manager interface that you use to perform monitoring, administration, authoring, and reporting functions. <strong>operations journal entry <\/strong>(n) &#8211; \u00a0A record of the operational and legal consequences of a resource flow event.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations Manager Connector Framework <\/span><\/strong><span>(PN) &#8211; \u00a0An interface to the System Center Data Access service that allows applications to synchronously communicate with the root management server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations Manager database <\/span><\/strong><span>(n) &#8211; \u00a0A SQL Server 2005 or SQL Server 2008 database, named OperationsManager by default, which stores configuration data, operations data, and security data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations Manager Health Explorer <\/span><\/strong><span>(n) &#8211; \u00a0A feature of Operations Manager that allows you to view and then take action on alerts, state changes, and other significant issues generated by monitoring objects on your network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations Manager object <\/span><\/strong><span>(n) &#8211; \u00a0A member of a class of elements managed by Operations Manager. For example, an Operations Manager Computer object could refer to a particular computer that is a member of the Operations Manager Computer class. <strong>Operations Manager reporting server <\/strong>(n) &#8211; \u00a0The server role that is responsible for building and presenting reports.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Operations Manager Shell <\/span><\/strong><span>(PN) &#8211; \u00a0A customized instance of Windows PowerShell that provides a collection of Operations Manager-specific cmdlets.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operations master <\/span><\/strong><span>(n) &#8211; \u00a0A domain controller that has been assigned one or more special roles in an Active Directory domain.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operations network <\/span><\/strong><span>(n) &#8211; \u00a0An organization of operations that synchronizes the<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>dependencies between operations based on starting\/ending times, costs, and other criteria. The organization forms a network that follows the manufacturing process from beginning to end. The three types of networks are simple network, simultaneous operations network, and complex network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operations register <\/span><\/strong><span>(n) &#8211; \u00a0A register that is used to record the operational and legal consequences of resource flow events in an accounting system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operations resource <\/span><\/strong><span>(n) &#8211; \u00a0An economic resource provided by products that flow into or flow out of operations activities.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operator <\/span><\/strong><span>(n) &#8211; \u00a0A person who controls a machine or system, such as a computer or telephone switchboard.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operator <\/span><\/strong><span>(n) &#8211; \u00a0A sign or symbol that specifies the type of calculation to perform within an expression. There are mathematical, comparison, logical, and reference operators. <strong>operator <\/strong>(n) &#8211; \u00a0An element of a filter that specifies a relationship between data values, such as comparison or equality.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operator <\/span><\/strong><span>(n) &#8211; \u00a0An atomic unit of a query as scheduled by the StreamInsight server to process the events on which the query is applied. Examples include SELECT, PROJECT, AGGREGATE, UNION, TOP K and JOIN. Operators are fully composable and have a specific number of inputs and outputs. See Other Terms: query, query template, composable.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operator <\/span><\/strong><span>(n) &#8211; \u00a0An object that processes and enhances items in a content processing flow and processes and enhances queries in a query processing flow. <strong>operator overloading <\/strong>(n) &#8211; \u00a0The assignment of more than one function to a particular operator, with the implication that the operation performed will vary depending on the data type (operands) involved. Some languages, such as Ada and C++, specifically allow for operator overloading.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>operator procedure <\/span><\/strong><span>(n) &#8211; \u00a0A series of Visual Basic statements that define the behavior of a standard operator (such as *, &lt;&gt; or And) on a class or structure you have defined. This is also called operator overloading.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPK <\/span><\/strong><span>(n) &#8211; \u00a0A set of tools, documentation, and samples that enable OEMs to preinstall Windows efficiently on new computers according to the terms of the OEM Licensing Agreement.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPML <\/span><\/strong><span>(n) &#8211; \u00a0An XML format for outlines.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPOS <\/span><\/strong><span>(n) &#8211; \u00a0A widely-adopted POS device standard initiated by Microsoft, NCR, Epson, and Fujitsu-ICL to help integrate POS hardware into applications for the Windows-,,^ family of operating systems.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPP <\/span><\/strong><span>(n) &#8211; \u00a0The software infrastructure that links several components and runs them in sequence.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opportunistic lock <\/span><\/strong><span>(n) &#8211; \u00a0A lock placed by a client on a file residing on a server. <strong>Opportunities Referred By <\/strong>(n) &#8211; \u00a0A field that holds the name of the person who provided the opportunity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opportunity <\/span><\/strong><span>(n) &#8211; \u00a0A potential revenue-generating event, or sale to an account, that needs to be tracked through a sales process to completion.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opportunity competitor <\/span><\/strong><span>(n) &#8211; \u00a0A competitor to a particular sales opportunity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opportunity funnel <\/span><\/strong><span>(n) &#8211; \u00a0Opportunities grouped by sales stage. If viewed in a chart format, the groupings could resemble an abstract funnel. The wide end consists of leads. The narrow end consists of actual sales.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Opportunity Record <\/span><\/strong><span>(n) &#8211; \u00a0The location for storing opportunity information, including information that is entered on the Opportunity form, linked records, and history items. <strong>opportunity relationship <\/strong>(n) &#8211; \u00a0In a relationship role, a relationship between a customer (account or contact) and an opportunity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Opportunity Type <\/span><\/strong><span>(PN) &#8211; \u00a0A field on the Details tab of the Create New Opportunity screen that allows the user to categorize a sales opportunity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Opposing Arrows <\/span><\/strong><span>(PN) &#8211; \u00a0A SmartArt graphic layout used to show two opposing ideas, or ideas that diverge from a central point. Each of the first two lines of Level 1 text corresponds to an arrow. Unused text does not appear, but remains available if you switch layouts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opposite account <\/span><\/strong><span>(n) &#8211; \u00a0An account used to balance the gross amount in part or in whole of one or more referenced accounts in an accounting equation.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opt in <\/span><\/strong><span>(oth) &#8211; \u00a0To explicitly consent to participate. Typically used in marketing programs and offerings, whereby an action (such as the use of personal information beyond the original, primary purpose for which it was collected) is not undertaken unless an individual explicitly consents. An element of choice.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>opt out <\/span><\/strong><span>(v) &#8211; \u00a0To explicitly decline to participate. Typically used in marketing programs and offerings, whereby an action (such as the use of personal information beyond the original, primary purpose for which it was collected) is undertaken unless an individual explicitly declines. An element of choice.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optical character recognition <\/span><\/strong><span>(n) &#8211; \u00a0A method of translating images of printed text into machine-encoded text.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optical character recognition line <\/span><\/strong><span>(n) &#8211; \u00a0A line of characters that is read by special character recognition equipment and translated into computer text.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optical coherence tomography <\/span><\/strong><span>(n) &#8211; \u00a0An imaging method used to obtain high resolution cross-sectional images of the retina.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optical zoom <\/span><\/strong><span>(n) &#8211; \u00a0The adjustment of the magnification of a content area or an object (such as a photograph). Developers can specify CSS (using just one line) to enable an element to be zoomed by the user via touch, mouse, and keyboard. This is visually zooming in on an image or document, etc.. When you zoom, the thing you&#8217;re looking at gets bigger, maintaining proportionality<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimistic concurrency <\/span><\/strong><span>(n) &#8211; \u00a0A type of locking in which the data page or row containing one or more records (rows) \u0393\u00c7\u00f6 (including the data being edited) \u0393\u00c7\u00f6 is unavailable to other users only while the data is being updated, but is available between the Edit and Update operations.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimistic concurrency <\/span><\/strong><span>(n) &#8211; \u00a0A method of managing concurrency by using a cached object&#8217;s version information. Because every update to an object changes its version number, using version information prevents the update from overwriting someone else&#8217;s changes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimistic duration <\/span><\/strong><span>(n) &#8211; \u00a0The best-case possibility for the total span of active working time expected for a task, that is, the amount of time from the optimistic start to optimistic finish of a task.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimization <\/span><\/strong><span>(n) &#8211; \u00a0The process of a compiler or assembler in producing efficient executable code.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimization <\/span><\/strong><span>(n) &#8211; \u00a0In programming, the process of producing more efficient (smaller or faster) programs through selection and design of data structures, algorithms, and instruction sequences.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimize <\/span><\/strong><span>(v) &#8211; \u00a0To configure a device or application so that it performs better. For example, to fine-tune a program so that it runs more quickly or takes up less space. <strong>optimize synchronization <\/strong>(n) &#8211; \u00a0An option in merge replication that allows you to minimize network traffic when determining whether recent changes have caused a row to move into or out of a partition that is published to a Subscriber.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimized HTML <\/span><\/strong><span>(n) &#8211; \u00a0An HTML code that doesn&#8217;t contain unnecessary formatting or tags.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimized palette <\/span><\/strong><span>(n) &#8211; \u00a0A palette that you create and fill yourself. After you create an optimized palette, you can modify the colors in it or remove the palette altogether. <strong>optimized patching <\/strong>(n) &#8211; \u00a0A process that reduces the time that is required to apply updates to installed applications whereby only the parts of an application that are modified by an update actually change.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optimizing compiler <\/span><\/strong><span>(n) &#8211; \u00a0A compiler that analyzes its output (assembly language or machine code) to produce more efficient (smaller or faster) instruction sequences. <strong>optimizing on capacity <\/strong>(n) &#8211; \u00a0A limited capacity situation where production is scheduled around existing reservations for work centers. Production begins when capacity becomes available.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>option button <\/span><\/strong><span>(n) &#8211; \u00a0A standard control that allows a user to select from a fixed set of mutually exclusive choices.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>option group <\/span><\/strong><span>(n) &#8211; \u00a0A frame that can contain check boxes, toggle buttons, and option buttons on a form, report, or data access page. You use an option group to present alternatives from which the user can select a single option.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>option ROM <\/span><\/strong><span>(n) &#8211; \u00a0Firmware called by the system BIOS during the PC boot process. <strong>option set <\/strong>(n) &#8211; \u00a0A type of field that contains a set of options.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optional <\/span><\/strong><span>(adj) &#8211; \u00a0Pertaining to a component, parameter and so on that is not required or automatic.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optional attendee <\/span><\/strong><span>(n) &#8211; \u00a0A person who is not required to attend a meeting.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optional field <\/span><\/strong><span>(n) &#8211; \u00a0A field that need not contain a value when a record is updated or inserted into the database.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optional hyphen <\/span><\/strong><span>(n) &#8211; \u00a0A hyphen that is used to control where a word or phrase breaks if it falls at the end of a line. For example, you can specify that the word nonprinting&#8217; breaks as \u0393\u00c7\u00ffnon-printing&#8217; rather than \u0393\u00c7\u00ffnonprint-ing.\u0393\u00c7\u00a5<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>optional section <\/span><\/strong><span>(n) &#8211; \u00a0A control on a form that contains other controls and that usually does not appear by default. Users can insert and remove optional sections when filling out the form.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Options <\/span><\/strong><span>(n) &#8211; \u00a0A menu choice in many applications that allows the user to specify how the program will act each time it is used. For example, the user may be allowed to specify which view will be used when opening a file, or the default location in which certain file types will be saved.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Options <\/span><\/strong><span>(PN) &#8211; \u00a0A UI element that opens the Options dialog box, where the user can change Lync or Communicator settings and preferences.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>option-set appearance <\/span><\/strong><span>(n) &#8211; \u00a0The visual display for a control when its value is set. <strong>opt-out list <\/strong>(n) &#8211; \u00a0A list of users who have chosen to opt-out of a mailing list.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OPX <\/span><\/strong><span>(n) &#8211; \u00a0An organization chart file format with file extension .opx.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OR <\/span><\/strong><span>(n) &#8211; \u00a0A logical operation for combining two bits (0 or 1) or two Boolean values (false or true). If one or both values are 1 (true), it returns the value 1 (true).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OR constraint <\/span><\/strong><span>(n) &#8211; \u00a0An indicator of a situation in which any instance of a class can participate in only one association at one time. The constraint is shown as a dashed line connecting two or more associations, which must have a class in common.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Oracle Database Enterprise Edition <\/span><\/strong><span>(PN) &#8211; \u00a0The edition of the Oracle Database for customers deploying private database clouds and for SaaS vendors who need a secure and isolated multitenant model.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Oracle WebLogic Server Enterprise <\/span><\/strong><span>(PN) &#8211; \u00a0The enterprise edition of the Oracle WebLogic Server product for high availability and superior diagnostic capabilities. It includes all the features and benefits of Oracle WebLogic Server Standard Edition plus clustering technology, multi-domain management, and comprehensive diagnostic tooling. <strong>Oracle WebLogic Server Standard <\/strong>(PN) &#8211; \u00a0The Standard edition of the Oracle WebLogic Server product that provides developers with the tools and technologies to write enterprise applications and services quickly. In production, Oracle WebLogic Server Standard Edition provides operations teams with the administration capabilities to keep enterprise applications and services up and running.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orange book <\/span><\/strong><span>\u00a0&#8211; \u00a0The format that enables CD-R drives to record discs that regular CD-ROM players can read. Orange Book defines how CD-R devices can append index data to an existing disc&#8217;s directory if you add more data to the disc in multiple sessions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orange book <\/span><\/strong><span>\u00a0&#8211; <\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orange filter <\/span><\/strong><span>(n) &#8211; \u00a0One of the most common filters used in B&amp;W photography. Increases contrast more than the yellow filter.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orange Hues <\/span><\/strong><span>(PN) &#8211; \u00a0One of the background colors on the Screen Saver Settings dialog<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>box that consists of a range of orange colors.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orbit <\/span><\/strong><span>(v) &#8211; \u00a0To move the camera around a 3D object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orbit <\/span><\/strong><span>(n) &#8211; \u00a0A number assigned to a parked call by the call park server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orchestration <\/span><\/strong><span>(n) &#8211; \u00a0An executable business process.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestration console <\/span><\/strong><span>(n) &#8211; \u00a0A web-based console that you can use to start, stop, and view information about runbooks.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orchestration database <\/span><\/strong><span>(n) &#8211; \u00a0The Oracle or SQL Server database where configuration information, runbooks, and logs are stored.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestration Designer <\/span><\/strong><span>(n) &#8211; \u00a0A graphical user-interface tool used to design and implement business processes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orchestration instance <\/span><\/strong><span>(n) &#8211; \u00a0A running instance of a specific executable business process. <strong>Orchestrator Integration Toolkit <\/strong>(PN) &#8211; \u00a0A set of software tools that you can use to create custom integration packs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestrator Management Server <\/span><\/strong><span>(PN) &#8211; \u00a0The computer that provides the<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>communication layer between the Runbook Designer and the orchestration database. <strong>Orchestrator Management Service <\/strong>(PN) &#8211; \u00a0The service that is responsible for maintaining the orchestration database, communicating with the Runbook Designers, and<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>communicating with the Deployment Manager.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestrator Orchestration Console <\/span><\/strong><span>(PN) &#8211; \u00a0A web application that runs runbooks. It requires the Orchestrator web service to connect to the orchestration database. <strong>Orchestrator Runbook Server <\/strong>(PN) &#8211; \u00a0A server role that processes the activities for a running instance of a runbook and publishes any activity data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestrator Runbook Server Monitor <\/span><\/strong><span>(PN) &#8211; \u00a0A service that is installed on the management server to monitor the health of runbook servers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Orchestrator Runbook Service <\/span><\/strong><span>(PN) &#8211; \u00a0A service that is installed on each runbook server that runs runbooks and communicates with the orchestration database. <strong>order <\/strong>(n) &#8211; \u00a0The front-to-back placement of an object relative to other objects in a picture or document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order <\/span><\/strong><span>(v) &#8211; \u00a0To arrange in a sequence, such as alphabetic or numeric.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order <\/span><\/strong><span>(n) &#8211; \u00a0A confirmed request for delivery of goods and services based on specified<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>terms. An order is a quote that has been accepted by a customer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order <\/span><\/strong><span>(n) &#8211; \u00a0An online purchase submitted by a user to your Web site.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order <\/span><\/strong><span>(n) &#8211; \u00a0The order in which objects are placed in a layer. An object higher in the stack<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>will cover up (appear on top of) one lower in the stack.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order discount <\/span><\/strong><span>(n) &#8211; \u00a0A fixed amount or percentage deducted that applies to an order total. <strong>order entry <\/strong>(n) &#8211; \u00a0A method of capturing sales orders and purchase orders using a software application.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order form object <\/span><\/strong><span>(n) &#8211; \u00a0The object that stores state data about the current, and possibly historical, purchases of a particular customer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order header <\/span><\/strong><span>(n) &#8211; \u00a0The part of a sales order or purchase order that applies to the entire order.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order ID <\/span><\/strong><span>(n) &#8211; \u00a0A number that the system assigns to an order for identification purposes. <strong>order line <\/strong>(n) &#8211; \u00a0The part of a sales order or purchase order that specifies the detailed information about a requested item.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order processing pipeline <\/span><\/strong><span>(n) &#8211; \u00a0The software infrastructure that links several components and runs them in sequence.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>order status code <\/span><\/strong><span>(n) &#8211; \u00a0A numerical data code that identifies the types of order status used on your Web site. For example, you may create order status codes to define saved orders, deleted orders, or unprocessed orders.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ordered set <\/span><\/strong><span>(n) &#8211; \u00a0A set of members returned in a specific order.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ordered test <\/span><\/strong><span>(n) &#8211; \u00a0A test that contains other tests, which are run in a specific order. <strong>OrderForm header <\/strong>(n) &#8211; \u00a0The logical grouping of fields at the root of the OrderForm that map to the OrderFormHeader table in the Commerce Server Data Warehouse. <strong>ordinal number <\/strong>(n) &#8211; \u00a0A number whose form indicates position in an ordered sequence of items, such as first, third, or twentieth.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ordinary character <\/span><\/strong><span>(n) &#8211; \u00a0In regular expressions, any valid character that does not have a special meaning in the current regular expression grammar.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>org chart <\/span><\/strong><span>(n) &#8211; \u00a0A diagram that is used to show hierarchical relationships; for example, company management and employee structures. <strong>organization <\/strong>(n) &#8211; \u00a0The top level of a business hierarchy.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization <\/span><\/strong><span>(n) &#8211; \u00a0A work structure that divides the responsibility for economic resources and processes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization chart <\/span><\/strong><span>(n) &#8211; \u00a0A diagram that is used to show hierarchical relationships; for example, company management and employee structures.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organization Chart <\/span><\/strong><span>(PN) &#8211; \u00a0A SmartArt graphic layout used to show hierarchical information or reporting relationships in an organization. The assistant shape and the Org Chart hanging layouts are available with this layout.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organization Chart Add-in for Microsoft-\u252c\u00ab Office programs <\/span><\/strong><span>(n) &#8211; \u00a0Microsoft supplemental software that enables users to create and edit organization charts in Microsoft Office programs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization claim <\/span><\/strong><span>(n) &#8211; \u00a0A claim in intermediate or normalized form within an organization&#8217;s namespace.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organization Configuration node <\/span><\/strong><span>(PN) &#8211; \u00a0In Exchange Server 2007, a node in the Console pane of the Exchange Management Console that administrators use to configure administrative access roles for users or groups.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization hierarchy <\/span><\/strong><span>(n) &#8211; \u00a0A structure that orders organizations using a superordinate- subordinate relationship.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization model <\/span><\/strong><span>(n) &#8211; \u00a0Internal control, data access, and performance reporting structures designed to divide responsibility for human and operations resources and work processes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organization profile <\/span><\/strong><span>(n) &#8211; \u00a0A set of properties that describe a company, division, department, or other business unit within a company. For example, name, account number, spending limits, company discount, and so forth, are all properties that can constitute an organization profile.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organizational Health report <\/span><\/strong><span>(n) &#8211; \u00a0A report that provides you a quick view of your organization and its operating characteristics. This includes health and licensing information, and also a summary of the Exchange servers and recipients. <strong>organizational unit <\/strong>(n) &#8211; \u00a0A type of entry that is used specifically for storing information on a section of an organization. It can represent a department or a group of people, for example, ou = Accounting Dept.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organizational unit <\/span><\/strong><span>(n) &#8211; \u00a0An Active Directory container object used within domains. An organizational unit is a logical container into which users, groups, computers, and other organizational units are placed. It can contain objects only from its parent domain. An organizational unit is the smallest scope to which a Group Policy object (GPO) can be linked, or over which administrative authority can be delegated.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organizationally unique identifier <\/span><\/strong><span>(n) &#8211; \u00a0An unique identifier assigned to organizations and managed by the IEEE.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organizations page <\/span><\/strong><span>(n) &#8211; \u00a0The page in the Administration Center that details all hosted organizations in a customer&#8217;s account.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Organizer <\/span><\/strong><span>(n) &#8211; \u00a0A user who can schedule meetings, send invitations, do all the sharing activities in a meeting, and admit participants from the lobby.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>organizer <\/span><\/strong><span>(n) &#8211; \u00a0A user who can schedule meetings, send invitations, do all the sharing activities in a meeting, and admit participants from the lobby.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orientation <\/span><\/strong><span>(n) &#8211; \u00a0The direction a publication will be printed on a sheet of paper. You can choose either portrait, which is the taller-than-wide orientation, or landscape, which is the wider-than-tall orientation.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orientation <\/span><\/strong><span>(n) &#8211; \u00a0The alignment of an item, such as a control.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>origin <\/span><\/strong><span>(n) &#8211; \u00a0The zero points of the axes of any coordinate system used to draw graphical objects. In 2-D the origin is (0, 0).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>origin object <\/span><\/strong><span>(n) &#8211; \u00a0An object in a repository that is the origin in a directional relationship.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>origin server <\/span><\/strong><span>(n) &#8211; \u00a0A server on which a given resource resides.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>origin set <\/span><\/strong><span>(n) &#8211; \u00a0A set in which a resource belonged prior to a change in that resource&#8217;s<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>attributes.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>original design manufacturer <\/span><\/strong><span>(n) &#8211; \u00a0A manufacturer that designs and manufactures its own products and sells them to other companies with established brand names. Established brand name companies add their logos and sell ODM products as their own. <strong>original sales invoice <\/strong>(n) &#8211; \u00a0A sales invoice that is created from an original sales order. <strong>original sales order <\/strong>(n) &#8211; \u00a0A normal sales order that is created in an intercompany company for an external customer and that automatically generates intercompany orders. <strong>originating currency <\/strong>(n) &#8211; \u00a0The currency in which a business exchange is transacted and recorded.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Originating Lead <\/span><\/strong><span>(n) &#8211; \u00a0A look-up field in the opportunity, account, and contact forms in which users select the lead that was originally identified as a sales opportunity and that lead to the current opportunity, account, or contact.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>originator <\/span><\/strong><span>(n) &#8211; \u00a0The person who started a workflow.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orphan <\/span><\/strong><span>(n) &#8211; \u00a0The first line of a paragraph printed by itself at the bottom of a page. <strong>orphan line <\/strong>(n) &#8211; \u00a0The first line of a paragraph printed by itself at the bottom of a page. <strong>orphaned client <\/strong>(n) &#8211; \u00a0A client that cannot communicate with its assigned site.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orphaned resource <\/span><\/strong><span>(n) &#8211; \u00a0A Virtual Machine Manager library resource on a library server that has been removed from VMM, but the resource is still used in a virtual machine template or a service template.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>orphaned term <\/span><\/strong><span>(n) &#8211; \u00a0A term that was reused and whose source term was deleted. <strong>orthographic camera <\/strong>(n) &#8211; \u00a0A camera that preserves the relative sizes of objects. Building plans typically use this projection because of this lack of distortion. It can also be useful for certain kinds of data visualization, such as bar charts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OS upgrade mode <\/span><\/strong><span>(n) &#8211; \u00a0The options for applying guest OS upgrades to the VMs.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>Available options are automatic, in which the OS is upgraded whenever a new guest OS is released in Microsoft Azure, and manual, in which the user chooses when to upgrade the VMs and what guest OS version to upgrade to.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OS\/2 <\/span><\/strong><span>(n) &#8211; \u00a0A protected-mode, virtual memory, multitasking operating system for personal computers based on the Intel 80286, 80386, i486, and Pentium processors. OS\/2 can run most MS-DOS-based programs and can read all MS-DOS disks.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OS\/2 <\/span><\/strong><span>\u00a0&#8211; \u00a0(Operating System 2)- A rival PC- operating system- to Microsoft Windows, produced by IBM in the 1990s. It still has a small, dedicated core of supporters, but didn&#8217;t catch on and for most purposes is obsolete.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSC <\/span><\/strong><span>(PN) &#8211; \u00a0A set of features that incorporates elements of social networking into the Outlook experience. It provides relevant contextual information about the people whom users interact with in Outlook, based on local data (e-mail and calendar items) and social activity (news feeds and status updates).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSD file <\/span><\/strong><span>(n) &#8211; \u00a0An XML-based file that instructs the client on how to retrieve the sequenced application from the Application Virtualization Management\/Streaming Server and how to run the sequenced application in its virtual environment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSD Source Root <\/span><\/strong><span>(n) &#8211; \u00a0A registry key that allows specification of a source location for OSD file retrieval for an application package during publication. OSD Source Roots only support UNC formats (not URLs).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSI <\/span><\/strong><span>(n) &#8211; \u00a0A networking model introduced by the International Organization for Standardization (ISO) to promote multi-vendor interoperability. OSI is a seven-layered conceptual model consisting of the application, presentation, session, transport, network, data-link, and physical layers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSI model <\/span><\/strong><span>(n) &#8211; \u00a0A networking model introduced by the International Organization for Standardization (ISO) to promote multi-vendor interoperability. OSI is a seven-layered conceptual model consisting of the application, presentation, session, transport, network, data-link, and physical layers.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSP <\/span><\/strong><span>(n) &#8211; \u00a0A provider of online services like e-mail, messaging, and others (example: Windows Live, Yahoo, Google).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OSPF <\/span><\/strong><span>(n) &#8211; \u00a0A routing protocol for Internet Protocol (IP) networks. OSPF allows a router to calculate the shortest path to each node for sending messages. The router sends information on the nodes it is linked to, called link-state advertisements, to other routers on the network to accumulate link-state information to make its calculations.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OTB <\/span><\/strong><span>(PN) &#8211; \u00a0A Visual J# feature that is designed for simple object-level testing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OTC <\/span><\/strong><span>(oth) &#8211; \u00a0Medication which is available without a prescription.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Other <\/span><\/strong><span>(n) &#8211; \u00a0One of the music genres that appears under Genre classification in Windows<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>Media Player library. Based on ID3 standard tagging format for MP3 audio files. ID3v1 genre ID # 12.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Other Contacts <\/span><\/strong><span>(PN) &#8211; \u00a0A default contact group name that Lync and Communicator use for all contacts who have not been placed in a user-defined contact group. <strong>other e-mail address <\/strong>(n) &#8211; \u00a0The address by which a Exchange Server recipient object is recognized in a foreign messaging system. In Outlook Live, proxy addresses let people receive e-mail that is sent to different e-mail addresses.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Other Phone <\/span><\/strong><span>(PN) &#8211; \u00a0A button in the Options dialog box, on the Personal tab, that the user clicks to enter a phone number other than a work, home, or mobile phone number. <strong>otherwise element <\/strong>(n) &#8211; \u00a0A logical \u0393\u00c7\u00ffelse&#8217; statement in a workflow that defines an alternative action in all cases that do not match the criteria defined in condition or branch elements.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OTP <\/span><\/strong><span>(n) &#8211; \u00a0Passwords produced by special password generating software or by a hardware token and that can be used only once.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OTP <\/span><\/strong><span>(oth) &#8211; \u00a0A government transaction portal for the Netherlands that promotes and supports electronic communication between businesses and government agencies.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OTS <\/span><\/strong><span>(oth) &#8211; \u00a0A version of elevation prompt that allows an administrator to enter administrative credentials to allow a process to run with the full access token of the administrator during the standard user session.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OUI <\/span><\/strong><span>(n) &#8211; \u00a0An unique identifier assigned to organizations and managed by the IEEE. <strong>out of band management <\/strong>(n) &#8211; \u00a0A feature in Configuration Manager that allows computers to be managed outside standard management channels by connecting to a supported management controller. This management channel is independent from the Configuration Manager client and the operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out of band management console <\/span><\/strong><span>(n) &#8211; \u00a0An administrative console that provides powerful administrative control for AMT-based computers, including tasks such as power on and off, check system information and status, boot from an alternative location, reconfigure BIOS settings, and run commands and character-based diagnostic applications. <strong>out of band service point <\/strong>(n) &#8211; \u00a0A Configuration Manager site system that has the role of provisioning computers for out of band management.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out of memory <\/span><\/strong><span>(n) &#8211; \u00a0Running low on memory.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Out of Office <\/span><\/strong><span>(PN) &#8211; \u00a0A status that can be applied to blocks of time in a user&#8217;s Calendar to indicate that the user will be away.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Out of office <\/span><\/strong><span>(PN) &#8211; \u00a0A presence status displayed when a user sets up an Out of Office auto-reply in Microsoft Outlook. If the user doesn&#8217;t have a personal note, their Outlook Out of Office message will appear as their personal note.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Out of Office Assistant <\/span><\/strong><span>(PN) &#8211; \u00a0A tool that allows the user to configure auto-replies.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Out of Office message <\/span><\/strong><span>(n) &#8211; \u00a0The auto-reply text specified using Outlook&#8217;s Automatic Replies or Out of Office Assistant.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outage <\/span><\/strong><span>\u00a0&#8211; \u00a0The time when a computer system, telecoms facilities, mains electricity supplies, etc. are unavailable for use due to some failure. Also known as downtime. Planned outages are scheduled in advance. outRages are what happens when they are not. <strong>Outbound area <\/strong>(n) &#8211; \u00a0The area on the Organizations page that displays outbound addresses when the service is configured and set up. Hosted customers need to request EHS<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>Technical Support to add or remove addresses that are currently subject to outbound EHS filtering.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outbound attribute flow <\/span><\/strong><span>(n) &#8211; \u00a0The direction that the attribute flow takes when going from ILM to a connected system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outbound dock <\/span><\/strong><span>(n) &#8211; \u00a0The platform in a warehouse where goods are loaded for shipment out of the warehouse.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outbound Mail Server IPs <\/span><\/strong><span>(n) &#8211; \u00a0A list on the Organizations page that displays all outbound IP addresses that have been configured to use the outbound scanning services in the Hosted Filtering network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outbound port <\/span><\/strong><span>(n) &#8211; \u00a0A port for servicing outbound requests.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outbound router <\/span><\/strong><span>(n) &#8211; \u00a0An application on the front-end server that manages the routing of outbound messages from unified communications users.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outbound translation rule <\/span><\/strong><span>(n) &#8211; \u00a0A rule that converts phone numbers to the local dialing format for interaction with private branch exchange (PBX) systems. <strong>outbox <\/strong>(n) &#8211; \u00a0A folder that stores messages that have been created but not yet sent. <strong>Outcome <\/strong>(PN) &#8211; \u00a0A field on the Partner Details form that allows the user to select the result of a sales opportunity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outdent <\/span><\/strong><span>(n) &#8211; \u00a0An indent where the text is displaced into the left margin if text direction is set to left-to-right, or toward the right margin if text direction is set to right-to-left. <strong>outdent <\/strong>(v) &#8211; \u00a0To move a task to a higher outline level [to the left] in the Task Name field. <strong>outdialing <\/strong>(n) &#8211; \u00a0A process in which Unified Messaging dials calls. Unified Messaging generally receives calls, but sometimes dials calls. For example, outdialing occurs when Unified Messaging transfers a call to an auto attendant or a subscriber uses Play-on-Phone from Outlook.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outdoor <\/span><\/strong><span>(adj) &#8211; \u00a0The name of a device profile that handles incoming calls by using certain notification settings specified by the user.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outer glow <\/span><\/strong><span>(n) &#8211; \u00a0An effect that applies a halo of color around the perimeter of an object. <strong>outer join <\/strong>(n) &#8211; \u00a0A join that includes all the rows from the joined tables that meet the search conditions, even rows from one table for which there is no matching row in the other join table.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outgoing <\/span><\/strong><span>(PN) &#8211; \u00a0A label that indicates a call made from the phone.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outgoing call <\/span><\/strong><span>(n) &#8211; \u00a0An attempt by a user to originate communication with a second party. <strong>outgoing call <\/strong>(n) &#8211; \u00a0A call that originates from your mobile device. <strong>outgoing line <\/strong>(n) &#8211; \u00a0The phone line being used to place phone calls.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outgoing message <\/span><\/strong><span>(n) &#8211; \u00a0A message that can be sent to one or more recipients across one or more messaging systems or be posted to a folder in a message store.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outgoing Number <\/span><\/strong><span>(n) &#8211; \u00a0A string that appears in the conversation window status bar to display the number the user is currently calling.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline <\/span><\/strong><span>(n) &#8211; \u00a0Worksheet data in which rows or columns of detail data are grouped so that you can create summary reports. The outline can summarize either an entire worksheet or a selected portion of it.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline code <\/span><\/strong><span>(n) &#8211; \u00a0A custom tag that users define for tasks or resources to allow them to show a hierarchy of the tasks in their project that is different from WBS codes or outline numbers. You can create up to 10 sets of custom outline codes in your project.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline effect <\/span><\/strong><span>(n) &#8211; \u00a0An effect that applies to the exterior border around each character of your text or shape.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline font <\/span><\/strong><span>(n) &#8211; \u00a0A font (type design) stored in a computer or printer as a set of outlines for drawing each of the alphabetic and other characters in a character set. Outline fonts are templates rather than actual patterns of dots and are scaled up or down to match a particular type size.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline layout view <\/span><\/strong><span>(n) &#8211; \u00a0A view that shows the headings of a document indented to represent their level in the document&#8217;s structure. You can also use this view to work with master documents.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline level <\/span><\/strong><span>(n) &#8211; \u00a0Paragraph formatting you can use to assign a hierarchical level (Level 1 through Level 9) to paragraphs in your document. For example, after you assign outline levels, you can work with the document in outline view or in the Document Map. <strong>outline level <\/strong>(n) &#8211; \u00a0The number of levels that a task is indented from the top level of the outline. You can indent tasks up to 65,000 levels in Project.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline number <\/span><\/strong><span>(n) &#8211; \u00a0A number that indicates the exact position of a task in an outline.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>For example, a task with an outline number of 7.2 indicates that it&#8217;s the second subtask under the seventh top-level summary task.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline numbered list <\/span><\/strong><span>(n) &#8211; \u00a0A list created to apply a hierarchical structure to any list or document. A document can have up to nine levels, and Microsoft Office Word does not apply built-in heading styles to the items in the list.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outline Processor Markup Language <\/span><\/strong><span>(n) &#8211; \u00a0An XML format for outlines.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outline symbol <\/span><\/strong><span>(n) &#8211; \u00a0A symbol that is displayed beside a paragraph in outline view. You can use the symbol to display or hide subordinate levels of text and to reorganize text quickly.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook 2016 <\/span><\/strong><span>(PN) &#8211; \u00a0The year 2016 edition of Outlook.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook add-in <\/span><\/strong><span>(n) &#8211; \u00a0A tool that enables the integration of an application with Outlook. <strong>Outlook Address Book <\/strong>(n) &#8211; \u00a0An address book that is automatically created from contacts in the Contacts folder. The contacts can be people inside and outside of your organization. When you update your contacts, the Outlook Address Book is updated as well.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Anywhere <\/span><\/strong><span>(PN) &#8211; \u00a0A feature that enables the user to access Outlook data over the Internet without a VPN connection.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Calendar <\/span><\/strong><span>(PN) &#8211; \u00a0The Outlook app that facilitates the management of events. <strong>Outlook Connector Pack <\/strong>(PN) &#8211; \u00a0Software that enables management of Hotmail email, calendar, and contacts from within Outlook.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook E-Mail Postmark <\/span><\/strong><span>(n) &#8211; \u00a0A computational proof that Outlook applies to outgoing messages to help recipient messaging systems distinguish legitimate e-mail from junk e\u252c\u00a1mail.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook e-mail profile <\/span><\/strong><span>(n) &#8211; \u00a0Information that Outlook uses to remember the e-mail accounts and the settings that tell Outlook where your e-mail is stored.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook for Mac <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Outlook that runs on the Mac operating system. <strong>Outlook for Mac data file <\/strong>(n) &#8211; \u00a0A file exported by Outlook for Mac that contains a user&#8217;s e-mail messages, contacts, calendar events, and other information.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook for Mac for Office 365 <\/span><\/strong><span>(PN) &#8211; \u00a0The version of Outlook from Office 365 that runs on the Mac operating system.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook for Mac Preview <\/span><\/strong><span>(PN) &#8211; \u00a0The public preview of Outlook for Mac.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook integration <\/span><\/strong><span>(n) &#8211; \u00a0Connectivity between Lync or Office Communicator, and Outlook where Lync or Office Communicator receives data from Outlook to make the functions of Lync or Office Communicator work.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook item <\/span><\/strong><span>(n) &#8211; \u00a0The basic element that holds information in Outlook (similar to a file in other programs). Items include e-mail messages, appointments, contacts, tasks, journal entries, notes, posted items, and documents.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Live Management Agent <\/span><\/strong><span>(PN) &#8211; \u00a0The Microsoft Identity Lifecycle Manager (ILM) 2007 management agent provided by Microsoft to connect to Outlook Live. It is an ILM component that consists of properties, rules, and rules extensions that determine how an object is processed.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Mail <\/span><\/strong><span>(PN) &#8211; \u00a0The Outlook app for sending and receiving email.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Mail and Calendar <\/span><\/strong><span>(PN) &#8211; \u00a0The two Microsoft apps that allow users to send and receive mail, as well as manage events.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Mail and Outlook Calendar <\/span><\/strong><span>(PN) &#8211; \u00a0The two Microsoft apps that allow users to send and receive mail, as well as manage events.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Mobile Service <\/span><\/strong><span>(PN) &#8211; \u00a0A feature in Outlook that is used to create and send text messages as well as multimedia messages to a mobile device from within Outlook in a manner similar to e-mail messages.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook on the web <\/span><\/strong><span>(PN) &#8211; \u00a0The Microsoft Office application-\u0393\u00e9\u00bc\u0393\u00c7\u00a5for use by both consumer and commercial users-\u0393\u00e9\u00bc\u0393\u00c7\u00a5that provides access to email, a personal calendar, group scheduling, task management, and collaboration applications via a web browser, running on Microsoft Exchange Server.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook profile <\/span><\/strong><span>(n) &#8211; \u00a0A defined set of values that Microsoft Office Outlook uses to keep track of user accounts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Synchronization <\/span><\/strong><span>(PN) &#8211; \u00a0The Outlook functionality which provides an interface for adjusting synchronization settings, specifying troubleshooting options, and performing the synchronization process.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Synchronization user <\/span><\/strong><span>(n) &#8211; \u00a0A person whose permissions are limited to setting up, viewing, and filtering synchronization-related data. The user cannot modify or remove any synchronization-related objects.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Today <\/span><\/strong><span>(PN) &#8211; \u00a0A unique view for displaying appointments, tasks, and other information in the form of a Web page. You can customize the Outlook Today page for your organization, or for individuals or groups within your organization, to display the information most relevant to them.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Voice Access <\/span><\/strong><span>(n) &#8211; \u00a0A feature that allows a Unified Messaging-enabled user to access their Microsoft Exchange Server mailbox over the telephone. Users can navigate through their mailboxes by using telephone-key or Speech input.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook Web Access Light <\/span><\/strong><span>(n) &#8211; \u00a0A lightweight version of Outlook Web Access optimized for accessibility and compatibility with the widest array of browsers and operating systems.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outlook.com <\/span><\/strong><span>(PN) &#8211; \u00a0The free web-based email service from Microsoft.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-band access <\/span><\/strong><span>(n) &#8211; \u00a0Access to host via a connection that doesn&#8217;t use the IP network. <strong>out-of-box experience <\/strong>(n) &#8211; \u00a0The experience that is presented to end users the first time they start a new computer.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-box experience application <\/span><\/strong><span>(n) &#8211; \u00a0An application that determines what the out-of\u252c\u00a1box experience will be.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-browser <\/span><\/strong><span>(n) &#8211; \u00a0Pertaining to, or characteristic of, a Silverlight-based application that a user installs from a Web page and runs outside the browser.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-order screen <\/span><\/strong><span>(n) &#8211; \u00a0The screen that covers the entire device, computer, or Surface unit screen when they are out of order. This screen might appear when the current application fails and stops responding or when an administrator remotely logs on the unit for maintenance. When this screen appears, users see a sequence of images and text that indicates that the system is not currently working.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-process component <\/span><\/strong><span>(n) &#8211; \u00a0A component that runs in a separate process space from its client.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>out-of-stock <\/span><\/strong><span>(adj) &#8211; \u00a0Describes an item that is not in inventory.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outpatient <\/span><\/strong><span>(n) &#8211; \u00a0A patient who has been admitted to a hospital or other health care facility for treatment that does not require an overnight stay.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output <\/span><\/strong><span>(n) &#8211; \u00a0A part, subassembly, or product that is produced by a manufacturing process or resource.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output adapter <\/span><\/strong><span>(n) &#8211; \u00a0An adapter that receives events processed by the server, transforms the events into a format expected by the output device (a database, text file, PDA, or other device), and emits the data to that device.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output device <\/span><\/strong><span>(n) &#8211; \u00a0Any peripheral which purpose is to convey information from a computer to a user in the form of text, images, sounds or other.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output file <\/span><\/strong><span>(n) &#8211; \u00a0The packaged Windows Media file that is created with Windows Media Rights Manager SDK.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output GB <\/span><\/strong><span>(n) &#8211; \u00a0A unit of measure to charge for the Windows Azure Media Services Encoder based on the amount of data encoded (in GB).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output parameter <\/span><\/strong><span>(n) &#8211; \u00a0A parameter containing data that the server application is transmitting to the client application.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output product <\/span><\/strong><span>(n) &#8211; \u00a0The physical products that result from an activity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output stream <\/span><\/strong><span>(n) &#8211; \u00a0A flow of information that leaves a computer system and is associated with a particular task or destination.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>output VAT <\/span><\/strong><span>(n) &#8211; \u00a0The tax on an organization&#8217;s sales, which is levied on the sales price. <strong>Output Window <\/strong>(PN) &#8211; \u00a0A window that displays status messages for various features in the integrated development environment (IDE).<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outrigger table <\/span><\/strong><span>(n) &#8211; \u00a0A table in the data warehouse that supports enumerations and that captures distinct values from a non-enumeration string property of a class. <strong>outside line access code <\/strong>(n) &#8211; \u00a0The prefix that is used to access an outside line. In the United States, this prefix is typically 9.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Outside Voice Control <\/span><\/strong><span>(PN) &#8211; \u00a0The application that connects a mobile device to the enterprise network. Outside Voice Control enables mobile devices that are running the mobile application of Lync Server or Office Communicator Mobile to send and receive calls that come through the enterprise network, in addition to calls that come through the mobile carrier network.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outside-in activation <\/span><\/strong><span>(n) &#8211; \u00a0A technique that requires a user to perform an explicit activation command to interact with the content of an embedded object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>outsourcing <\/span><\/strong><span>(n) &#8211; \u00a0The assignment of tasks to independent contractors, such as individual consultants or service bureaus. Tasks such as data entry and programming are often performed via outsourcing.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>OVC <\/span><\/strong><span>(n) &#8211; \u00a0Configuration objects that are used to render UI in the Universal Object<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>Control for authoring a specific object type in ILM 2&#8242;.&#8217;<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>over the counter <\/span><\/strong><span>(oth) &#8211; \u00a0Medication which is available without a prescription.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Over The Shoulder <\/span><\/strong><span>(oth) &#8211; \u00a0A version of elevation prompt that allows an administrator to enter administrative credentials to allow a process to run with the full access token of the administrator during the standard user session.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Overage Data Points <\/span><\/strong><span>(n) &#8211; \u00a0A method of measuring bandwith usage based on samples that allows users to exceed a specified threshold for brief periods of time without any financial penalty.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overallocation <\/span><\/strong><span>(n) &#8211; \u00a0The result of assigning more tasks to a resource than the resource can accomplish in the working time available.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overdelivery <\/span><\/strong><span>(n) &#8211; \u00a0A limit, specified as a percentage of quantity ordered, for how much the purchaser will accept over the amount ordered. Overdelivery typically applies to bulk items.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overdue <\/span><\/strong><span>( Adverb ) \u00a0&#8211; \u00a0An account status indicating that payments are late or not yet received.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overfitting <\/span><\/strong><span>(n) &#8211; \u00a0A problem in data mining when random variations in data are misclassified as important patterns. Overfitting often occurs when the data set is too small to represent the real world.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow <\/span><\/strong><span>(n) &#8211; \u00a0The condition that occurs when data resulting from input or processing requires more bits than have been provided in hardware or software to store the data. Examples of overflow include a floating-point operation whose result is too large for the number of bits allowed for the exponent, a string that exceeds the bounds of the array allocated for it, and an integer operation whose result contains too many bits for the register into which it is to be stored.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow <\/span><\/strong><span>(v) &#8211; \u00a0To be filled beyond capacity.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow <\/span><\/strong><span>(n) &#8211; \u00a0The part of a data item that cannot be stored because the data exceeds the capacity of the available data structure.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow <\/span><\/strong><span>(n) &#8211; \u00a0Text that does not fit within a text box. The text is hidden until it can be flowed into a new text box, or until the text box it overflows is resized to include it. <strong>overflow <\/strong>\u00a0&#8211; \u00a0In telephony, excess traffic, on a particular route, that is offered to another (alternate) route.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow <\/span><\/strong><span>\u00a0&#8211; \u00a0In computing, a condition where data is presented to a buffer or port faster than it can be processed, resulting in lost data.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overflow area <\/span><\/strong><span>(n) &#8211; \u00a0An area that holds overflow text and is not visible on the screen. <strong>overflow chevron <\/strong>(n) &#8211; \u00a0The double angle bracket denoting an overflow button control. <strong>overflow crumb <\/strong>(n) &#8211; \u00a0A subfolder in the breadcrumb bar&#8217;s overflow menu. <strong>overflow text <\/strong>(n) &#8211; \u00a0Text that does not fit within a text box. The text is hidden until it can be flowed into a new text box, or until the text box it overflows is resized to include it. <strong>overhead <\/strong>(n) &#8211; \u00a0Work or information that provides support &#8211; possibly critical support-for a computing process but is not an intrinsic part of the operation or data. Overhead often adds to processing time but is generally necessary.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overhead time <\/span><\/strong><span>(n) &#8211; \u00a0The estimated total time spent in instrumentation overhead. <strong>Overheidstransactiepoort <\/strong>(n) &#8211; \u00a0A government transaction portal for the Netherlands that promotes and supports electronic communication between businesses and government agencies.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overlap <\/span><\/strong><span>(v) &#8211; \u00a0To extend over and cover a part of something.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overlap <\/span><\/strong><span>(n) &#8211; \u00a0A method of scheduling production so that one operation begins at one work center while another operation is still incomplete at another work center. <strong>overlap mark <\/strong>(n) &#8211; \u00a0A mark that indicates the overlap area for lining up adjacent pages in a large publication, such as a poster or banner.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overlapped animations <\/span><\/strong><span>(n) &#8211; \u00a0More than one animation storyboard that runs at the same time. If the storyboards animate the same property, then the second animation takes over changing the property. If there is no keyframe set at the zero second mark of the second animation, then a smooth transition called a hand off&#8217; occurs. Otherwise<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overlapped window <\/span><\/strong><span>(n) &#8211; \u00a0A top-level window that has a title bar, border, and client area; it is meant to serve as an application&#8217;s main window. It can also have a window menu, minimize and maximize buttons, and scroll bars.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overlay <\/span><\/strong><span>(n) &#8211; \u00a0A UI or media segment that can display on top of or play concurrently with another UI or media segment.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overload <\/span><\/strong><span>(v) &#8211; \u00a0Declare at least two versions of a method that have the same name but different signatures.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overpick <\/span><\/strong><span>(n) &#8211; \u00a0A pick where the quantity handled is higher than the required quantity of the source document.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overprint <\/span><\/strong><span>(v) &#8211; \u00a0To print an element of one color over one of another color without removing, or knocking out, the material underneath.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overprinting <\/span><\/strong><span>(n) &#8211; \u00a0The process of printing an element of one color over one of another color without removing, or knocking out, the material underneath. <strong>override <\/strong>(v) &#8211; \u00a0To prevent something from happening in a program or in an operating system. For example, a user can often override and thus abort a lengthy sorting procedure in a database program by pressing the Escape key.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>override <\/span><\/strong><span>(v) &#8211; \u00a0To initiate another response.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>override <\/span><\/strong><span>(n) &#8211; \u00a0A mechanism by which the default behavior of a rule, monitor, or discovery can be changed for a specific target, group, or object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>override criteria <\/span><\/strong><span>(n) &#8211; \u00a0Selected target and value pairs that specify when a rule does not apply to a value pair.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>override management pack <\/span><\/strong><span>(n) &#8211; \u00a0A set of files for use with System Center Operations Manager to store overrides and change the default behavior of a rule, monitor, or discovery for a specific target, group, or object.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Override Price <\/span><\/strong><span>(PN) &#8211; \u00a0An option that allows the user to manually enter a price per unit to a product that is added to a quote, order, or invoice from the product catalog. <strong>oversampling <\/strong>(n) &#8211; \u00a0The process of selecting more data rows that contain an underrepresented value so that the value is analyzed by the data mining model. <strong>overtime <\/strong>(n) &#8211; \u00a0The amount of work on an assignment that is scheduled beyond the regular working hours of an assigned resource and charged at the overtime rate.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Overture <\/span><\/strong><span>\u00a0&#8211; \u00a0Yahoo Search Marketing service after acquiring Overture Services, Inc. (formerly GoTo.com)<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overtype mode <\/span><\/strong><span>(n) &#8211; \u00a0A setting in which existing characters are replaced with newly typed characters.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Overview <\/span><\/strong><span>(n) &#8211; \u00a0The main pages in Microsoft Office Live where subscribers can view and access their services as well as statistics regarding their accounts.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overview page <\/span><\/strong><span>(n) &#8211; \u00a0The page displayed for all workspaces except the Software workspace and encompassing the rightmost pane, displays status summaries, and including a Tasks area and a Search box.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>overview ruler <\/span><\/strong><span>(n) &#8211; \u00a0In Eclipse for Visual Studio, the bar on the right side of the editor, which includes color-coded marks that indicate where warnings, errors, tasks, and search matches are within the current file for navigating files that do not fit entirely in the editor. <strong>overwrite <\/strong>(v) &#8211; \u00a0To replace the existing data with the new one.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>Overwrite <\/span><\/strong><span>\u00a0&#8211; \u00a0Replace a computer file such as a document or picture with a newer version, destroying the earlier version. If you make changes to a document and save it with the same filename, the previous version is overwritten and usually cannot be restored. <strong>owner <\/strong>(n) &#8211; \u00a0The role that controls how permissions are set on objects and can grant permissions to other roles.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>owner <\/span><\/strong><span>(n) &#8211; \u00a0In the Macintosh environment, an owner is the user responsible for setting permissions for a folder on a server. A Macintosh user who creates a folder on the server automatically becomes the owner of the folder, and can then transfer ownership to someone else. Each Macintosh-accessible volume on the server also has an owner. <strong>owner <\/strong>(n) &#8211; \u00a0The user who is responsible for a particular record in the system. The owner is frequently allowed to perform actions on the record that other users cannot.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>owner draw <\/span><\/strong><span>(n) &#8211; \u00a0A rendering mode in which you take responsibility for drawing a<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>control, rather than relying on the control&#8217;s default rendering behavior.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>owner draw mode <\/span><\/strong><span>(n) &#8211; \u00a0A rendering mode in which you take responsibility for drawing a<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>control, rather than relying on the control&#8217;s default rendering behavior.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>owner information <\/span><\/strong><span>(n) &#8211; \u00a0Personal data (such as name, phone number, e-mail address and<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><span>notes) about the person who possesses the device.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>owner password <\/span><\/strong><span>(n) &#8211; \u00a0A password that the user sets when the Trusted Platform Module (TPM) is enabled. An owner password is required to turn the TPM on or off, and to use certain TPM functions.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ownership <\/span><\/strong><span>(n) &#8211; \u00a0The way a company or business is owned by the people who run it. <strong>Ownership <\/strong>(PN) &#8211; \u00a0A field which appears in the \u0393\u00c7\u00ffCompany Information&#8217; section of the default \u0393\u00c7\u00ffAccount&#8217; form.<\/span><\/p>\n<p><span>\u00a0<\/span><\/p>\n<p><strong><span>ownership chain <\/span><\/strong><span>(n) &#8211; \u00a0When an object references other objects and the calling and the called objects are owned by the same user. SQL Server uses the ownership chain to determine how to check permissions.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>O notation (n) &#8211; \u00a0An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O(1) if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[21],"tags":[],"class_list":["post-279","post","type-post","status-publish","format-standard","hentry","category-technical-terams-dictionary"],"_links":{"self":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/279","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=279"}],"version-history":[{"count":0,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=\/wp\/v2\/posts\/279\/revisions"}],"wp:attachment":[{"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=279"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/temp.ashkerala.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}