- 行业: Computer
- Number of terms: 98482
- Number of blossaries: 0
- Company Profile:
Sometimes referred to as “Big Blue” IBM is a multinational corporation headquartered in Armonk, New York. It manufactures computer hardware and software and provides information technology and services.
(1) A logical table that is based on data stored in an underlying set of tables. The data returned by a view is determined by a SELECT statement that is run on the underlying tables. See also base table, table.<br />(2) The form in which an object is presented. A choice in the action bar that a user selects to look at an object from various perspectives is an example of a view.<br />(3) In Eclipse-based user interfaces, any pane in the workbench that is outside the editor area and can be stacked (dragged and dropped) on top of other views. Views provide different ways to look at or work with the resources in the workbench.<br />(4) In the CICSPlex SM API, a temporary, customized form of a resource table. A view can consist of some or all of the resource table attributes in any order.<br />(5) In the CICSPlex SM ISPF end-user interface, a formatted display of selected data about CICS resources or CICSPlex SM definitions. The data in a view is obtained from a query and can be presented in one or more forms. The data can be limited to a subset of CICSplex resources or definitions by establishing a context and scope.<br />(6) A ClearCase object that provides a work area for one or more users. For each element in a VOB, a view's configuration specification selects one version from the element's version tree.<br />(7) A window that displays requirements, the attributes assigned to requirements, and the relationships between requirements. See also Attribute Matrix, traceability matrix, traceability tree.<br />(8) In the Reusable Asset Specification (RAS), a projection (subset) of the system models that shows a specific aspect of the system or addresses one or more of the concerns of the system stakeholders.<br />(9) A projection of a model, which is seen from a given perspective or vantage point and omits entities that are not relevant to this perspective.
Industry:Software
(1) A measure of memory or storage capacity that is 2 to the 50th power bytes or approximately a thousand terabytes.<br />(2) For disk storage capacity and communications volume, 1 000 000 000 000 000 bytes.
Industry:Software
(1) A network infrastructure component to which multiple nodes attach. Unlike a hub, a switch typically has internal bandwidth that is a multiple of link bandwidth and the ability to rapidly switch a node connection from one to another. A typical switch can accommodate several simultaneous full-link bandwidth transmissions between different pairs of nodes.<br />(2) A device that provides connections between telephone lines and trunks.<br />(3) A half-duplex or full-duplex device that detects which devices are attached at each port and passes only frames addressed to those devices on that port. A switch has a small collision domain.
Industry:Software
(1) A collection of files and certain attributes associated with those files.<br />(2) In the hierarchical file system, the underlying system support that manages I/O operations to files and controls the format of information on the storage media. A file system allows applications to create and manage files on storage devices and to perform I/O operations to those files.<br />(3) The collection of files and file management structures on a physical or logical mass storage device, such as a diskette or minidisk.
Industry:Software
(1) A program statement that specifies an operation to be performed by the computer, along with the values or locations of operands. This statement represents the programmer's request to the processor to perform a specific operation. [OSF]<br />(2) In COBOL, one or more clauses, the first of which starts with a keyword that identifies the instruction. Instructions affect the flow of control, provide services to the programmer, or both.<br />(3) In REXX, one or more clauses that describe some course of action to be taken by the language processor. Instructions may be assignments, keyword instructions, or commands.
Industry:Software
(1) A set of classes that embodies an abstract design for solutions to a family of related problems.<br />(2) A set of class libraries encompassing the following: Functions (or set of functions) of a particular domain arranged in an inheritance hierarchy. An encoded model for use of the framework that defines the relationships between the classes in the framework and the rules that govern their use. Frameworks call the code; the user does not call the frameworks.<br />(3) A set of object classes that provide a collection of related functions for a user or piece of software.<br />(4) A micro-architecture that provides an extensible template for applications within a specific domain.
Industry:Software
(1) A set of color cells. A pixel value indexes the color map to produce RGB-intensities. A color map consists of a set of entries defining color values that, when associated with a window, is used to display the contents of the window.<br />(2) A lookup table in which each index is associated with a red, green, and blue value.
Industry:Software
(1) A functional unit that records events and physical conditions, usually with respect to time.<br />(2) A named and stateful object with which the user code interacts and that logs messages for a specific system or application component.
Industry:Software
(1) A program that causes a computer to act as a workstation attached to another system.<br />(2) A facility of the integration test client that enables the emulation of components and references during module testing. Emulators are either manual or programmatic. See also manual emulator, programmatic emulator.
Industry:Software