Encyclopedia > Reputation

  Article Content

Evaluation

Redirected from Reputation

Evaluation is a general term for the determination of the "value" of a mathematical expression, a meeting, a procedure, etc., by computation, discussion or analysis.

The reputation of a person, company, etc. is how he, she or it is valued on average, for example with regard to expertise and morality.

Prestige means good reputation or high esteem.


In computer science evaluation is the process of determining the value of an expression.

Some programming languages such as the Lisp programming language support expressions as a first-class data type and have an explicit evaluation construct. Other languages such as the C programming language only have expressions as a programming language construct rather than a data type, and implicity evaluate expressions at compile-time or run-time.

For example in LISP the expression

(eval (quote (add 2 3)))

will yield the result 5 by calling the evaluator function eval on the expression (add 2 3).

The term also has a closely related, but more precise, mathematical meaning in model theory.

this is a stub article

See also:



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Lake Ronkonkoma, New York

... and 12.2% who are 65 years of age or older. The median age is 37 years. For every 100 females there are 93.5 males. For every 100 females age 18 and over, there are 90.3 ...

 
 
 
This page was created in 27.3 ms