How to pronounce symbols on keyboard
Refefrence: http://answers.yahoo.com/question/index?qid=20100607151104AAtQxhc
~ “tilde” or “tweedle” or “squiggly line”. Also used as a “swung dash” and in mathematics with other signs to mean “approximately” and in logic sometimes used to mean “not”. See http://en.wikipedia.org/wiki/Tilde,
` “grave accent” or “stress mark”. See http://en.wikipedia.org/wiki/Grave_accen… .
! “exclamation point” or “exclamation mark'. Used to end an emphatic sentence. Also often used in computer languages to mean “not” and in mathematics to indicate “factorial'. See http://en.wikipedia.org/wiki/Exclamation… .
@ “at sign” or “commercial at sign”. See http://en.wikipedia.org/wiki/At_sign .
# “number sign” or “pound sign' or “octothorpe” or “hash mark”
$ “dollar sign”, for example $29.00 would be read as “twenty-nine dollars'
% “percent sign”, so 50% is “fifty per cent''
^ “caret” or “up-arrow head” or “circumflex accent”. Often used on computers to indicate the following symbol(s) would be superscripted in normal typography, that is 5^23 is the same as 5²³. Sometimes called a “carrot” by the illiterate.
& “and sign” or “ampersand”. An abbreviation symbol for “and”.
* “asterisk” or “star”
( “opening parenthesis”
) “closing parenthesis”
_ “low line”, “underbar”, “underline”, “underscore”
- “hyphen-minus”, “hyphen”, “minus”: a typewriter symbol used for both hyphen and minus. Sometimes, when spaces appear on both sides of it, it represents a dash, but a dash is more often built from two hyphen-minuses. In normal typography for dashes there is an en-dash (–) and an em-dash (—) which are different characters.
+ "plus sign”
= “equal sign”
| “vertical line”, “vertical bar”, “pipe”
\ “backslash”
< “less than sign”
> “greater than sign”
, “comma”
. “period”, “full stop”, “decimal point”
? “question mark”
/ “slash”, “virgule”, also usually used on computers as a “division slash” or “solidus”, though in normal typography the division slash is more slanted. Misnamed “SOLIDUS” by Unicode.
" “quotation marks” or “straight quotation marks” or “typewriter quotation marks. Originally a typewriter substitute for “ (opening quotation marks), ” (closing quotation marks), ʺ (double prime used to mean “inches” and “seconds”), and〃(ditto mark).
' “apostrophe'' or “single quotation mark” or “straight apostrophe” or “typewriter apostrophe” or “straight single quotation mark” or “typewriter single quotation mark”. Originally a typewriter substitute for ‘ (opening single quotation mark), ’ (closing single quotation mark or apostrophe), ′ (single prime used to mean “feet” in measurement and to mean “minutes”)
: “colon”, a punctuation mark
; “semi-colon”, a punctuation mark
I started out making links, but Yahoo Answers only allows ten so I did not continue. But if you search on most of my meanings you will find articles that tell you more.
Many of these symbols also have other names in various special disciplines and some even have other common names.
How to pronounce symbols on keyboard的更多相关文章
- How to say all the keyboard symbols in English and Chinese
How to say all the keyboard symbols in English Symbol English 中文 ~ tilde 波浪号 ` grave accent, backquo ...
- OS X: Keyboard shortcuts
Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a char ...
- Setting up Ubuntu in CoLinux–changing local/keyboard to be English
Today i installed the CoLinux with Ubuntu package, but the default locale setting of the system is G ...
- typescript枚举,类型推论,类型兼容性,高级类型,Symbols(学习笔记非干货)
枚举部分 Enumeration part 使用枚举我们可以定义一些有名字的数字常量. 枚举通过 enum关键字来定义. Using enumerations, we can define some ...
- [No0000113]Keyboard shortcuts for Windows Visual Studio Code
General 常用Ctrl+Shift+P, F1 Show Command Palette 显示命令行Ctrl+P Quick Open, Go to File… 快速打开Ctrl+Shift+N ...
- How to Pronounce Work vs. Walk
How to Pronounce Work vs. Walk Share Tweet Share Tagged With: Comparison If you’re confused about th ...
- 【CODEFORCES】 A. Keyboard
A. Keyboard time limit per test 2 seconds memory limit per test 256 megabytes input standard input o ...
- Codeforces Round #271 (Div. 2)-A. Keyboard
http://codeforces.com/problemset/problem/474/A A. Keyboard time limit per test 2 seconds memory limi ...
- keyboard键盘demo
main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:and ...
随机推荐
- e
frame问题 以下面的frame为例: ? 1 <frame src=”xxx.html” id=”frameId” name=”frameName” /> (1)访问frame ...
- (转)实例简述Spring AOP之间对AspectJ语法的支持(转)
Spring的AOP可以通过对@AspectJ注解的支持和在XML中配置来实现,本文通过实例简述如何在Spring中使用AspectJ.一:使用AspectJ注解:1,启用对AspectJ的支持:通过 ...
- Spring JdbcTemplate方法详解
JdbcTemplate主要提供以下五类方法: execute方法:可以用于执行任何SQL语句,一般用于执行DDL语句: update方法及batchUpdate方法:update方法用于执行新增.修 ...
- APP邂逅即时通讯云,让你的手机APP聊起来
#推荐活动# #线下沙龙# 明天下午在IC咖啡 —— <APP邂逅即时通讯云,让你的手机APP聊起来>, http://url.cn/Y8sYo5
- markdown 语法测试
understanding the linux kernel 绪论 linux支持.硬件依赖.版本 基于微内核的方法 支持内核线程 多线程应用支持 抢占式内核 硬件依耐性 file descripto ...
- c#大数加法
在C#中,我们经常需要表示整数.但是,c#的基本数据类型中,最大的long也只能表示-9,223,372,036,854,775,808 到 9,223,372,036,854,775,807之间的数 ...
- 手机设备连接eclipse的问题
因为现在测试到的机型也没几台,很多都是直接能连接上eclipse,但是有些Android太“个性”所以遇到有一两台手机直接插上是不能连接到eclipse的:好了:解决问题把:首先我们需要知道连接的前提 ...
- SQL 行转列和列转行
SQL 行转列和列转行 行列互转,是一个经常遇到的需求.实现的方法,有case when方式和2005之后的内置pivot和unpivot方法来实现. 在读了技术内幕那一节后,虽说这些解决方案早就用过 ...
- ASP.NET Web API - ASP.NET MVC 4 系列
Web API 项目是 Windows 通信接口(Windows Communication Foundation,WCF)团队及其用户激情下的产物,他们想与 HTTP 深度整合.WCF ...
- Java中引用类型变量,对象,值类型,值传递,引用传递 区别与定义
一.Java中什么叫做引用类型变量?引用:就是按内存地址查询 比如:String s = new String();这个其实是在栈内存里分配一块内存空间为s,在堆内存里new了一个Stri ...