Chapter 3 Hardware: Unit 3.3: Data Storage Flashcards
What are the 2 groups of memory and storage devices?
Primary memory
Secondary storage
Define primary memory
RAM and ROM
Directly accessible by the CPU
Define internal secondary storage
Hard disk drive (HDD)
Solid state drive (SSD)
Not directly addressed by the CPU
All are non-volatile devices
Can be internal or external to the computer
Define external secondary storage
DVD/CD and DVD-RAM
Blu-ray disc
USB memory stick/ flash memory
Removable hard drive
Not directly addressed by the CPU
All are non-volatile devices
Can be internal or external to the computer
Define RAM
Random Access Memory
Can be written to or read from, and the data can be changed by the user or the computer i.e. it is a temporary memory
Used to store data, files, part of an application or part of the operating
system currently in use
It is volatile, which means memory contents are lost when powering off the computer
What are the two types of RAM?
DRAM and SRAM/ Dynamic RAM and Static RAM
Define DRAM
Each DRAM chip consists of transistors and capacitors. Each of these parts is tiny since a single RAM chip will contain millions of transistors and capacitors. The function of each part is:
- capacitor – this holds the bits of information (0 or 1)
- transistor – this acts like a switch; it allows the chip control circuitry to read the capacitor or change the capacitor’s value.
This type of RAM needs to be constantly refreshed
If it wasn’t refreshed, the capacitor’s charge would leak away very quickly leaving every capacitor with the value 0.
What is the advantages of DRAM over SRAM?
They are much less expensive to manufacture than SRAM
They consume less power than SRAM
They have a higher memory capacity than SRAM
Define SRAM
Doesn’t need to be constantly refreshed
It makes use of flip flops, which hold each bit of memory.
Faster than DRAM
DRAM is the most common type of RAM used in computers, but where absolute speed is essential, for example, in the CPU’s memory cache, SRAM is the preferred technology
Memory cache is a high-speed portion of the memory; it is effective
because most programs access the same data or instructions many times.
By keeping as much of this information as possible in SRAM, the computer avoids having to access the slower DRAM.
Define ROM
Read-Only Memory
They are non-volatile
They are permanent memories
The contents can only be read
They are often used to store data that the computer needs to access when powering up for the first time (the basic input/output system (BIOS)); these are known as the start-up instructions (or bootstrap)
What are the 3 categories of secondary storage?
Magnetic
Solid State
Optical
Define HDD
Hard Disk Drive
Data is stored in a digital format on the magnetic surfaces of the disks called platters
Read-write heads consist of electromagnets that are used to read data from or write data to the platters and can move very quickly
A number of read-write heads can access all of the surfaces of the platters in the disk drive
Normally each platter will have two surfaces which can be used to store data, which is stored in sectors and tracks.
HDDs have very slow data access
The effects of latency then become very significant
When a file or data is stored on a HDD, the required number of sectors needed to store the data will be allocated, but cannot be adjacent to each other
All data in a given sector on a HDD will be read sequentially, however, access to the sector itself will be by a direct read/write head movement
Removable hard disk drives are essentially HDDs external to the computer that can be connected to the computer using one of the USB ports.
Define platters
Data that is stored in a digital format on the magnetic surfaces of the disks
Platters can be made from aluminium, glass or a ceramic material.
Define sector
A sector on a given track will contain a fixed number of bytes.
Define latency
The time it takes for a specific block of data on a data track to rotate around to the read-write head in an HDD