Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,519,141,623 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

argument
(redirected from Arguement)

   Also found in: Medical, Legal, Wikipedia, Hutchinson 0.04 sec.

argument

In programming, a value that is passed between programs, subroutines or functions. Arguments are independent items, or variables, that contain data or codes. When an argument is used to customize a program for a user, it is typically called a "parameter." See argc.


argument
1. Logic
a. a process of deductive or inductive reasoning that purports to show its conclusion to be true
b. formally, a sequence of statements one of which is the conclusion and the remainder the premises
2. Logic an obsolete name for the middle term of a syllogism
3. Maths
a. an element to which an operation, function, predicate, etc., applies, esp the independent variable of a function
b. another name for amplitude (sense 5) of a complex number

(programming)argument - (Or "arg") A value or reference passed to a function, procedure, subroutine, command or program, by the caller. For example, in the function definition

square(x) = x * x

x is the formal argument or "parameter", and in the call

y = square(3+4)

3+4 is the actual argument. This will execute the function square with x having the value 7 and return the result 49.

There are many different conventions for passing arguments to functions and procedures including call-by-value, call-by-name, call-by-reference, call-by-need. These affect whether the value of the argument is computed by the caller or the callee (the function) and whether the callee can modify the value of the argument as seen by the caller (if it is a variable).

Arguments to functions are usually, following mathematical notation, written in parentheses after the function name, separated by commas (but see curried function). Arguments to a program are usually given after the command name, separated by spaces, e.g.:

cat myfile yourfile hisfile

Here "cat" is the command and "myfile", "yourfile", and "hisfile" are the arguments.


?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
The arguement was that women would become sterile or become hysterical if they pursued higher education, and that educated women would turn away from what was expected of them--to be a wife and mother, and that ultimately this would lead to race suicide.
D Leavis's meaning has sometimes to be worked for, and she certainly likes long sentences-they are essential to the kinds of modifications and qualifications in arguement that literary criticism needs to make.
From arguements such as these, it is not at all surprising that the effectiveness of fire retardant treatments may vary according to the test conditions used.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.