Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Parameter_(computer_programming)> ?p ?o. }
Showing items 1 to 40 of
40
with 100 items per page.
- Parameter_(computer_programming) abstract "In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments. An ordered list of parameters is usually included in the definition of a subroutine, so that, each time the subroutine is called, its arguments for that call can be assigned to the corresponding parameters.Just as in standard mathematical usage, the argument is thus the actual input passed to a function, procedure, or routine, whereas the parameter is the variable inside the implementation of the subroutine. For example, if one defines the add subroutine as def add(x, y): return x + y, then x, y are parameters, while if this is called as add(2, 3), then 2, 3 are the arguments. Note that variables from the calling context can be arguments: if the subroutine is called as a = 2; b = 3; add(a, b) then the variables a, b are the arguments, not only the values 2, 3. See the Parameters and arguments section for more information.In the most common case, call by value, a parameter acts within the subroutine as a variable initialized to the value of the argument (a local (isolated) copy of the argument if the argument is a variable), but in other cases, e.g. call by reference, the argument supplied by the caller can be affected by actions within the called subroutine (as discussed in evaluation strategy). In call by value, one can thus think of arguments as values (properly, think of the value of arguments as the "arguments" themselves), but in general arguments are not simply values.The semantics for how parameters can be declared and how the arguments get passed to the parameters of subroutines are defined by the language, but the details of how this is represented in any particular computer system depend on the calling conventions of that system.".
- Parameter_(computer_programming) wikiPageID "324375".
- Parameter_(computer_programming) wikiPageRevisionID "606171863".
- Parameter_(computer_programming) hasPhotoCollection Parameter_(computer_programming).
- Parameter_(computer_programming) subject Category:Subroutines.
- Parameter_(computer_programming) subject Category:Variable_(computer_programming).
- Parameter_(computer_programming) type Abstraction100002137.
- Parameter_(computer_programming) type Code106355894.
- Parameter_(computer_programming) type CodingSystem106353757.
- Parameter_(computer_programming) type Communication100033020.
- Parameter_(computer_programming) type Routine106582403.
- Parameter_(computer_programming) type Software106566077.
- Parameter_(computer_programming) type Subroutines.
- Parameter_(computer_programming) type Writing106359877.
- Parameter_(computer_programming) type WrittenCommunication106349220.
- Parameter_(computer_programming) comment "In computer programming, a parameter is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine. These pieces of data are called arguments.".
- Parameter_(computer_programming) label "Argumento (informática)".
- Parameter_(computer_programming) label "Parameter (Informatik)".
- Parameter_(computer_programming) label "Parameter (computer programming)".
- Parameter_(computer_programming) label "Parametr (informatyka)".
- Parameter_(computer_programming) label "Parametro (programmazione)".
- Parameter_(computer_programming) label "Parâmetro (ciência da computação)".
- Parameter_(computer_programming) label "Параметр (программирование)".
- Parameter_(computer_programming) label "وسيط (برمجة حاسوب)".
- Parameter_(computer_programming) label "引数".
- Parameter_(computer_programming) sameAs Parametr_funkce.
- Parameter_(computer_programming) sameAs Parameter_(Informatik).
- Parameter_(computer_programming) sameAs Παράμετρος_(υπολογιστές).
- Parameter_(computer_programming) sameAs Argumento_(informática).
- Parameter_(computer_programming) sameAs Parametro_(programmazione).
- Parameter_(computer_programming) sameAs 引数.
- Parameter_(computer_programming) sameAs 매개변수_(컴퓨터_프로그래밍).
- Parameter_(computer_programming) sameAs Parametr_(informatyka).
- Parameter_(computer_programming) sameAs Parâmetro_(ciência_da_computação).
- Parameter_(computer_programming) sameAs m.01vzgc.
- Parameter_(computer_programming) sameAs Q1410440.
- Parameter_(computer_programming) sameAs Q1410440.
- Parameter_(computer_programming) sameAs Parameter_(computer_programming).
- Parameter_(computer_programming) wasDerivedFrom Parameter_(computer_programming)?oldid=606171863.
- Parameter_(computer_programming) isPrimaryTopicOf Parameter_(computer_programming).