Construe vs Define - What's the difference?
construe | define |
To interpret or explain the meaning of something.
(grammar) To analyze the grammatical structure of a clause or sentence.
*
To translate.
To determine with precision; to mark out with distinctness; to ascertain or exhibit clearly.
* Sir (Isaac Newton)
*{{quote-magazine, year=2013, month=July-August, author=
, title= (obsolete) To settle, decide (an argument etc.).
* 1596 , (Edmund Spenser), (The Faerie Queene) , IV.3:
To express the essential nature of something.
*{{quote-magazine, year=2013, month=May-June, author=
, volume=101, issue=3, page=178, magazine=(American Scientist)
, title= To state the meaning of a word, phrase, sign, or symbol.
To describe, explain, or make definite and clear.
To demark sharply the outlines or limits of an area or concept.
*{{quote-magazine, year=2012, month=March-April, author=(Jan Sapp)
, volume=100, issue=2, page=164, magazine=(American Scientist)
, title= (mathematics) To establish the referent of a term or notation.
(computing, programming) A kind of macro in source code that replaces one text string with another wherever it occurs.
* 1996 , James Gosling, Henry McGilton, The Java Language Environment
* 1999 , Ian Joyner, Objects unencapsulated: Java, Eiffel, and C++ (page 309)
As nouns the difference between construe and define
is that construe is a translation while define is a kind of macro in source code that replaces one text string with another wherever it occurs.As verbs the difference between construe and define
is that construe is to interpret or explain the meaning of something while define is to determine with precision; to mark out with distinctness; to ascertain or exhibit clearly.construe
English
Verb
(en-verb)- The world must construe''' according to its wits; this court must '''construe according to the law.
- , 1954
- Thus, in a sentence such as:
(113) John considers [S Fred'' to be too sure of ''himself'']
the italicised Reflexive ''himself'' can only be construed''' with ''Fred'', not with ''John'': this follows from our assumption that non-subject Reflexives must have an antecedent within their own S. Notice, however, that in a sentence such as:
(114) ''John'' seems to me [S — to have perjured ''himself'']
''himself'' must be '''construed with ''John .
Derived terms
* construction * misconstrueAnagrams
* * * * ----define
English
(Definition)Verb
(defin)- Ringsvery distinct and well defined .
Lee S. Langston
The Adaptable Gas Turbine, passage=Turbines have been around for a long time—windmills and water wheels are early examples. The name comes from the Latin turbo'', meaning ''vortex , and thus the defining property of a turbine is that a fluid or gas turns the blades of a rotor, which is attached to a shaft that can perform useful work.}}
- These warlike Champions, all in armour shine, / Assembled were in field the chalenge to define .
Crinkly Curves, passage=Cantor defined a one-to-one correspondence between the points of the square and the points of the line segment. Every point in the square was associated with a single point in the segment; every point in the segment was matched with a unique point in the square.}}
Race Finished, passage=Few concepts are as emotionally charged as that of race. The word conjures up a mixture of associations—culture, ethnicity, genetics, subjugation, exclusion and persecution. But is the tragic history of efforts to define groups of people by race really a matter of the misuse of science, the abuse of a valid biological concept?}}
Derived terms
* definable * definerNoun
(en noun)- From the computer programming perspective, Java looks like C and C++ while discarding the overwhelming complexities of those languages, such as typedefs, defines , preprocessor, unions, pointers, and multiple inheritance.
- Anyone who has attempted to do OO programming in a conventional language using defines will find out that it is impossible to realize the benefits easily, if at all, without compiler support.