-
41 assignment statement
"A programming language statement used to assign a value to a variable. It usually consists of three elements: an expression to be assigned, an assignment operator (typically a symbol such as = or:=), and a destination variable. On execution of the assignment statement, the expression is evaluated and the resulting value is stored in the specified destination." -
42 asterisk
The * character. Indicates multiplication in programming languages and also serves as a wildcard character representing one or more characters.علامة النجمة (*) -
43 Boolean operator
"An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)." -
44 client
"In object-oriented programming, a member of a class (group) that uses the services of another class to which it is not related." -
45 ar-sa صفحة التعليمات البرمجية
"In a graphical user interface, programming instructions embedded in a menu option or button defined by the user. The snippet--consisting of one or more lines of source code--determines what the option or button does when chosen or clicked."English-Arabic terms dictionary > ar-sa صفحة التعليمات البرمجية
-
46 code snippet
"In a graphical user interface, programming instructions embedded in a menu option or button defined by the user. The snippet--consisting of one or more lines of source code--determines what the option or button does when chosen or clicked." -
47 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. -
48 COM+
"An extension of the COM (Component Object Model) programming architecture that includes a run-time or execution environment and extensible services, including transaction services, security, load balancing, and automatic memory management."COM+ -
49 Component Services
"An extension of the COM (Component Object Model) programming architecture that includes a run-time or execution environment and extensible services, including transaction services, security, load balancing, and automatic memory management." -
50 Microsoft Component Services
"An extension of the COM (Component Object Model) programming architecture that includes a run-time or execution environment and extensible services, including transaction services, security, load balancing, and automatic memory management."English-Arabic terms dictionary > Microsoft Component Services
-
51 comment
Text embedded in a program for documentation purposes. Most programming languages have a syntax for creating comments so that they can be recognized and ignored by the compiler or assembler. -
52 command line interface
"A form of interface between the operating system and the user in which the user types commands, using a special command language. Although systems with command-line interfaces are usually considered more difficult to learn and use than those with graphical interfaces, command-based systems are usually programmable; this gives them flexibility unavailable in graphics-based systems that do not have a programming interface." -
53 command-line interface
"A form of interface between the operating system and the user in which the user types commands, using a special command language. Although systems with command-line interfaces are usually considered more difficult to learn and use than those with graphical interfaces, command-based systems are usually programmable; this gives them flexibility unavailable in graphics-based systems that do not have a programming interface." -
54 fault
A programming error that can cause the software to fail. -
55 flag
"Broadly, a marker of some type used by a computer in processing or interpreting information; a signal indicating the existence or status of a particular condition. Flags are used in such areas as communications, programming, and information processing." -
56 framework
"In object-oriented programming, a reusable basic design structure, consisting of abstract and concrete classes, that assists in building applications." -
57 function
"A piece of code that operates as a single logical unit. A function is called by name, accepts optional input parameters, and returns a status and optional output parameters. Many programming languages support functions." -
58 instantiate
To create an instance of an object in object-oriented programming. -
59 ar-sa IPsec
"An application programming interface (API) that resides on a server computer for initiating software services tuned for Windows operating systems. In Microsoft Provisioning System, ISAPI resides on the Web server." -
60 Internet Server API
"An application programming interface (API) that resides on a server computer for initiating software services tuned for Windows operating systems. In Microsoft Provisioning System, ISAPI resides on the Web server."
См. также в других словарях:
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming in the large and programming in the small — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin … Wikipedia
Programming Language Design and Implementation — (PLDI) is one of the ACM SIGPLAN s most important conferences. The precursor of PLDI was the Symposium on Compiler Optimization, held July 27–28, 1970 at the University of Illinois at Urbana Champaign and chaired by Robert S. Northcote. That… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
programming — pro‧gram‧ming [ˈprəʊgræmɪŋ ǁ ˈproʊ ] noun [uncountable] 1. COMPUTING the work of writing instructions for computers to perform particular tasks: • an expert in computer programming 2. television or radio programmes, or the work involved in… … Financial and business terms
Programming style — is a set of rules or guidelines used when writing the source code for a computer program. It is often claimed that following a particular programming style will help programmers to read and understand source code conforming to the style, and help … Wikipedia
Programming by example — (also known as Programming by Demonstration or more generally as Demonstrational Programming ) is a technique for teaching a computer new behavior by demonstrating actions on concrete examples. The system records user actions and infers a… … Wikipedia
Programming Perl — ISBN 0 596 00027 8,best known as the Camel Book among programmers, is a book about writing programs using the Perl programming language. Written by the creator of Perl, Larry Wall, and published by O Reilly, the book is considered the canonical r … Wikipedia
Programming Language for Business — or PL/B is a business oriented programming language originally called DATABUS and designed by Datapoint in the early 1970s as an alternative to COBOL because its 8 bit computers could not fit COBOL into their limited memory, and because COBOL did … Wikipedia