You are on page 1of 6

The compact disc , or CD for short, is an optical disc used to store digital data.

The format was originally developed to store and play back sound recordings only ( CDDA), but was later adapted for storage of data ( CD-ROM). Several other formats were further derived from these, including write -once audio and data storage (CD-R), rewritable media (CD-RW), Video Compact Disc (VCD), Super Video Compact Disc (SVCD), Photo CD, PictureCD,CD-i, and Enhanced Music CD. Audio CDs and audio CD players have been commercially available since October 1982. Standard CDs have a diameter of 120 millimetres (4.7 in) and can hold up to 80 minutes of uncompressed audio or 700 MiB (actually about 703 MiB or 737 MB) of data. The Mini CDhas various diameters ranging from 60 to 80 millimetres (2.4 to 3.1 in); they are sometimes used for CD singles, storing up to 24 minutes of audio or delivering device drivers. At the time of the technology's introduction it had more capacity than computer hard drivescommon at the time. The reverse is now true, with hard drives far exceeding the capacity of CDs. In 2004, worldwide sales of CD audio, CD-ROM, and CD-R reached about 30 billion discs. By 2007, 200 billion CDs had been sold worldwide.[1] Compact discs are increasingly being replaced or supplemented by other forms of digital distribution and storage, such as downloading and flash drives, with audio CD sales dropping nearly 50% from their peak in 2000.

An analog-to-digital converter (abbreviated ADC, A/D or A to D) is a device that converts a continuous physical quantity (usually voltage) to a digital number that represents the quantity's amplitude. The conversion involves quantization of the input, so it necessarily introduces a small amount of error. Instead of doing a single conversion, an ADC often performs the conversions ("samples" the input) periodically. The result is a sequence of digital values that have converted a continuous-time and continuous-amplitude analog signal to adiscrete-time and discrete-amplitude digital signal. An ADC is defined by its bandwidth (the range of frequencies it can measure) and its signal to noise ratio (how accurately it can measure a signal relative to the noise it introduces). The actual bandwidth of an ADC is characterized primarily by its sampling rate, and to a lesser extent by how it handles errors such as aliasing. The dynamic range of an ADC is influenced by many factors, including the resolution (the number of output levels it can quantize a signal to), linearity and accuracy (how well the quantization levels match the true analog signal) and jitter (small timing errors that introduce additional noise). The dynamic range of an ADC is often summarized in terms of its effective number of bits (ENOB), the number of bits of each measure it returns that are on average not noise. An ideal ADC has an ENOB equal to its resolution. ADCs are chosen to match the bandwidth and required signal to noise ratio of the signal to be quantized. If an ADC operates at a sampling rate greater than twice the bandwidth of the signal, then perfect reconstruction is possible given an ideal ADC and neglecting quantization error. The presence of quantization error limits the dynamic range of even an ideal ADC, however, if the dynamic range of the ADC exceeds that of the input signal, its effects may be neglected resulting in an essentially perfect digital representation of the input signal.

An ADC may also provide an isolated measurement such as an electronic device that converts an input analog voltage or current to a digital number proportional to the magnitude of the voltage or current. However, some non-electronic or only partially electronic devices, such as rotary encoders, can also be considered ADCs. The digital output may use different coding schemes. Typically the digital output will be a two's complement binary number that is proportional to the input, but there are other possibilities. An encoder, for example, might output a Gray code. The inverse operation is performed by a digital-to-analog converter (DAC). A digital signal processor (DSP) is a specialized microprocessor with an architecture optimized for the operational needs of digital signal processing.[1][2]

A servomotor is a rotary actuator that allows for precise control of angular position, velocity and acceleration.[1] It consists of a motor coupled to a sensor for position feedback. It also requires a relatively sophisticated controller, often a dedicated module designed specifically for use with servomotors.

An audio power amplifier is an electronic amplifier that amplifies low-power audiosignals (signals composed primarily of frequencies between 20 - 20 000 Hz, the human range of hearing) to a level suitable for driving loudspeakers and is the final stage in a typical audio playback chain. A microcontroller (sometimes abbreviated C, uC or MCU) is a small computer on a single integrated circuit containing a processor core, memory, and programmableinput/output peripherals. Program memory in the form of NOR flash or OTP ROM is also often included on chip, as well as a typically small amount of RAM. Microcontrollers are

designed for embedded applications, in contrast to the microprocessors used in personal computers or other general purpose applications. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other embedded systems. By reducing the size and cost compared to a design that uses a separate microprocessor, memory, and input/output devices, microcontrollers make it economical to digitally control even more devices and processes. Mixed signal microcontrollers are common, integrating analog components needed to control non-digital electronic systems. Some microcontrollers may use four-bit words and operate at clock rate frequencies as low as 4 kHz, for low power consumption (single-digit milliwatts or microwatts). They will generally have the ability to retain functionality while waiting for an event such as a button press or other interrupt; power consumption while sleeping (CPU clock and most peripherals off) may be just nanowatts, making many of them well suited for long lasting battery applications. Other microcontrollers may serve performance-critical roles, where they may need to act more like a digital signal processor (DSP), with higher clock speeds and power consumption.

