Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Productivity software

pl/sql

Software; Productivity software

Oracle\'s data manipulation language that allows sequenced or grouped execution of SQL statements and is commonly used to manipulate data in an Oracle database. The syntax is ...

bitmap

Software; Productivity software

A picture made from a series of small dots, much like a piece of graph paper with certain squares filled in to form shapes and lines.

debugging

Software; Productivity software

The process of finding and fixing errors in a Visual Basic procedure or a macro. Debugging usually involves executing specific portions of the procedure or macro and analyzing ...

plain text

Software; Productivity software

A string of text that is displayed with one value for each text attribute: typeface, slant, and weight.

constructor

Software; Productivity software

A special initialization function that is called automatically whenever an instance of a class is declared. This function prevents errors that result from the use of uninitialized ...

external style sheet

Software; Productivity software

A style sheet defined in a user control in an. Ascx file.

function procedure

Software; Productivity software

A procedure that returns a value and that can be used in an expression. You declare a function with the Function statement and end it with the End Function statement.