27.01 Lesson Notes Output, Storage
27.01 Lesson Notes Output, Storage
These are devices used to display and produce data and information held inside the computer.
Example of output devices:
Printers
A printer is a device that is used to produce hard copies of data held in the computer.
Output from the printer appears as displayed on the computer screen, thus What You See Is
What You Get (WYSIWYG)
Non-impact printers form characters and images without direct physical contact between the
printing mechanism and the paper i.e. between paper, write heads and ink cartridge.
They are grouped into laser printers and inkjet printers.
a. Inkjet Printers
Are non – impact character printers based on a relatively new technology. They print characters
by spraying small drops of ink onto paper.
The ink droplets are currently produced using one of two technologies: thermal bubble or
piezoelectric.
b. Laser printers
Are non-impact page printers. Laser printers use dry powder ink rather than liquid ink and make
use of the properties of static electricity to produce the text and images.
Laser printer prints by repeatedly passing a laser beam back and forth over a cylinder called a
"drum". The drum then selectively collects powdered ink (toner), and transfers the image to
paper, which is then heated to permanently fuse the text, imagery, or both, to the paper.
Unlike inkjet printers, for example, laser printers print the whole page in one go. Colour laser
printers use four toner cartridges – blue, cyan, magenta and black. Although the actual technology
is different to monochrome printers, the printing method is similar, but colour dots are used to
build up the text and images.
Advantages of laser printers
Very high speed
Very high quality output
Give good quality output
Give good graphics quality
Supports many fonts and different character size
It forms images from tiny dots, called pixels that are arranged in a rectangular form. The sharpness of
the image depends upon the number of pixels
There are two common types of screen: Liquid Crystal Display/Diode (LCD) screen and Light
Emitting Diode (LED) screen
Liquid Crystal Display/Diode (LCD) screen and Light Emitting Diode (LED) screen
Both types of displays use liquid crystals to help create an image. The difference is in the
backlights. While a standard LCD monitor uses fluorescent backlights, an LED monitor uses
light-emitting diodes for backlights. LED monitors usually have superior picture quality.
Projectors
Projectors are used to project computer output onto larger screens or even onto interactive
whiteboards. They are often used in presentations and in multimedia applications.
Speaker
Sound is produced from a computer by passing the digital data through a DIGITAL TO ANALOGUE
CONVERTER (DAC) and then through an AMPLIFIER; finally, the sound emerges from a (loud)
SPEAKER. The sound is produced by voltage differences vibrating a cone in the speaker housing at
different frequencies and amplitudes:
Storage devices
Storage devices are where data to be processed and instructions required for processing are stored.
Is used to store data, files, or part of the operating system and programs that are currently in use
temporarily during processing so that data can be easily accessed by the processor.
RAM is volatile, which means that it loses its contents when power is switched off. This means
each time your computer startups, the operating system must be loaded from secondary memory
(such as hard drive) into the primary memory or RAM. Hence, a backup Uninterruptible Power
System (UPS) is often used with computers.
By increasing the RAM size, the number of times this access operation is carried out is reduced,
making the computer run faster.
Data in the RAM can be accessed randomly.
RAM is volatile meaning data is lost when power is lost. The contents of RAM can be changed or
deleted.
Functions of RAM
Storage of programs currently running on the computer,
Storage of data currently being processed in the computer,
Storage of instructions waiting to be executed by the computer,
Storage of input data before processing,
Storage of output data, waiting to be saved or output to the printer,
Is a memory used to store information that needs to be permanent. ROM contents can only be
read from and cannot be erased or modified.
ROM is non-volatile, i.e. when the computer is switched off, the contents are not lost.
ROM consists of hard wired instructions, during manufacturing, that the computer uses when it
boots up before the system software loads. This operation is referred to as bootstrap.
In PCs, the instructions are read from a small program in the ROM called the boot firmware or
BIOS (Basic Input/output System) which tells the computer what to do when it first starts up.
The BIOS stores the date, time and system configuration in a non-volatile chip called a CMOS
(complementary metal oxide semiconductor) - this is usually battery powered.
ROM is also used in electronic devices such as keypad mobile phones, children’s handheld
games, VCRs, DVDs and digital watches and home appliances such as tvs, washing machine and
microwaves.
ROM is slower and hence cheaper than RAM
Functions of ROM
Stores the firmware software (Basic Input-Output System (BIOS)) of the computer. BIOS
refer to software that test hardware at start-up, starts the operating system and support data
transfer between devices.
To update the firmware software of the computer.
Stores control programs for the operation of the computer and its peripherals.
Instructs the RAM to load the operating system.
Stores translator programs
Advantages of ROM
Non-volatile in nature
Cannot be accidentally changed
Cheaper than RAMs
Easy to test
More reliable than RAMs
Cache Memory
Cache memory is a very high speed volatile memory available to the processor which can speed
up the CPU. It acts as a buffer between the CPU and the main memory.
It is used to hold those parts of data and program which are most frequently used/requested by the
CPU so that they are immediately available to the CPU when needed thus reducing the average
time to access data from the main memory.
The parts of data and programs are transferred from the disk to cache memory by the operating
system, from where the CPU can access them.
Cache may be a reserved portion of main memory, another chip on CPU or an independent high
speed storage device. Cache memory is made of fast speed SRAMs.
Whenever the processor needs any piece of data or instructions, it checks the cache first. If it is
unavailable there, then the main memory and finally secondary memory is accessed.
Are devices used to store data and programs permanently for future use inside the computer.
It is non-volatile permanent storage that is part of a computer.
Unlike offline storage, secondary storage is directly connected to the computer and does not
need to be removed after use.
Examples include internal Hard Disk Drive (HDD) and internal Solid State Drive(SSD).
When the HDD and the SSD act as external drives, they are referred to as offline storage.
Offline storage
Storage devices – both secondary and offline - are grouped into magnetic storage and optical
storage.
a. Magnetic Storage
Uses platters which are divided into tracks and sectors. Data is read and written using electromagnets
Magnetic Tapes:
A magnetic tape is a very thin strip of plastic which is coated in a magnetic layer. They are read
and written to by a read/write head. The data is stored in magnetic areas which represent 1s and
0s. Data is written to and read from the tape in sequence (i.e. in order) – for example, if five
records A, B, C, D and E were stored they would be in the order E D C B A on the tape; so if
record B was to be read it would be necessary to read E, D and C first before getting to the
required record. This is known as serial access. Gaps are usually used to separate individual data
records.
It is a non-volatile storage medium. Nearly all recording tape is of this type, whether used for
video, audio storage or general purpose digital data storage using a computer.
CD (Compact Disk):
CDs are circular disks that use optical rays, usually lasers, to read and write data.
It stores data on tracks in a random way. Data retrieval is in random order.
Storage capacity is 750 MB.
Writing of data on CD is done by a device called CD writer/burner.
CDs can be grouped into CD- ROM, CD- Rs CD- RWs(CD- Rewritable) and DVDs
CD- ROM
CD-ROM (Compact Disk – Read Only Memory) − The data on these CDs are recorded by the
manufacturer.
CD-ROMs are used by manufacturers to store music files and proprietary software, computer
games and reference software (such as an encyclopedia).
One can read from but can’t change anything by deleting or adding new information.
Examples of DVDs include DVD ROM, DVD-R, DVD- RW and these perform the same functions as
their counterparts – the CDs
Blu-Ray Disk
Blu-ray disks have the largest capacity of all the optical media available and go up to 100
Gigabyte (at the present time).
Blue Ray disks allow for storage of data due to the shorter wavelength of the laser beam light
used to write data on the disk than that Used in CDs and DVDs.
They can store up to 128 GB data.
They store high definition (HD) video and other multimedia filed.
Advantages
The main benefits of main benefits of using SSD rather than HDD:
more reliable (no moving parts to go wrong)
considerably lighter (which makes them suitable for laptops)
don’t have to ‘get up to speed’ before they work properly
they have a lower power consumption
run much cooler than HDDs (these last two points again make them very
suitable for laptop computers)
because they have no moving parts, they are very thin
data access is considerably faster than HDD.
Disadvantages
Are conservatively rated at only 20 GB write operations per day over a three-year period – this is
known as SSD endurance. For this reason, SSD technology is not used in servers, for example, where
a huge number of write operations take place every day.