S-expressionUne S-expression (ou expression symbolique) est une convention pour la représentation de données ou d'expressions d'un programme sous forme textuelle. Les S-expressions sont utilisées dans la famille de langages Lisp, incluant Scheme et , ainsi que comme métalangage dans des protocoles de communication tels IMAP ou le langage CBCL (Common Business Communication Language) de John McCarthy.
Rentabilité des capitaux propresLa rentabilité des capitaux propres (RCP), traduit en anglais par return on equity (ROE), est une notion économique à la fois très ancienne et très contestée, qui mesure en pourcentage le rapport entre le résultat net et les capitaux propres investis par les associés ou actionnaires de sociétés. Les expressions taux de retour sur capitaux propres ou taux de rendement des capitaux propres sont également utilisées, la dernière étant toutefois plus rare car susceptible d'entretenir une confusion.
Créationnismevignette|Le Premier Jour de la création, Chronique de Nuremberg, 1493. Dans la Bible, Dieu « fait exister » le monde. vignette|Dieu créant les animaux, illustration médiévale de 1445 (Allemagne). Le créationnisme, qui s’exprime sous différentes formes, est une doctrine qui stipule que Dieu a créé non seulement l'univers mais également chacune des espèces vivantes, contrairement au très large consensus scientifique qui soutient l'idée d’un processus évolutif par lequel de nouvelles espèces se forment à partir d'ancêtres communs.
ArgumentationL’argumentation est l'action de convaincre et pousser ainsi l'autre à agir. Contrairement à la persuasion, elle vise à être comprise de tous et résiste à l'utilisation d'arguments fallacieux. L’argument est, en logique et en linguistique, l’ensemble des prémisses données en support à une conclusion. Une argumentation est composée d'une conclusion et d'un ou de plusieurs « éléments de preuve », que l'on appelle des prémisses ou des arguments, et qui constituent des raisons d'accepter cette conclusion.
Expression (mathématiques)In mathematics, an expression or mathematical expression is a finite combination of symbols that is well-formed according to rules that depend on the context. Mathematical symbols can designate numbers (constants), variables, operations, functions, brackets, punctuation, and grouping to help determine order of operations and other aspects of logical syntax. Many authors distinguish an expression from a formula, the former denoting a mathematical object, and the latter denoting a statement about mathematical objects.
Creation scienceCreation science or scientific creationism is a pseudoscientific form of Young Earth creationism which claims to offer scientific arguments for certain literalist and inerrantist interpretations of the Bible. It is often presented without overt faith-based language, but instead relies on reinterpreting scientific results to argue that various myths in the Book of Genesis and other select biblical passages are scientifically valid.
Argument mapAn argument map or argument diagram is a visual representation of the structure of an argument. An argument map typically includes all the key components of the argument, traditionally called the conclusion and the premises, also called contention and reasons. Argument maps can also show co-premises, objections, counterarguments, rebuttals, and lemmas. There are different styles of argument map but they are often functionally equivalent and represent an argument's individual claims and the relationships between them.
Algebraic expressionIn mathematics, an algebraic expression is an expression built up from constant algebraic numbers, variables, and the algebraic operations (addition, subtraction, multiplication, division and exponentiation by an exponent that is a rational number). For example, 3x2 − 2xy + c is an algebraic expression. Since taking the square root is the same as raising to the power 1/2, the following is also an algebraic expression: An algebraic equation is an equation involving only algebraic expressions.
Cosmological argumentA cosmological argument, in natural theology, is an argument which claims that the existence of God can be inferred from facts concerning causation, explanation, change, motion, contingency, dependency, or finitude with respect to the universe or some totality of objects. A cosmological argument can also sometimes be referred to as an argument from universal causation, an argument from first cause, the causal argument, or prime mover argument.
Argument ontologiqueL'argument ontologique est un argument qui vise à prouver l'existence de Dieu. Il est dit ontologique, car il appuie sa preuve sur la définition de ce qu'est l'être (ontos) de Dieu : il est dans l'être de Dieu d'exister. On considère généralement que Boèce () est le premier à avoir proposé un argument de ce genre, mais c'est sa formulation par Anselme de Cantorbéry au qui rend l'argument célèbre. À l'époque moderne, la version cartésienne de l'argument a été particulièrement influente, faisant l'objet de plusieurs critiques qui conduisent à rejeter la valeur des arguments ontologiques en général.
Argument téléologique (religion)Largument téléologique, ou argument du dessein divin', est l'argument sur l'existence de Dieu qui se base sur des preuves perceptibles d'ordre, d'intention, de conception ou de direction - ou d'une combinaison de ceux-ci - dans la nature. Il s'appuie sur l'aspect complexe du monde qui semble avoir été conçu, et serait donc l'objectif ou le but d'un être intelligent. Cet argument a été remis au goût du jour par les créationnistes américains, sous la forme du mouvement du Dessein intelligent.
Short-circuit evaluationShort-circuit evaluation, minimal evaluation, or McCarthy evaluation (after John McCarthy) is the semantics of some Boolean operators in some programming languages in which the second argument is executed or evaluated only if the first argument does not suffice to determine the value of the expression: when the first argument of the AND function evaluates to false, the overall value must be false; and when the first argument of the OR function evaluates to true, the overall value must be true.