- Industry: Computer
- Number of terms: 318110
- Number of blossaries: 26
- Company Profile:
An American multinational software corporation headquartered in Redmond, Washington that develops, manufactures, licenses, and supports a wide range of products and services related to computing.
A location on a computer's hard drive to store a local copy of a form to improve performance when opening a form subsequent times.
Industry:Software
In regular expressions, a backslash followed by the letter 'c' followed by one of the letters 'a' through 'z' or 'A' through 'Z'. It matches the ASCII control character that is named by that letter.
Industry:Software
A 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).
Industry:Software
The condition of the payment schedule of an account or a business contact; possible values are 'current' or 'overdue'.
Industry:Software
An arithmetic operation whose result is the remainder of a division operation. For example, 17 modulo 3 = 2 because 17 divided by 3 yields a remainder of 2. Modulo operations are used in programming.
Industry:Software