Information about Digital

A digital system is one that uses discrete values (often electrical voltages), representing numbers or non-numeric symbols such as letters or icons, for input, processing, transmission, storage, or display, rather than a continuous range of values (ie, as in an analog system).

The distinction between "digital" and "analog" can refer to method of input, data storage and transfer, or the internal working of a device. The word comes from the same source as the word digit and digitus: the Latin word for finger (counting on the fingers) as these are used for discrete counting.

The word digital is most commonly used in computing and electronics, especially where real-world information is converted to binary numeric form as in digital audio and digital photography. Such data-carrying signals carry one of two electronic or optical pulses, logic 1 (pulse present) or 0 (pulse absent).

Digital noise

When data are transmitted, or indeed handled at all, a certain amount of noise enters into the signal. This can have several causes: data transmitted by radio may be received inaccurately, suffer interference from other radio sources, or pick up background radio noise from the rest of the universe. Microphones pick up everything—signal as well as background noise—without discriminating between signal and noise, so when audio is encoded digitally, it already includes noise.

Electric pulses being sent via wires are attenuated by the resistance of the wire, and changed by its capacitance or inductance. Temperature variations can increase or reduce these effects. While digital transmissions are also degraded, slight variations do not matter since they are ignored when the signal is received. With an analog signal, variances cannot be distinguished from the signal and so are a kind of distortion. In a digital signal, similar variances will not matter, as any signal close enough to a particular value will be interpreted as that value. Care must be taken to avoid noise and distortion when connecting digital and analog systems, but more when using analog systems.

Symbol to digital conversion

Since symbols (eg, alphanumeric characters) are not continuous, converting symbols to digital form is rather simpler and less prone to data loss than analog to digital conversion. Instead of sampling and quantization as in D/A conversion, such techniques as polling and encoding are needed.

A symbol input device usually consists of a number of switches are polled at regular intervals to see which switches are pressed. Data will be lost if, within a single polling interval, two switches are pressed, or a switch is pressed, released, and pressed again. This polling can be done by a specialized processor in the device to prevent burdening the main CPU. When a new symbol has been entered, the device sends an interrupt to alert the CPU to read it.

For devices with only a few switches (such as the buttons on a joystick), the status of each can be encoded as bits (usually 0 for released and 1 for pressed) in a single word. This is useful when combinations of key presses are meaningful, and is sometimes used for passing the status of modifier keys on a keyboard (such as shift and control). But it does not scale to support more keys than the number of bits in a single byte or word.

Devices with many switches (such as a computer keyboard) usually arrange these switches in a scan matrix, with the individual switches on the intersections of x and y lines. When a switch is pressed, it connects the corresponding x and y lines together. Polling (often called scanning in this case) is done by activating each x line in sequence and detecting which y lines then have a signal, thus which keys are pressed. When the keyboard processor detects that a key has changed state, it sends a signal to the CPU indicating the scan code of the key and its new state. The symbol is then encoded, or converted into a number, based on the status of modifier keys and the desired character encoding.

Using a custom encoding for a specific application can be done with no loss of data. However, using a standard encoding such as ASCII is problematic if a symbol such as 'ß' needs to be converted but is not in the standard.

Historical digital systems

Although digital signals are generally associated with the binary electronic digital systems used in modern electronics and computing, digital systems are actually ancient, and need not be binary nor electronic.
  • An abacus is a digital calculator that uses beads on rows to represent numbers. Beads only have meaning in discrete up and down states, not in analog in-between states.
  • A beacon is perhaps the simplest non-electronic digital signal, with just two states (on and off). In particular, smoke signals are one of the oldest examples of a digital signal, where an analog "carrier" (smoke) is modulated with a blanket to generate a digital signal (puffs) that conveys information.
  • DNA comprises a long sequence of four digits (denoted A, C, G, and T), effectively a base-four numeral system. Each of these digits is an organic molecule, known as a nucleotide. DNA is the major system of information transfer from one biological generation to another.
  • Morse code uses six digital states—dot, dash, intra-character gap (between each dot or dash), short gap (between each letter), medium gap (between words), and long gap (between sentences)—to send messages via a variety of potential carriers such as electricity or light, for example using an electrical telegraph or a flashing light.
  • The Braille system was the first binary format for character encoding, using a six-bit code rendered as dot patterns.
  • Semaphore signalling uses rods or flags held in particular positions to send messages to the receiver watching them some distance away.
  • International maritime signal flags have distinctive markings that represent letters of the alphabet to allow ships to send messages to each other.
  • More recently invented, a modem modulates an analog "carrier" signal (such as sound) to encode binary electrical digital information, as a series of binary digital sound pulses. A slightly earlier, surprisingly reliable version of the same concept was to bundle a sequence of audio digital "signal" and "no signal" information (i.e. "sound" and "silence") on magnetic cassette tape for use with early home computers.

See also

Symbols are objects, characters, or other concrete representations of ideas, concepts, or other abstractions. For example, in the United States, Canada and Great Britain, a red octagon is a symbol for the traffic sign meaning "STOP".
..... Click the link for more information.
A letter is a written message from one person to another. The role of letters in communication has changed significantly since the 19th century. Historically, letters were the only reliable means of communication between two persons in different locations.
..... Click the link for more information.
icon (from Greek εἰκών, eikon, "image") is an image, picture, or representation; it is a sign or likeness that stands for an object by signifying or representing it, or by analogy, as in semiotics; by
..... Click the link for more information.
In mathematics, the word continuum has at least two distinct meanings, outlined in the sections below. For other uses see Continuum.

