Difference between revisions of "Hardware"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
m (Laser Printer)
(Digital Camera)
Line 22: Line 22:
  
 
===Digital Camera===
 
===Digital Camera===
A digital camera is a camera which encodes digital images and stores them for later reproduction. The aperture at the front of the camera opens to let light through the lens. A light detector captures the incoming light rays and converts them into electrical signals. An image sensor chip breaks up the image into pixels, measuring the colour and brightness of each one.
+
A digital camera is a camera which encodes digital images and stores them for later reproduction. The aperture at the front of the camera opens to let light through the lens. A light detector captures the incoming light rays and converts them into electrical signals. An image sensor - a CMOS image sensor or a Charge-Coupled Device (CCD) - chip breaks up the image into pixels, measuring the colour and brightness of each one.
  
 
==Secondary Storage Devices==
 
==Secondary Storage Devices==

Revision as of 12:22, 9 March 2017

Hardware Definition

Hardware is a collective term for the physical parts of a computer system; this also includes peripheral devices, not just the internal components. Hardware is the platform on which software is run, and is more invariable than software. However, the configuration of the hardware in the system can be changed by adding new adapters or cards to improve the system's capabilities. Examples of hardware include motherboards, keyboards, video cards and mice.

Hardware can be simply defined as components of a computer system that can be touched and altered physically.

Other Terms

Devices

You will need to cover the principles of operation for the following devices:

RFID

RFID or Radio Frequency Identification is where a small device emits a small radio wave with a specific ID on it so that it can be detected. These are most commonly used in shops in an effort to stop theft. RFID tags are attached to items that need tracking. An RFID reader is called an interrogator, and it uses two antennas to create an electromagnetic field. When the tag enters the electromagnetic field it is powered up and immediately transmits its data to the reader.

Barcode Reader

A barcode reader reads a barcode and translates it into text that a computer can understand and decode. These are most commonly used in industry and shops to identify products quickly and easily.

Barcodes represent numbers 0 to 9 by giving each a unique combination of black and white bars contained within the same amount of horizontal space per digit. Barcode scanners read this information using a scanning head that shines an LED or laser light onto the barcode. The white areas of the barcode reflect the most light back to scanner, while black areas absorb the most and reflect the least. The reflected light is detected by a photoelectric cell in the scanner. As the scanner moves over the barcode, the cell generates a series of on-off pulses that represent the black and white stripes, which are then converted to zeroes or ones by an electronic circuit. The scanner is attached to a computer which uses the resulting binary value to identify the product from a database of barcodes and product numbers.

Laser Printer

Data is inputted into the printer and an electronic circuit figures out how to print this data. This activates the corona wire which produces a static charge to anything it touches. The corona wire positively charges the photoreceptor drum. The laser bounces off a mirror to produce the image; wherever it touches becomes negatively charged. Where the page should be white is positively charged and areas that are black are negatively charged. The ink is then painted across the image, the paint is positively charged so attracts to negatively charged areas of the page. A positively charged blank page is moved near the drum so the ink transfers from the drum to the page. The fuser unit then heats the page so the ink stays permanently.

Digital Camera

A digital camera is a camera which encodes digital images and stores them for later reproduction. The aperture at the front of the camera opens to let light through the lens. A light detector captures the incoming light rays and converts them into electrical signals. An image sensor - a CMOS image sensor or a Charge-Coupled Device (CCD) - chip breaks up the image into pixels, measuring the colour and brightness of each one.

Secondary Storage Devices

Optical Disk

Optical disks are written with a laser which burns pits and lands onto the disk. To read pits and lands, the read/write head shines a laser onto the underside of the disk. Lands will reflect this light back to the photocell, which is registered as a 1. Pits reflect this light elsewhere, and are counted as 0s.

Hard Disk

A hard disk is made of a circular disk coated in a magnetic material called a platter, which spins at up to 10000 rpm. Each area of the platter can be independently magnetized or demagnetized by a read/write head to store a 1 or a 0. The read/write head is a tiny magnet that moves across the platter as it spins. One platter has two read/write heads - one to read the top of the disk, and one to read the bottom side. Data is written to the disk in concentric, circular paths called tracks. Each track is broken into sectors, and part of the hard drive stores a map of which sectors contain data and which are free.

Solid State Drive

A solid state drive has no moving parts - instead, data is saved to a pool of flash memory with floating gate transistors. Unlike the transistors used in RAM, these can retain their charge state even when the computer is turned off, making flash memory non-volatile. Since SSDs have no moving parts, they can read and write at far faster speeds than magnetic hard drives or optical disks.