Share on Facebook Share on Twitter Email
Answers.com

caret

 
(kăr'ĭt) pronunciation
n.
A proofreading symbol (‸) used to indicate where something is to be inserted in a line of printed or written matter.

[Latin, there is lacking, third person sing. present tense of carēre, to lack.]


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
TechEncyclopedia:

caret

Top

(1) A vertical, flashing bar used as a pointer for entering text. See caret browsing.

(2) The small up-facing arrow on the "6" key (shift-6) on a typewriter keyboard. Also called a "hat," it is used as a symbol for several different operations. The mathematical expression 2^12 means 2 to the 12th power. It is also used as an exclusive OR operator (see XOR), and it is sometimes found as a symbol for the Control key; for example, ^Y means Ctrl-Y.

The Caret
Sitting like a hat on the "6" key, the caret has become a multi-purpose symbol.

The Control Key
This screen shot from WordStar, a popular word processor in the 1980s, shows the command menu at the top. All commands were initiated by holding down the Control key, which was symbolized by the caret (^).

Download Computer Desktop Encyclopedia to your PC, iPhone or Android.

is short for:

Meaning Category
ExponentAcademic & Science->Mathematics
Logical ORAcademic & Science->Mathematics
represents the Control key, thus; ^CComputing->General

Click here to submit an acronym.


Word Tutor:

caret

Top
pronunciation

IN BRIEF: n. - A mark used by an author or editor to indicate where something is to be inserted into a text.

Tutor's tip: A "carat" or "karat" is a unit of weight for precious stones, a "caret" is an editing mark that indicates the place for an insert, while a "carrot" is a root vegetable.

LearnThatWord.com is a free vocabulary and spelling program where you only pay for results!

1. the symbol ^ above a number indicating the expected value or expected frequency.
2. used to indicate exponentiation in many computer languages, e.g. 100=10^2 or ten squared.

Random House Word Menu:

categories related to 'caret'

Top
Random House Word Menu by Stephen Glazier
For a list of words related to caret, see:

^

Caret
Punctuation
apostrophe ( ’ ' )
brackets ( [ ], ( ), { }, ⟨ ⟩ )
colon ( : )
comma ( , )
dash ( , –, —, ― )
ellipsis ( …, ..., . . . )
exclamation mark ( ! )
full stop/period ( . )
guillemets ( « » )
hyphen ( )
hyphen-minus ( - )
question mark ( ? )
quotation marks ( ‘ ’, “ ”, ' ', " " )
semicolon ( ; )
slash/stroke ( / )
solidus ( )
Word dividers
space ( ) ( ) ( ) (␠) (␢) (␣)
interpunct ( · )
General typography
ampersand ( & )
at sign ( @ )
asterisk ( * )
backslash ( \ )
bullet ( )
caret ( ^ )
dagger ( †, ‡ )
degree ( ° )
ditto mark ( )
inverted exclamation mark ( ¡ )
inverted question mark ( ¿ )
number sign/pound/hash/octothorpe ( # )
numero sign ( )
obelus ( ÷ )
ordinal indicator ( º, ª )
percent etc. ( %, ‰, )
pilcrow ( )
prime ( ′, ″, ‴ )
section sign ( § )
tilde ( ~ )
underscore/understrike ( _ )
vertical/broken bar, pipe ( ¦, | )
Intellectual property
copyright symbol ( © )
registered trademark ( ® )
sound recording copyright ( )
service mark ( )
trademark ( )
Currency
currency (generic) ( ¤ )
currency (specific)
( ฿ ¢ $ ƒ £ ¥ )
Uncommon typography
asterism ( )
tee ( )
up tack ( )
index/fist ( )
therefore sign ( )
because sign ( )
interrobang ( )
irony punctuation ( ؟ )
lozenge ( )
reference mark ( )
tie ( )
Related
diacritical marks
whitespace characters
non-English quotation style ( « », „ ” )
Wikipedia book Book  · Category Category  · Portal

Caret (play /ˈkærət/) usually refers to the spacing symbol ^ in ASCII (at code point 5Ehex) and other character sets. In Unicode, however, the corresponding character is U+005E ^ circumflex accent (HTML: ^ ), whereas the Unicode character named caret is actually a similar but lowered symbol: U+2038 caret (HTML: ‸ ).

A caret can also be called a wedge, up-arrow, hat, control character, or chevron.[1]

In graphical user interface terminology, caret sometimes refers to a text insertion point indicator, often a blinking vertical bar. In this context, it may be used interchangeably with the word cursor.

Contents

Origins

As the variation in naming shows, the origins of the character are twofold. The caret was originally used, and continues to be, in handwritten form as a proofreading mark to indicate where a punctuation mark, word, or phrase should be inserted in a document.[2] The term comes from the Latin caret, "it lacks", from 'carēre', to lack; to be separated from; to be free from. The caret symbol is written below the line of text for a line-level punctuation mark such as a comma, or above for a higher character such as an apostrophe; the material to be inserted may be placed inside the caret, in the margin, or above the line.

A raised variant of the character can be found on some typewriters, where it is used to denote a circumflex in some languages, such as French and Portuguese. It is typically a dead key, which does not cause the carriage to advance and thus allows the following letter to strike the same spot (below the circumflex) on the paper.

In the original 1963 version of the ASCII standard, code point 5Ehex was reserved for an up-arrow (). However, the 1965 ECMA-6 standard replaced the up-arrow with a circumflex ( ˆ ), which was applicable as a diacritic as well, and two years later, the second revision of ASCII followed suit.[3] As the early mainframes and minicomputers largely used teleprinters as output devices, it was possible to print the circumflex above a letter when needed. With the proliferation of monitors, however, this became insufficient, and precomposed characters, with the diacritic included, were instead introduced into appended character sets, such as Latin-1. The original circumflex character was left for other purposes, and as it did not need to fit above a letter anymore, it was made larger in appearance.[4]

Other uses

In mathematics, the caret can signify exponentiation (3^5 for 35), where the usual superscript is not readily usable (as on some graphing calculators). The caret is also now used to indicate a superscript in TeX typesetting. As Isaac Asimov described it in his 1974 "Skewered" essay (on Skewes' number), "I make the exponent a figure of normal size and it is as though it is being held up by a lever, and its added weight when its size grows bends the lever down."[5] The use of the caret for exponentiation can be traced back to ALGOL 60, which expressed the exponentiation operator as an upward-pointing arrow, intended to evoke the superscript notation common in mathematics. The upward-pointing arrow is now used as a form of iterated exponentiation in Knuth's up-arrow notation.

The caret has many uses in programming languages. It can signify exponentiation, the bitwise XOR operator, string concatenation, and control characters in caret notation, among other uses. In regular expressions, the caret is used to mark the beginning of a string, or the beginning of a line within that string (depending on the regular expression dialect and specified options); if it begins a character class, it indicates that the inverse of the class is to be matched. Pascal uses the caret when dereferencing pointers.

The command-line interpreter, cmd.exe, of Windows family of operating systems uses the caret to escape reserved characters.

In C++/CLI the only type of pointer is C++ pointer, and the .NET reference types are accessed through a "handle", with the new syntax ClassName^ instead of ClassName*. This new construct is especially helpful when managed and standard C++ code is mixed; it clarifies which objects are under .NET automatic garbage collection and which objects the programmer must remember to explicitly destroy. In development for Apple's Mac OS X and iOS, carets are used to create blocks, and to denote block types.

In logic, an enlarged caret called a wedge symbol is used as a propositional operator to symbolize logical conjunction, otherwise known as an and (e.g., p\andq).

In Italian, the caret is sometimes used in a similar manner to the ordinal indicator, most noticeably on tickets from Trenitalia, the primary operator of trains within Italy, and Rome's ATAC public transit system. On Trenitalia tickets, the travel class is often written as 1^ or 2^, meaning first class or second class respectively. This is due to the lack of the ordinal indicator (-o) used in Italian in the ASCII set.

In music notation, a caret placed above a note indicates marcato, a special form of emphasis or accent. In music for string instruments, a narrow inverted caret indicates that a note should be performed up-bow.

In music theory and musicology, a caret placed above a numeral is used to make reference to a particular scale degree.

In social network services such as Twitter, a caret placed before a word is used to tag that word as an individual's signature within a group account. This differentiates an individual's contribution from a group-authored contribution.

See also

Notes

  1. ^ "Caret". TheFreeDictionary.com. Farlex. http://encyclopedia2.thefreedictionary.com/caret. Retrieved 20 July 2010. 
  2. ^ MLA Handbook for Writers of Research Papers (7 ed.). New York: Modern Language Association. 2009. p. 121. ISBN 9781603290241. 
  3. ^ Tom Jennings. "ASCII: American Standard Code for Information Infiltration". http://www.wps.com/projects/codes/index.html#UP. Retrieved 14 September 2010. 
  4. ^ Jukka K. Korpela (18 January 2010). "Kirjainten tarinoita" (in Finnish) (PDF). pp. 132–133. http://www.cs.tut.fi/~jkorpela/kirjaimet/tarinoita.pdf. Retrieved 14 September 2010. 
  5. ^ Asimov, Isaac (1974), "Skewered", Of Matters Great and Small, Doubleday, ISBN 978-0385022255

References


Translations:

Caret

Top

Dansk (Danish)
n. - korrekturtegn, markerende indskud

Nederlands (Dutch)
inlasteken

Français (French)
n. - lambda, signe d'insertion

Deutsch (German)
n. - Einschaltungszeichen

Ελληνική (Greek)
n. - Λ, σημείο προσθήκης (στη διόρθωση δοκιμίων, για κάτι που έχει παραλειφθεί)

Italiano (Italian)
segno di omissione

Português (Portuguese)
n. - sinal (m) de intercalação, vírgula (f) fracionária

Русский (Russian)
вставка (знак в корректуре)

Español (Spanish)
n. - signo de intercalación (^)

Svenska (Swedish)
n. - inskjutningstecken

中文(简体)(Chinese (Simplified))
脱字符号

中文(繁體)(Chinese (Traditional))
n. - 脫字符號

한국어 (Korean)
n. - 탈자 기호

日本語 (Japanese)
n. - 脱字記号

العربيه (Arabic)
‏(الاسم) علامه في الكتابه على شكل الرقم ثمانيه بالعربي‏

עברית (Hebrew)
n. - ‮סימן ההשמטה (בהגהה)‬


Best of the Web:

caret

Top

Some good "caret" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

American Heritage Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
TechEncyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2012 The Computer Language Company Inc.  All rights reserved.  Read more
Abbreviations. STANDS4.com - The source for acronyms and abbreviations. Copyright © 2004-2012 STANDS4 LLC. All rights reserved.  Read more
Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved.
eSpindle provides personalized spelling and vocabulary tutoring online; sign up free Read more
Saunders Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved.  Read more
Random House Word Menu. © 2010 Write Brothers Inc. Word Menu is a registered trademark of the Estate of Stephen Glazier. Write Brothers Inc. All rights reserved.  Read more
 Rhymes. Oxford University Press. © 2006, 2007 All rights reserved.  Read more
Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Caret Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more

Follow us
Facebook Twitter
YouTube

Mentioned in

» More» More