-
1 setup program
"A program whose function is to install another program, either on a storage medium or in memory. An installation program, also called a setup program, might be used to guide a user through the often complex process of setting up an application for a particular combination of machine, printer, and monitor." -
2 utility program
"A computer program that performs a specific support function required by the operating system, by other programs, or by system users." -
3 kernel function
A program designed to be executed on an accelerator in a C++ Accelerated Massive Parallelism (C++ AMP) application. -
4 default
A value that is automatically used by a program when the user does not specify an alternative. Defaults are built into a program when a value or option must be assumed for the program to function. -
5 software bundler
"A program that installs other potentially unwanted software, such as adware or spyware. The license agreement of the bundling program may require these other components in order to function." -
6 code snippet
A small piece of programming code that is part of a larger program. Usually the code snippet performs a specific function or task. -
7 crash
"For a system or program, to fail to function correctly, resulting in the suspension of operation." -
8 DELETE key
"On IBM and PC-compatible computers, a key whose function changes depending on the application program. Usually it erases the character under the cursor, although in some applications it can erase selected text or graphics." -
9 DLL
An operating system feature that allows executable routines (generally serving a specific function or set of functions) to be stored separately as files with.dll extensions. These routines are loaded only when needed by the program that calls them. -
10 dynamic-link library
An operating system feature that allows executable routines (generally serving a specific function or set of functions) to be stored separately as files with.dll extensions. These routines are loaded only when needed by the program that calls them. -
11 GDI
"An executable program that processes graphical function calls from a Windows-based application and passes those calls to the appropriate device driver, which performs the hardware-specific functions that generate output. By acting as a buffer between applications and output devices, GDI presents a device-independent view of the world for the application while interacting in a device-dependent format with the device." -
12 Graphics Device Interface
"An executable program that processes graphical function calls from a Windows-based application and passes those calls to the appropriate device driver, which performs the hardware-specific functions that generate output. By acting as a buffer between applications and output devices, GDI presents a device-independent view of the world for the application while interacting in a device-dependent format with the device." -
13 icon
"A small picture that represents a file, folder, program, or other object or function." -
14 service
"A program, routine, or process that performs a specific system function to support other programs." -
15 wrap
"The circumstance in which one piece of software (the ""wrapper"") contains, encrypts, or encapsulates another piece of software (usually a legacy program or test) so that the contained software can function in the environment of the wrapper." -
16 wrap
To encapsulate another piece of software (usually a legacy program or test) so that the contained software can function in the environment of the wrapper. -
17 utility
I[ju΄tiləti] n օգտակարություն, շահա վե տ ություն. կենցաղային ծառայու թյուններ. utilities ծառայություն. public utilities կեն ցաղա յին սպասարկման հիմնարկներ. a utility clothing գործնական հագուստ. a utility room օժանդակ տնտեսության շենք/սենյակ. utility man թատր. ան նշան դերակատար. օժանդակ բանվորII[ju΄tiləti] n հմկրգ. սպասարկող ծրագիր.utility device օժանդակ սարք. utility function ծառայողական գործողություն/ծրագիր. utility program սպասարկող ծրագիր
См. также в других словарях:
Function key — A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. On some keyboards/computers, function keys may have… … Wikipedia
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … Wikipedia
Function — may refer to:* Function (biology), explaining why a feature survived selection * Function (mathematics), an abstract entity that associates an input to a corresponding output according to some rule * Function (engineering), related to the… … Wikipedia
Program in Mathematics for Young Scientists — (PROMYS) is a six week number theory program currently under the direction of Professor Glenn Stevens at Boston University beginning in early July and ending in mid August.The program is open to high school students, although college students and … Wikipedia
function key — function ,key noun count COMPUTING a special button on a computer keyboard that is used for a particular operation in a program. The keys near the top of a keyboard marked F1 to F12 are function keys … Usage of the words and phrases in modern English
Function-level programming — In computer science, function level programming refers to one of the two contrasting programming paradigms identified by John Backus in his work on programs as mathematical objects, the other being value level programming.In his 1977 Turing award … Wikipedia
Function composition (computer science) — In computer science, function composition (not to be confused with object composition) is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of the… … Wikipedia
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
function — ▪ I. function func‧tion 1 [ˈfʌŋkʆn] noun 1. [countable] the purpose for which something is made or used, or the job that someone does; =role: • The main function of a cash machine is to provide people with cash when the bank is shut. • He was… … Financial and business terms
Function prototype — A function prototype in C or C++ is a declaration of a function that omits the function body but does specify the function s name, arity, argument types and return type. While a function definition specifies what a function does, a function… … Wikipedia