CS401A's Finals: Comp. Sys. Architect Module 07 Flashcards
For final exams. (94 cards)
Computer Storage
are computer hardware used to remember or store data.
Storage devices
Computer Storage
These devices can be divided into \_\_\_\_\_
(_
) types based on the access to stored data and access to devices:
two (2)
* Serial access
* Random access (direct)
Computer Storage
— This means that when reading a data item, all previous items have to be read or skipped.
- Serial access
Computer Storage
The major limitation of \_\_\_\_\_\_ \_\_\_\_\_\_
storage devices is that the location of the searched item influences the search time.
-
Serial access
serial access storage devices
Computer Storage
— It is possible to get to the required item directly.
Memory, for example, is a direct-access device.
- Random access (direct)
Computer Storage
The access time for obtaining a data item using \_\_\_\_\_\_ \_\_\_\_\_\_
storage devices is almost similar for all items, regardless of their location.
-
Random access (direct)
direct access storage devices
Computer Storage
Hierarchy of Storage
- Primary Storage
- Secondary Storage
Computer Storage
— The CPU accesses the data or instruction in the conventional memory (RAM) if the data in the cache memory is not present.
- Primary Storage
Computer Storage
Both conventional and cache memory provide immediate access to program instructions and data by the CPU and can be used for the execution of programs.
- Primary Storage
Computer Storage
— This is the level of conventional memory in which the storage in the hierarchy is not immediately available to the CPU.
- Secondary Storage
Computer Storage
This is treated as the I/O where data and programs must be copied to primary memory for CPU access.
- Secondary Storage
Computer Storage
Except for flash memory, access to \_\_\_\_\_\_\_\_\_ \_\_\_\_\_\_\_
is significantly slower than \_\_\_\_\_\_\_\_\_ \_\_\_\_\_\_\_
.
-
Secondary Storage
secondary storage
primary storage
Computer Storage
Kinds of Storage
- Magnetic Disks
- Solid State Memory
- Optical Disks
- Magnetic Tapes
Computer Storage
— These consist of one (1) or more flat, circular platters made of glass, metal, or plastic, and are coated with a magnetic substance.
- Magnetic Disks
Computer Storage
Particles within a small area of the magnetic substance can be polarized magnetically in one of the two (2) directions with an electromagnet.
- Magnetic Disks
Computer Storage
An electromagnet can also detect the direction of polarization previously recorded. Thus, magnetic polarization can be used to distinguish 1’s and 0’s.
- Magnetic Disks
Computer Storage
A drive motor rotates the disk platter(s) on its central axis. On most drives, the motor rotates the disk at a fixed speed. An arm has the read/write head mounted at the end, where each arm contains two (2) read/write heads that services the surfaces of two (2) adjoining platters.
- Magnetic Disks
Computer Storage
○ With the head in a particular position, it traces out a circle on the disk surface as the disk rotates; this circle is known as a \_\_\_\_\_
.
○ Since the heads on each surface all line up, the set of tracks for all the surfaces form a \_\_\_\_\_\_\_\_
.
○ Each track contains one (1) or more blocks of data. Traditionally, the surface of the disk platter are viewed as divided into equally sized pie shape segments, known as \_\_\_\_\_\_\_
, although current disks divide up the track somewhat differently.
○ Each sector on a single track contains one (1) \_\_\_\_\_
of data, typically 512 or 4,096 bytes, which represents the smallest unit that can be independently read or written.
-
Magnetic Disks
track
cylinder
sectors
block
Computer Storage
Disk Characteristics
○ Access Time
○ Reading or writing time
○ Seek Time
○ Rotational Delay
○ Rotation speed
○ File system
Computer Storage
— This refers to the time that takes to start transfer data. It is also the sum of seek time and rotational delay.
○ Access Time
Computer Storage
— This refers to the time required for the head to read or write the data.
○ Reading or writing time
Computer Storage
depends on the electronic data transfer
(the head is over the requested location, and all it has to do is read or write the data).
○ Reading or writing time
The reading or writing time
Computer Storage
— This refers to the time that takes the head move to the proper track.
○ Seek Time
Computer Storage
— This refers the time that it takes a sector to be positioned under read/write head, depending on rotation speed.
○ Rotational Delay