A liquid-crystal display (LCD) is a flat panel display, electronic visual display, or video display that uses the light modulating properties of liquid crystals.

In computing, a keyboard is a typewriter-style device, which uses an arrangement of buttons or keys, to act as mechanical levers or electronic switches.

MICROCONTROLLERThe Intel 8051 microcontroller is one of the most popular general purpose microcontrollers in use today. The success of the Intel 8051 spawned a number of clones which are collectively referred to as the MCS51 family of microcontrollers, which includes chips from vendors such as Atmel, Philips, Infineon, and Texas Instruments. The Intel MCS-51 (commonly referred to as 8051) is a Harvard architecture, CISC instruction set, single chip microcontroller (C) series which was developed by Intel in 1980 for use in embedded [1] systems. Intel's original versions were popular in the 1980s and early 1990s and enhanced binary compatible derivatives remain popular today. Intel's original MCS-51 family was developed using NMOS technology, but later versions, identified by a letter C in their name (e.g., 80C51) used CMOStechnology and consume less power than their NMOS predecessors. This made them more suitable for battery-powered devices.

The family was in 1996 continued with the enhanced 8-bit MCS-151 and the 8/16/32-bit MCS-251 family [2] of binary compatible microcontrollers. While Intel no longer manufactures the MCS-51, MCS-151 and MCS-251 family, enhanced binary compatible derivatives made by numerous vendors remain popular today. Some derivatives integrate a digital signal processor (DSP). In addition to these physical devices, several companies also offer MCS-51 derivatives as IP cores for use in FPGAs or ASICs designs. Microcontroller (MC) may be called computer on chip since it has basic features of microprocessor with internal ROM, RAM, Parallel and serial ports within single chip. Or we can say microprocessor with memory and ports is called as microcontroller. This is widely used in washing machines, vcd player, microwave oven, robotics or in industries. Microcontroller can be classified on the basis of their bits processed like8bit MC, 16bit MC. 8 bit microcontroller, means it can read, write and process 8 bit data. Ex.8051 microcontroller. Basically 8 bit specifies the size of data bus. 8 bit microcontroller means 8 bit data can travel on the data bus or we can read, write process 8 bit data.

OPTICAL DRIVE-

In computing, an optical disc drive (ODD) is a disk drive that uses laser light or electromagnetic waves within or near the visible light spectrum as part of the process of reading or writing data to or from optical discs. Some drives can only read from discs, but recent drives are commonly both readers and recorders, also called burners or writers. Compact discs, DVDs, and Blu-ray discs are common types of optical media which can be read and recorded by such drives. Optical drive is the generic name; drives are usually described as "CD" "DVD", or "Blu-ray", followed by "drive", "writer", etc. Optical disc drives are an integral part of stand-alone consumer appliances such as CD players, DVD players and DVD recorders. They are also very commonly used in computers to read software and consumer media distributed on disc, and to record discs for archival and data exchange purposes.Floppy disk drives, with capacity of 1.44 MB, have been made obsolete: optical media are cheap and have vastly higher capacity to handle the large files used since the days of floppy discs, and the vast majority of

computers and much consumer entertainment hardware have optical writers. USB flash drives, highcapacity, small, and inexpensive, are suitable where read/write capability is required. Disc recording is restricted to storing files playable on consumer appliances (films, music, etc.), relatively small volumes of data (e.g., a standard DVD holds 4.7 gigabytes) for local use, and data for distribution, but only on a small-scale; mass-producing large numbers of identical discs is cheaper and faster than individual recording. Optical discs are used to back up relatively small volumes of data, but backing up of entire hard drives, as of 2011 typically containing many hundreds of gigabytes, is less practical than with the smaller capacities available previously. Large backups are often made on external hard drives, as their price has dropped to a level making this viable; in professional environments magnetic tape drives are also used.

DVDBefore the advent of DVD and Blu-ray, the Video CD (abbreviated as VCD, and also known as View CD, Compact Disc digital video) became the first format for distributing films on standard 120 mm (4.7 in) optical discs. The format is a standard digital format for storing video on a compact disc. VCDs are playable in dedicated VCD players, most DVD and Blu-ray Disc players, personal computers, and some video game consoles. The VCD standard was created in 1993 by Sony, Philips, Matsushita, and JVC and is referred to as the White Book standard Before the advent of DVD and Blu-ray, the Video CD (abbreviated as VCD, and also known as View CD, Compact Disc digital video ) became the first format for distributing films on standard 120 mm (4.7 in) optical discs. The format is a standard digital format for storing video on a compact disc. VCDs are playable in dedicated VCD players, most DVD and Blu-ray Disc players, personal computers, and some video game consoles. The VCD standard was created in 1993 the White Book standard
[1][2] [1][2]

by Sony, Philips, Matsushita, and JVC and is referred to as

You might also like