Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Grave accent


The grave accent ( ` ) is a diacritic mark used in written French, Catalan, Welsh, Italian, Vietnamese, Scottish Gaelic, and other languages.

In French, the grave accent has two uses. On the letter e it marks the distinct quality of the vowel: è [E], and e [@]. It is also used as a grammatical mark, serving to distinguish between the preposition à ("to") and the verb a (present tense of avoir); and ("where") and ou ("or").

In Catalan, the grave accent is used to mark both the stress and the distinct quality of certain stressed vowels, such as è [E] versus é [e], or such as ò [O] versus ó [o]. The letter a is the only one that takes the grave accent but not the acute.

In Welsh, the accent is used to denote a short vowel sound in a word which would otherwise be pronounced with a long vowel sound, for example mẁg ("a mug") versus mwg ("smoke").

In Italian, it marks final stress, as in virtù ("virtue") or città ("city") or as in è ("it is").

In Vietnamese and some other tonal languages, the grave accent is used to indicate a falling tone.

In Scottish Gaelic, it denotes a long vowel.

In transliterating texts written in Cuneiform, a grave accent over the vowel indicates that the original sign is the third representing that value in the canonical lists. Thus u is used to transliterate the first sign with the phonetic value /u/, while ù transliterates the third sign with the value /u/ (usually used for "and").

The grave accent is used in English only in poetry and song lyrics. It indicates that a vowel usually silent is to be pronounced, in order to fit the rhythm or meter. Most often, it is applied to a word ending with -ed. For instance, the word looked is usually pronounced as a single syllable, with the e silent; when written as lookèd, the e is pronounced -- look-ed.

1 Computer related

Using the ISO-8859-1 character encoding, one can type the letters à, è, ì, ò, and ù. Dozens more letters with the grave accent are available in Unicode. Unicode also provides the grave accent as a combining character.

In the ASCII character set the grave accent is encoded as character 96, hex 60. Outside the US character 96 is often replaced by the local currency symbol. Many UK computers have the UK pound symbol as character 96.

Many of the UNIX shells and the programming languageAn alternate rewrite has been has been. Please refer to it for large rewrites. A programming language or computer language is a standardized communication technique for expressing instructions to a computer. It is a set of syntactic and semantic rules use PerlImage:Programming-republic-of-perl. gif|right|framed|Programming Republic of logo]] Perl also Practical Extraction and Report Language (a backronym, see below), is a programming language released by Larry Wall on December 18, 1987 that borrows features fr use pairs of this character -- known as backquote or backtick -- to indicate substitution of the standard output from one command into a line of text defining another command. A safer and often easier way to accomplish such a task is using the command xargsxargs is a command of the Unix and most Unix-like operating system which eases passing command output to another command as command line arguments. It splits its often piped input at whitespaces (or the null character) and calls the command given as an ar instead of backquotes.

In LispLisp is a family of functional programming languages with a long history. Developed first as an abstract notation for recursive functions, it later became the favored language of artificial intelligence research during the field's heyday in the 1970s and macroMacro (meaning "large" or "wide") is also applied to macroeconomics, and macroscopic or "macro" lenses. Macro (meaning a kind of close-up photography) is found at Macro photography. A macro is an abstraction, whereby a certain textual pattern is replaced systems, the backquote character (called quasiquote in SchemeThe Scheme programming language is a functional programming language and a dialect of Lisp. It was developed by Guy L. Steele and Gerald Jay Sussman in the 1970s and introduced to the academic world via a series of papers now referred to as Sussman and St) introduces a quoted expression in which comma-substitution may occur. It is identical to the plain quote, except that symbols prefixed with a comma will be replaced with those symbols' values as variables. This is roughly analogous to the Unix shell's variable interpolation with $ inside double quotes.

In Pico the backquote is used to indicate comments in the programming language.

In Verilog the grave accent is used to help define a size constant. (i.e. 2'b01) Accidental use of an apostrophe instead of a grave accent is one of the top five beginner mistakes in the language.



Read more »

Non User