Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Productivity software

floating point

Software; Productivity software

A number represented by a mantissa and an exponent according to a given base. The mantissa is usually a value between 0 and 1. To find the value of a floating-point number, the ...

integer data type

Software; Productivity software

A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767.

marshal

Software; Productivity software

To package and send interface method parameters across thread or process boundaries.

appdomain

Software; Productivity software

A boundary that the common language runtime establishes around objects created within the same application scope (that is, anywhere along the sequence of object activations ...

culture

Software; Productivity software

In managed code, a class of information about a particular nation or people including their collective name, writing system, calendar used, and conventions for formatting dates ...

hanging indent

Software; Productivity software

Paragraph formatting in which the second and subsequent lines of a paragraph are indented more than the first line.

recordset

Software; Productivity software

The ActiveX Database Objects (ADO) object used to contain a result set. It also exhibits cursor behavior depending on the recordset properties set by an application. ADO ...