Define backup.
Copying of files/data to a different medium in case of a problem with the main storage device.
State two reasons why data should be backed up.
Safeguard against loss due to device failure / Protect against hackers / Protect originals when files need to be used elsewhere.
What is serial access?
When data is accessed by starting at the beginning and accessing each record in turn until the required record is found.
Give an example where serial access is used.
Magnetic tape.
State one disadvantage of serial access.
Very slow form of data access.
What is direct access?
When the computer uses a key field to calculate where data is stored and accesses it directly from that position.
Give three types of storage media that use direct access.
Magnetic disk / Optical media / Solid-state media.
State one advantage of direct access over serial access.
Much faster access.
Define secondary/backing storage.
Non-volatile, permanent storage with large capacity; can be removable; slower access than primary storage.
State three characteristics of secondary storage.
Non-volatile / Permanent storage / Slow access rates / Large storage capacity / Can be removable / Can be written to and read from.
What is a hard disk drive (HDD)?
A magnetic storage device with rapidly rotating disks coated with magnetic material.
Give two uses of hard disk drives.
Store operating system and software / Store working data / File servers for networks / Real-time and online systems.
State two advantages of HDDs.
Very fast data transfer rate / Very large memory capacities.
State two disadvantages of HDDs.
Easily damaged if not shut down properly / Many moving parts / Noisy compared to SSD.
What is a portable hard disk drive?
An external HDD that can be connected to computers via USB or similar.
Give one use of portable hard disk drives.
Backup systems / Transferring data between computers.
State one disadvantage of portable hard disk drives.
Easily damaged if dropped or subjected to strong magnetic field.
What are magnetic tapes?
Serial access storage media using magnetic tape to store data.
Give two uses of magnetic tapes.
Batch processing (e.g., bank cheques, utility bills) / Backup media / Long-term archiving.
State one advantage of magnetic tapes.
Less expensive than equivalent hard disk / Very robust / Huge data storage capacity / Fast data transfer rate.
State one disadvantage of magnetic tapes.
Very slow data access times / When updating, another tape is needed / Affected by magnetic fields.
What is the difference between CD-ROM and CD-R?
CD-ROM is read-only; CD-R is recordable once only.
What does DVD-RW mean?
Rewritable DVD; can be written over several times.
State one advantage of DVD-RAM over DVD-RW.
Can be rewritten over 100,000 times (vs. 1000 for RW) / Long life / Very large capacity / Can read data while writing.