Definition of Control character

Babylon English
control characters
special characters which comprise commands for defining the printed form of a document (Computers)

Search Dictionary:
Search Web Search Dictionary



Control character definition was found in categories: Language, Idioms & Slang(2)  Computer & Internet(2)  Science & Technology(2)  Encyclopedia(1)  

Control character Definition from Language, Idioms & Slang Dictionaries & Glossaries

WordNet 2.0
control character

Noun
1. ASCII characters to indicate carriage return or tab or backspace; typed by depressing a key and the control key at the same time
(synonym) ASCII control character
(hypernym) ASCII character
(hyponym) backspace character

hEnglish - advanced version
control character

control character
n : ascii characters to indicate carriage return or tab or backspace; typed by depressing a key and the control key at the same time [syn: ascii control character]





Control character Definition from Computer & Internet Dictionaries & Glossaries

Vb Glossary 1.0
control character
control character

Any key combination that begins with the CTRL or ESC key.

JDK Doc(JAVA)
CONTROL *2
- Static variable in class java.lang.Character 
public static final byte CONTROL
Public data for enumerated Unicode general category typesSince: JDK1.1


Control character Definition from Science & Technology Dictionaries & Glossaries

Telecommunication Standard Terms
control character
character that initiates, modifies, or stops a function, eventoperation, or control operation. (188 ) Note: Control characters may be recorded for use in subsequent actions. They are not graphic characters but may have a graphic representation in some circumstances.

Technical English by wpv
Control Character
A character whose occurrence in a particular context starts, modifies or stops an operation that effects the recording, processing, transmission or interpretation of data.


Control character Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Control character
In computing and telecommunication, a control character or non-printing character is a code point (a number) in a character set that does not in itself represent a written symbol. All entries in the ASCII table below code 32 (technically the C0 control code set) and 127 are of this kind, including BEL (which is intended to cause an audible signal in the receiving terminal), SYN (which is a synchronization signal), and ENQ (a signal that is intended to trigger a response at the receiving end, to see if it is still present). The EBCDIC character set contains 65 control codes, including all of the ASCII control codes as well as additional codes which are mostly used to control IBM peripherals. The Unicode standard has added many new non-printing characters, for example the Zero-width non-joiner. The remainder of this article covers control codes in general and some codes that are in common use. For detailed tables of the C0 and C1 control codes used in ASCII and ISO-8859-n, please see their respective articles.

See more at Wikipedia.org...