Ordered set or shah's set

The term the continuum sometimes denotes the real line.
..... Click the link for more information.
An analog or analogue signal is any time continuous signal where some time varying feature of the signal is a representation of some other time varying quantity. It differs from a digital signal in that small fluctuations in the signal are meaningful.
..... Click the link for more information.
Digit may refer to:
  • A finger, thumb, or toe
  • Slang for a phone number, as in "May I have your digits to call you."
  • Numerical digit, as used in mathematics or computer science
  • Digit (unit), an ancient measurement unit

..... Click the link for more information.
Latin}}} 
Official status
Official language of: Vatican City
Used for official purposes, but not spoken in everyday speech
Regulated by: Opus Fundatum Latinitas
Roman Catholic Church
Language codes
ISO 639-1: la
ISO 639-2: lat
..... Click the link for more information.
A finger is a type of digit, an organ of manipulation and sensation found in the hands of humans and other primates. Normally humans have five digits on each hand (exceptions are polydactyly, hypodactyly and digit loss).
..... Click the link for more information.
computing is synonymous with counting and calculating. Originally, people that performed these functions were known as computers. Today it refers to a science and technology that deals with the computation and the manipulation of symbols.
..... Click the link for more information.
Electronics is the study of the flow of charge through various materials and devices such as, semiconductors, resistors, inductors, capacitors, nano-structures, and vacuum tubes. All applications of electronics involve the transmission of power and possibly information.
..... Click the link for more information.
binary numeral system, or base-2 number system, is a numeral system that represents numeric values using two symbols, usually 0 and 1. More specifically, the usual base-2 system is a positional notation with a radix of 2.
..... Click the link for more information.
Digital audio uses digital signals for sound reproduction. This includes analog-to-digital conversion, digital-to-analog conversion, storage, and transmission.

Digital audio has emerged because of its usefulness in the recording, manipulation, mass-production, and
..... Click the link for more information.
Digital photography, as opposed to film photography, uses electronic devices to record and capture the image as binary data. As such, the images can be displayed, printed, stored, manipulated, transmitted and archived using various kinds of digital technology, including personal
..... Click the link for more information.
NOiSE is a one volume manga created by Tsutomu Nihei as a prequel to his acclaimed ten-volume work, Blame!.

It offers some rather sketchy information concerning the Megastructure's origins and initial size, as well as the origins of Silicon life.
..... Click the link for more information.
Radio is the wireless transmission of signals, by modulation of electromagnetic waves with frequencies below those of visible light. Electromagnetic radiation travels by means of oscillating electromagnetic fields that pass through the air and the vacuum of space.
..... Click the link for more information.
Interference is the addition (superposition) of two or more waves that results in a new wave pattern.

As most commonly used, the term interference usually refers to the interaction of waves which are correlated or coherent with each other, either because they
..... Click the link for more information.
Alphanumeric is a collective term used to identify letters of the Latin alphabet and Arabic digits. There are either 36 (single case) or 62 (case-sensitive) alphanumeric characters. The alphanumeric character set consists of the numbers 0 to 9 and letters A to Z.
..... Click the link for more information.
character is a unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol, such as in an alphabet or syllabary in the written form of a natural language.

An example of a character is a letter, numeral, or punctuation mark.
..... Click the link for more information.
Polling, or polled operation, in computer science, refers to actively sampling the status of an external device by a client program as a synchronous activity. Polling is most often used in terms of I/O, and is also referred to as polled I/O.
..... Click the link for more information.
A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in
..... Click the link for more information.
central processing unit (CPU), or sometimes simply processor, is the component in a digital computer capable of executing a program.(Knott 1974) It interprets computer program instructions and processes data.
..... Click the link for more information.
In computing, an interrupt is an asynchronous signal from hardware indicating the need for attention or a synchronous event in software indicating the need for a change in execution.
..... Click the link for more information.
joystick is a personal computer peripheral or general control device consisting of a handheld stick that pivots about one end and transmits its angle in two or three dimensions to a computer.
..... Click the link for more information.
keyboard is a peripheral partially modeled after the typewriter keyboard. Keyboards are designed to input text and characters, as well as to operate a computer. Physically, keyboards are an arrangement of rectangular buttons, or "keys".
..... Click the link for more information.
In communications, a code is a rule for converting a piece of information (for example, a letter, word, or phrase) into another form or representation, not necessarily of the same type.
..... Click the link for more information.
A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in
..... Click the link for more information.
A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in
..... Click the link for more information.
American Standard Code for Information Interchange (ASCII), generally pronounced ask-ee IPA: /ˈæski/ ( [1] ), is a character encoding based on the English alphabet.
..... Click the link for more information.


An abacus (plurals abacuses or abaci), also called a counting frame, is a calculating tool for performing arithmetical processes, often constructed as a wooden frame with beads
..... Click the link for more information.
Beacons are aids to navigation devices. Intentionally conspicuous, beacons help guide navigators to their destinations. Beacon types include radar reflectors, radio beacons, and sonic or visual signals.
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter