Chapter 6 - Storage devices Flashcards
1
Q
Need for secondary storage
A
Processor primarily uses RAM and not secondary storage because it is not directly accessible and has slower access speeds, but it retains its contents when the power is off
2
Q
RAM and ROM
A
- RAM - Stores programs and data currently being used; Volatile (data lost when power is off)
- ROM - Holds information that needs to be permanently in memory e.g. bootstrap loader – program that starts up OS in RAM, which then starts up all other applications); Used in embedded systems e.g. washing machines, cameras because they perform the same tasks
3
Q
Virtual storage
A
- an extension of RAM, but on the hard disk
- used when RAM fills up and too many programs are running
- OS swaps pages depending on which program is in use, but if this is done too much, performance deteriorates and leads to disk thrashing
4
Q
Storing data
A
Storage devices use a technique which allows them to create and maintain a toggle state without power to represent either 1/0
5
Q
Hard disk
A
- ferrous particles on disk are polarised to N/S (= 1/0)
- disk divided into tracks, subdivided into sectors
- disk spins and drive head moves across to access tracks/sectors
- less portable than optical or solid state media
- huge capacity makes them suitable for desktop computers
6
Q
Optical disk
A
- rewritable (CD-RW): high power laser ‘burns’ disk to make them less reflective, so low power laser shines light and different amounts are reflected back (= 1/0)
- read only (CD-ROM): where pit starts/ends between lands, light is not reflected well (= 1/0)
- Blu-Ray: use of shorter wavelength laser can create smaller pits and wind into tighter spiral
- very cheap to produce and easy to send through the post for distribution purposes
- can be corrupted or damaged easily by excessive sunlight or scratches
7
Q
Solid-state disk
A
- NAND flash memory cells and a controller
1. current delivered along bit and word lines to make electrons flow from source to drain
2. current on word line forces some electrons across insulated oxide layer into floating gate
3. electrons are trapped once power is off and charge is measured (= 1/0) - low capacity than hard disks
- one piece of data is accessed just as fast as another due to no moving parts, less susceptible to damage
- consume less power, so stay cooler, ideal for laptops
- silent in operation, lighter and highly portable